How To Install librawstudio on Fedora 34
Introduction
In this tutorial we learn how to install librawstudio
on Fedora 34.
What is librawstudio
Rawstudio backend library librawstudio 2.1 0.26.20200305.g6e16257_rawspeed.20161119.gfa23d1c.fc34 x86_64 134 k rawstudio-2.1-0.26.20200305.g6e16257_rawspeed.20161119.gfa23d1c.fc34.src.rpm fedora Rawstudio backend library http GPLv2+ Rawstudio backend library
We can use yum
or dnf
to install librawstudio
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install librawstudio.
Install librawstudio 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 librawstudio
using dnf
by running the following command:
sudo dnf -y install librawstudio
Install librawstudio 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 librawstudio
using yum
by running the following command:
sudo yum -y install librawstudio
How To Uninstall librawstudio on Fedora 34
To uninstall only the librawstudio
package we can use the following command:
sudo dnf remove librawstudio
librawstudio Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/03
/usr/lib/.build-id/03/1f1092450f4ac8db409ad0811708444d67b80f
/usr/lib/librawstudio-2.1.so
/usr/lib/.build-id
/usr/lib/.build-id/17
/usr/lib/.build-id/17/f5c535108ff6907e1cf2973189a3b068a36957
/usr/lib64/librawstudio-2.1.so
References
- [librawstudio website](http://rawstudio.org http://rawstudio.org)
Summary
In this tutorial we learn how to install librawstudio
on Fedora 34 using yum and dnf.