How To Install berry on Fedora 36
Introduction
In this tutorial we learn how to install berry
on Fedora 36.
What is berry
Berry is a modern and new image viewer which is focusing on User interface. Berry is trying to provide an easy to use and touch screen compatible user interface.
We can use yum
or dnf
to install berry
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install berry.
Install berry 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 berry
using dnf
by running the following command:
sudo dnf -y install berry
Install berry 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 berry
using yum
by running the following command:
sudo yum -y install berry
How To Uninstall berry on Fedora 36
To uninstall only the berry
package we can use the following command:
sudo dnf remove berry
berry Package Contents on Fedora 36
/usr/bin/berry
/usr/lib/.build-id
/usr/lib/.build-id/13
/usr/lib/.build-id/13/651a791afd69a45262fddbd39a9e164c790f82
/usr/share/appdata/berry.appdata.xml
/usr/share/applications/Berry.desktop
/usr/share/berry
/usr/share/berry/files
/usr/share/berry/files/translations
/usr/share/berry/files/translations/lang-cs.qm
/usr/share/berry/files/translations/lang-en.qm
/usr/share/berry/files/translations/lang-fa.qm
/usr/share/berry/files/translations/lang-ru.qm
/usr/share/doc/berry
/usr/share/doc/berry/README.md
/usr/share/icons/hicolor/scalable/apps/berry.svg
/usr/share/licenses/berry
/usr/share/licenses/berry/LICENSE
/usr/share/licenses/berry/LICENSE.html
/usr/share/licenses/berry/berry-PACKAGE-LICENSING
/usr/share/mime/application/berry-lock.xml
References
Summary
In this tutorial we learn how to install berry
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).