How To Install sawfish-pager on Fedora 36
Introduction
In this tutorial we learn how to install sawfish-pager
on Fedora 36.
What is sawfish-pager
Sawfish specific configurable pager map of your desktop with a viewport support. It can be configured to follow where you are, or optionally show all workspaces at once. Check README from this package documentation how to activate.
We can use yum
or dnf
to install sawfish-pager
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install sawfish-pager.
Install sawfish-pager 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 sawfish-pager
using dnf
by running the following command:
sudo dnf -y install sawfish-pager
Install sawfish-pager 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 sawfish-pager
using yum
by running the following command:
sudo yum -y install sawfish-pager
How To Uninstall sawfish-pager on Fedora 36
To uninstall only the sawfish-pager
package we can use the following command:
sudo dnf remove sawfish-pager
sawfish-pager Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/2f
/usr/lib/.build-id/2f/42c6fa3985e417e531764b7c3150cc76fe85ae
/usr/lib64/sawfish/sawfishpager
/usr/share/doc/sawfish-pager
/usr/share/doc/sawfish-pager/NEWS
/usr/share/doc/sawfish-pager/README
/usr/share/doc/sawfish-pager/TODO
/usr/share/licenses/sawfish-pager
/usr/share/licenses/sawfish-pager/COPYING
/usr/share/sawfish/lisp/sawfish/wm/ext/pager.jl
/usr/share/sawfish/lisp/sawfish/wm/ext/pager.jlc
References
Summary
In this tutorial we learn how to install sawfish-pager
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).