How To Install libfli on Fedora 34
Introduction
In this tutorial we learn how to install libfli
on Fedora 34.
What is libfli
Finger Lakes Instrument library is used by applications to control FLI line of CCDs and Filter wheels libfli 1.9.0 1.fc34 x86_64 56 k libfli-1.9.0-1.fc34.src.rpm updates Library for FLI CCD Camera & Filter Wheels http BSD Finger Lakes Instrument library is used by applications to control FLI line of CCDs and Filter wheels
We can use yum
or dnf
to install libfli
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libfli.
Install libfli 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 libfli
using dnf
by running the following command:
sudo dnf -y install libfli
Install libfli 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 libfli
using yum
by running the following command:
sudo yum -y install libfli
How To Uninstall libfli on Fedora 34
To uninstall only the libfli
package we can use the following command:
sudo dnf remove libfli
libfli Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/19
/usr/lib/.build-id/19/d6bbebcaa3f4b8b9ad8ce5bb1c3b89aee664be
/usr/lib/libfli.so.2
/usr/lib/libfli.so.2.0
/usr/lib/udev/rules.d/99-fli.rules
/usr/share/licenses/libfli
/usr/share/licenses/libfli/LICENSE.BSD
/usr/lib/.build-id
/usr/lib/.build-id/73
/usr/lib/.build-id/73/acd9002bd914836b403eae678e1c217b3cda48
/usr/lib64/libfli.so.1
/usr/lib64/libfli.so.1.7
/usr/share/licenses/libfli
/usr/share/licenses/libfli/LICENSE.BSD
/usr/lib/.build-id
/usr/lib/.build-id/7b
/usr/lib/.build-id/7b/d1f47fb0f41dd7e39e566de5301cd55d2fbaf4
/usr/lib/udev/rules.d/99-fli.rules
/usr/lib64/libfli.so.2
/usr/lib64/libfli.so.2.0
/usr/share/licenses/libfli
/usr/share/licenses/libfli/LICENSE.BSD
/usr/lib/.build-id
/usr/lib/.build-id/92
/usr/lib/.build-id/92/56e2c5f3763a0178c25dfec8051110024a650e
/usr/lib/libfli.so.1
/usr/lib/libfli.so.1.7
/usr/share/licenses/libfli
/usr/share/licenses/libfli/LICENSE.BSD
References
- [libfli website](http://indilib.org/ http://indilib.org/)
Summary
In this tutorial we learn how to install libfli
on Fedora 34 using yum and dnf.