How To Install badwolf on Fedora 36
Introduction
In this tutorial we learn how to install badwolf
on Fedora 36.
What is badwolf
BadWolf is a minimalist and privacy-oriented WebKitGTK+ browser. - Privacy-oriented No browser-level tracking, multiple ephemeral isolated sessions per new unrelated tabs, JavaScript off by default. - Minimalist Small codebase (~1 500 LoC), reuses existing components when available or makes it available. - Customizable WebKitGTK native extensions, Interface customizable through CSS. - Powerful & Usable Stable User-Interface; The common shortcuts are available (and documented), no vi-modal edition or single-key shortcuts are used. - No annoyances Dialogs are only used when required (save file, print, …), javascript popups open in a background tab.
We can use yum
or dnf
to install badwolf
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install badwolf.
Install badwolf 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 badwolf
using dnf
by running the following command:
sudo dnf -y install badwolf
Install badwolf 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 badwolf
using yum
by running the following command:
sudo yum -y install badwolf
How To Uninstall badwolf on Fedora 36
To uninstall only the badwolf
package we can use the following command:
sudo dnf remove badwolf
badwolf Package Contents on Fedora 36
/usr/bin/badwolf
/usr/lib/.build-id
/usr/lib/.build-id/9a
/usr/lib/.build-id/9a/cfbb804c089444a71be4219c2b638fd81b2a7a
/usr/share/applications/badwolf.desktop
/usr/share/badwolf
/usr/share/badwolf/interface.css
/usr/share/badwolf/locale
/usr/share/badwolf/locale/de
/usr/share/badwolf/locale/de/LC_MESSAGES
/usr/share/badwolf/locale/de/LC_MESSAGES/Badwolf.mo
/usr/share/badwolf/locale/fr
/usr/share/badwolf/locale/fr/LC_MESSAGES
/usr/share/badwolf/locale/fr/LC_MESSAGES/Badwolf.mo
/usr/share/badwolf/locale/pt_BR
/usr/share/badwolf/locale/pt_BR/LC_MESSAGES
/usr/share/badwolf/locale/pt_BR/LC_MESSAGES/Badwolf.mo
/usr/share/badwolf/locale/tr
/usr/share/badwolf/locale/tr/LC_MESSAGES
/usr/share/badwolf/locale/tr/LC_MESSAGES/Badwolf.mo
/usr/share/badwolf/locale/vi
/usr/share/badwolf/locale/vi/LC_MESSAGES
/usr/share/badwolf/locale/vi/LC_MESSAGES/Badwolf.mo
/usr/share/doc/badwolf
/usr/share/doc/badwolf/KnowledgeBase.md
/usr/share/doc/badwolf/README.md
/usr/share/doc/badwolf/interface.txt
/usr/share/icons/hicolor/128x128/apps/badwolf.png
/usr/share/icons/hicolor/24x24/apps/badwolf.png
/usr/share/icons/hicolor/256x256/apps/badwolf.png
/usr/share/icons/hicolor/32x32/apps/badwolf.png
/usr/share/icons/hicolor/48x48/apps/badwolf.png
/usr/share/icons/hicolor/64x64/apps/badwolf.png
/usr/share/icons/hicolor/scalable/apps/badwolf.svg
/usr/share/licenses/badwolf
/usr/share/licenses/badwolf/COPYING
/usr/share/man/man1/badwolf.1.gz
References
Summary
In this tutorial we learn how to install badwolf
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).