How To Install chatterino2 on Fedora 34
Introduction
In this tutorial we learn how to install chatterino2
on Fedora 34.
What is chatterino2
Chatterino 2 is the second installment of the Twitch chat client series “Chatterino”.
We can use yum
or dnf
to install chatterino2
on Fedora 34. In this tutorial we discuss both methods but you only need to choose one of method to install chatterino2.
Install chatterino2 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 chatterino2
using dnf
by running the following command:
sudo dnf -y install chatterino2
Install chatterino2 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 chatterino2
using yum
by running the following command:
sudo yum -y install chatterino2
How To Uninstall chatterino2 on Fedora 34
To uninstall only the chatterino2
package we can use the following command:
sudo dnf remove chatterino2
chatterino2 Package Contents on Fedora 34
/usr/bin/chatterino
/usr/lib/.build-id
/usr/lib/.build-id/3b
/usr/lib/.build-id/3b/0c60737165b6c3a1a2d5f425b8b8eb64cb53ad
/usr/share/applications/com.chatterino.chatterino.desktop
/usr/share/doc/chatterino2
/usr/share/doc/chatterino2/BUILDING_ON_LINUX.md
/usr/share/doc/chatterino2/README.md
/usr/share/doc/chatterino2/docs
/usr/share/doc/chatterino2/docs/make-release.md
/usr/share/icons/hicolor/256x256/apps/chatterino.png
/usr/share/licenses/chatterino2
/usr/share/licenses/chatterino2/LICENSE
/usr/share/metainfo/com.chatterino.chatterino.appdata.xml
/usr/bin/chatterino
/usr/lib/.build-id
/usr/lib/.build-id/9f
/usr/lib/.build-id/9f/69d138f2e369d5e7a74563e957acc8511a6ac4
/usr/share/applications/com.chatterino.chatterino.desktop
/usr/share/doc/chatterino2
/usr/share/doc/chatterino2/BUILDING_ON_LINUX.md
/usr/share/doc/chatterino2/README.md
/usr/share/doc/chatterino2/docs
/usr/share/doc/chatterino2/docs/Commands.md
/usr/share/doc/chatterino2/docs/ENV.md
/usr/share/doc/chatterino2/docs/IMAGEUPLOADER.md
/usr/share/doc/chatterino2/docs/README.md
/usr/share/doc/chatterino2/docs/Regex.md
/usr/share/doc/chatterino2/docs/imember.png
/usr/share/doc/chatterino2/docs/notes
/usr/share/doc/chatterino2/docs/notes/README.md
/usr/share/doc/chatterino2/docs/notes/TCaccountmanager.md
/usr/share/doc/chatterino2/docs/notes/TCappearanceSettings.md
/usr/share/doc/chatterino2/docs/notes/TCchannelNavigation.md
/usr/share/doc/chatterino2/docs/notes/TCchatWindowNavigation.md
/usr/share/doc/chatterino2/docs/notes/TCchatterinoFeatures.md
/usr/share/doc/chatterino2/docs/notes/TCchatting.md
/usr/share/doc/chatterino2/docs/notes/TCemotes.md
/usr/share/doc/chatterino2/docs/notes/TCgeneral.md
/usr/share/doc/chatterino2/docs/notes/TChighlighting.md
/usr/share/doc/chatterino2/docs/notes/TCtabsAndSplits.md
/usr/share/doc/chatterino2/docs/notes/TCusernameTabbing.md
/usr/share/icons/hicolor/256x256/apps/chatterino.png
/usr/share/licenses/chatterino2
/usr/share/licenses/chatterino2/LICENSE
/usr/share/metainfo/com.chatterino.chatterino.appdata.xml
References
Summary
In this tutorial we learn how to install chatterino2
on Fedora 34 using yum and dnf.