How To Install logjam on Fedora 36
In this tutorial we learn how to install logjam in Fedora 36. logjam is GTK2 client for LiveJournal
Introduction
In this tutorial we learn how to install logjam on Fedora 36.
What is logjam
This is the new GTK2 client for LiveJournal (http
We can use yum or dnf to install logjam on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install logjam.
Install logjam 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 logjam using dnf by running the following command:
sudo dnf -y install logjam
Install logjam 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 logjam using yum by running the following command:
sudo yum -y install logjam
How To Uninstall logjam on Fedora 36
To uninstall only the logjam package we can use the following command:
sudo dnf remove logjam
logjam Package Contents on Fedora 36
/usr/bin/logjam
/usr/lib/.build-id
/usr/lib/.build-id/c9
/usr/lib/.build-id/c9/853ba8da288681ca8242fc3114dcbe34bd5daa
/usr/share/applications/logjam.desktop
/usr/share/doc/logjam
/usr/share/doc/logjam/README
/usr/share/doc/logjam/TODO
/usr/share/licenses/logjam
/usr/share/licenses/logjam/COPYING
/usr/share/locale/de/LC_MESSAGES/logjam.mo
/usr/share/locale/en_GB/LC_MESSAGES/logjam.mo
/usr/share/locale/en_US/LC_MESSAGES/logjam.mo
/usr/share/locale/es/LC_MESSAGES/logjam.mo
/usr/share/locale/he/LC_MESSAGES/logjam.mo
/usr/share/locale/ja/LC_MESSAGES/logjam.mo
/usr/share/locale/ru_RU/LC_MESSAGES/logjam.mo
/usr/share/locale/uk_UA/LC_MESSAGES/logjam.mo
/usr/share/man/man1/logjam.1.gz
/usr/share/pixmaps/logjam_goat.png
/usr/share/pixmaps/logjam_pencil.png
References
Summary
In this tutorial we learn how to install logjam on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).