How To Install echo-artist on Fedora 36
Introduction
In this tutorial we learn how to install echo-artist
on Fedora 36.
What is echo-artist
Set of scripts for echo-icon-theme artists useful for setting up and maitaining their local git repository and creating and adding new icon sets to it.
We can use yum
or dnf
to install echo-artist
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install echo-artist.
Install echo-artist on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install echo-artist
using dnf
by running the following command:
sudo dnf -y install echo-artist
Install echo-artist on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install echo-artist
using yum
by running the following command:
sudo yum -y install echo-artist
How To Uninstall echo-artist on Fedora 36
To uninstall only the echo-artist
package we can use the following command:
sudo dnf remove echo-artist
echo-artist Package Contents on Fedora 36
/usr/bin/echo-add-icon
/usr/bin/echo-new-icon
/usr/bin/echo-set-up
/usr/bin/echo-update
/usr/share/doc/echo-artist
/usr/share/doc/echo-artist/AUTHORS
/usr/share/doc/echo-artist/COPYING
/usr/share/doc/echo-artist/CREDITS
/usr/share/echo-artist
/usr/share/echo-artist/echo-one-canvas-template.svg
References
Summary
In this tutorial we learn how to install echo-artist
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).