How To Install fityk on Fedora 34

fityk is Non-linear curve fitting and data analysis Non-linear curve fitting and data analysis

Introduction

In this tutorial we learn how to install fityk on Fedora 34.

What is fityk

Fityk is a program for nonlinear curve-fitting of analytical functions (especially peak-shaped) to data (usually experimental data). It can also be used for visualization of x-y data only. fityk 1.3.1 26.fc34 x86_64 1.1 M fityk-1.3.1-26.fc34.src.rpm fedora Non-linear curve fitting and data analysis http GPLv2+ Fityk is a program for nonlinear curve-fitting of analytical functions (especially peak-shaped) to data (usually experimental data). It can also be used for visualization of x-y data only.

We can use yum or dnf to install fityk on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install fityk.

Install fityk on Fedora 34 Using dnf

Update yum database with dnf using the following command.

sudo dnf makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install fityk using dnf by running the following command:

sudo dnf -y install fityk

Install fityk on Fedora 34 Using yum

Update yum database with yum using the following command.

sudo yum makecache --refresh

The output should look something like this:

Fedora 34 - x86_64                               20 kB/s | 6.6 kB     00:00
Fedora 34 openh264 (From Cisco) - x86_64        1.4 kB/s | 989  B     00:00
Fedora Modular 34 - x86_64                       68 kB/s | 6.5 kB     00:00
Fedora 34 - x86_64 - Updates                    3.5 kB/s | 6.2 kB     00:01
Fedora Modular 34 - x86_64 - Updates             17 kB/s | 5.9 kB     00:00
Metadata cache created.

After updating yum database, We can install fityk using yum by running the following command:

sudo yum -y install fityk

How To Uninstall fityk on Fedora 34

To uninstall only the fityk package we can use the following command:

sudo dnf remove fityk

fityk Package Contents on Fedora 34

/usr/bin/cfityk
/usr/bin/fityk
/usr/lib/.build-id
/usr/lib/.build-id/47
/usr/lib/.build-id/47/ae8366cd554d4dba06831ad19660fea6ef116d
/usr/lib/.build-id/aa
/usr/lib/.build-id/aa/30d734e76486b117d914456fa0c56be5b7e8a5
/usr/lib/.build-id/d3
/usr/lib/.build-id/d3/bca3775231c699f2e3028a791c1a1f59362fe1
/usr/lib/libfityk.so.4
/usr/lib/libfityk.so.4.0.0
/usr/share/applications/fityk.desktop
/usr/share/doc/fityk
/usr/share/doc/fityk/NEWS
/usr/share/fityk
/usr/share/fityk/html
/usr/share/fityk/samples
/usr/share/fityk/samples/README
/usr/share/fityk/samples/SiC_Zn.dat
/usr/share/fityk/samples/SiC_Zn.fit
/usr/share/fityk/samples/enso.dat
/usr/share/fityk/samples/enso.fit
/usr/share/fityk/samples/hello.c
/usr/share/fityk/samples/hello.cc
/usr/share/fityk/samples/hello.java
/usr/share/fityk/samples/hello.rb
/usr/share/fityk/samples/nacl01.dat
/usr/share/fityk/samples/nacl01.fit
/usr/share/fityk/samples/read-shockley.fit
/usr/share/icons/hicolor/32x32/apps/fityk.png
/usr/share/icons/hicolor/scalable/apps/fityk.svg
/usr/share/licenses/fityk
/usr/share/licenses/fityk/COPYING
/usr/share/man/man1/fityk.1.gz
/usr/share/metainfo/fityk.appdata.xml
/usr/share/mime/packages/fityk.xml
/usr/bin/cfityk
/usr/bin/fityk
/usr/lib/.build-id
/usr/lib/.build-id/51
/usr/lib/.build-id/51/8d4fad45980565cf40fc80957083617f1be9da
/usr/lib/.build-id/52
/usr/lib/.build-id/52/1b94039fe70cffbd7d6c7c8c70849046907d4a
/usr/lib/.build-id/d2
/usr/lib/.build-id/d2/2733f04733bc7a820706b21eb6f932b8e6e121
/usr/lib64/libfityk.so.4
/usr/lib64/libfityk.so.4.0.0
/usr/share/applications/fityk.desktop
/usr/share/doc/fityk
/usr/share/doc/fityk/NEWS
/usr/share/fityk
/usr/share/fityk/html
/usr/share/fityk/samples
/usr/share/fityk/samples/README
/usr/share/fityk/samples/SiC_Zn.dat
/usr/share/fityk/samples/SiC_Zn.fit
/usr/share/fityk/samples/enso.dat
/usr/share/fityk/samples/enso.fit
/usr/share/fityk/samples/hello.c
/usr/share/fityk/samples/hello.cc
/usr/share/fityk/samples/hello.java
/usr/share/fityk/samples/hello.rb
/usr/share/fityk/samples/nacl01.dat
/usr/share/fityk/samples/nacl01.fit
/usr/share/fityk/samples/read-shockley.fit
/usr/share/icons/hicolor/32x32/apps/fityk.png
/usr/share/icons/hicolor/scalable/apps/fityk.svg
/usr/share/licenses/fityk
/usr/share/licenses/fityk/COPYING
/usr/share/man/man1/fityk.1.gz
/usr/share/metainfo/fityk.appdata.xml
/usr/share/mime/packages/fityk.xml

References

Summary

In this tutorial we learn how to install fityk on Fedora 34 using yum and dnf.