How To Install libart_lgpl on Fedora 34
Introduction
In this tutorial we learn how to install libart_lgpl
on Fedora 34.
What is libart_lgpl
Graphics routines used by the GnomeCanvas widget and some other applications. libart renders vector paths and the like. libart_lgpl 2.3.21 25.fc34 x86_64 72 k libart_lgpl-2.3.21-25.fc34.src.rpm fedora Library of graphics routines used by libgnomecanvas http LGPLv2+ Graphics routines used by the GnomeCanvas widget and some other applications. libart renders vector paths and the like.
We can use yum
or dnf
to install libart_lgpl
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install libart_lgpl.
Install libart_lgpl 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 libart_lgpl
using dnf
by running the following command:
sudo dnf -y install libart_lgpl
Install libart_lgpl 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 libart_lgpl
using yum
by running the following command:
sudo yum -y install libart_lgpl
How To Uninstall libart_lgpl on Fedora 34
To uninstall only the libart_lgpl
package we can use the following command:
sudo dnf remove libart_lgpl
libart_lgpl Package Contents on Fedora 34
/usr/lib/.build-id
/usr/lib/.build-id/50
/usr/lib/.build-id/50/2c2886131e7a4a83e37b3be06991705bee7a39
/usr/lib/libart_lgpl_2.so.2
/usr/lib/libart_lgpl_2.so.2.3.21
/usr/share/doc/libart_lgpl
/usr/share/doc/libart_lgpl/AUTHORS
/usr/share/doc/libart_lgpl/NEWS
/usr/share/doc/libart_lgpl/README
/usr/share/licenses/libart_lgpl
/usr/share/licenses/libart_lgpl/COPYING
/usr/lib/.build-id
/usr/lib/.build-id/ca
/usr/lib/.build-id/ca/7e036ecdaff6e35cf84d01c853023cecd99382
/usr/lib64/libart_lgpl_2.so.2
/usr/lib64/libart_lgpl_2.so.2.3.21
/usr/share/doc/libart_lgpl
/usr/share/doc/libart_lgpl/AUTHORS
/usr/share/doc/libart_lgpl/NEWS
/usr/share/doc/libart_lgpl/README
/usr/share/licenses/libart_lgpl
/usr/share/licenses/libart_lgpl/COPYING
References
- [libart_lgpl website](http://www.gnome.org/ http://www.gnome.org/)
Summary
In this tutorial we learn how to install libart_lgpl
on Fedora 34 using yum and dnf.