Chapter 4. Install packages not in the distro repository
-
firefox
To install Firefox from a deb package, see firefox instructions
To install from flatpak:
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
flatpak install flathub.org org.mozilla.firefox
-
emacs
If the distro version of emacs is out of date, see Appendix F, Build emacs .
-
Download from github
sudo unzip procs-v
0.14.4-x86_64
-linux.zipsudo cp procs /usr/local/bin
-
Chromium
Ideally, install Chromium from something besides Snap.
Configure Chromium for Wayland
-
Go to chrome://flags
-
Search "Preferred Ozone platform"
-
Set it to "Wayland"
-
Restart
-