Skip to content

Other Apps

Wine

Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications.

sh
sudo pacman -S wine
sudo pacman -S wine
sh
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/debian/ bullseye main'
sudo apt update && sudo apt install --install-recommends winehq-stable
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/debian/ bullseye main'
sudo apt update && sudo apt install --install-recommends winehq-stable
sh
sudo dnf install wine
sudo dnf install wine
sh
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/debian/ bullseye main'
sudo apt update && sudo apt install --install-recommends winehq-stable
sudo dpkg --add-architecture i386
wget -nc https://dl.winehq.org/wine-builds/winehq.key
sudo apt-key add winehq.key
sudo add-apt-repository 'deb https://dl.winehq.org/wine-builds/debian/ bullseye main'
sudo apt update && sudo apt install --install-recommends winehq-stable
sh
sudo xbps-install -S wine
sudo xbps-install -S wine

DANGER

Never use wine with sudo. Windows apps always run with admin rights in wine. No sudo needed sometimes, You need to tell wine to start an app as a "normal user" but, you never need to run it with admin rights because it already does. So from this, you could be thinking can't hurt to run wine with sudo, Right? Yes, it can hurt, or do you believe that a potential Virus wouldn't be happy to be run with root rights? Viruses work through wine like they would on Windows. sudo gives them even more privileges.

uGet

uGet is a lightweight yet powerful open Source download manager for Linux. Basic features include a download queue, a clipboard monitor, and the ability to process downloads in a batch format.

sh
sudo pacman -S uget
sudo pacman -S uget
sh
sudo apt install uget
sudo apt install uget
sh
sudo dnf install uget
sudo dnf install uget
sh
sudo apt install uget
sudo apt install uget
sh
sudo xbps-install -S uget
sudo xbps-install -S uget

Synaptic Package manager

Synaptic serves as a graphical front-end to APT which makes the process of software management easier.

sh
sudo pacman -S synaptic
sudo pacman -S synaptic
sh
sudo apt install synaptic
sudo apt install synaptic
sh
sudo dnf install synaptic
sudo dnf install synaptic
sh
sudo apt install synaptic
sudo apt install synaptic
sh
sudo xbps-install -S synaptic
sudo xbps-install -S synaptic

Timeshift

Timeshift is a system restore tool for Linux. Creates a file system snapshot using rsync+hard links or BTRFS snapshots.

sh
sudo pacman -S timeshift
sudo pacman -S timeshift
sh
sudo apt install timeshift
sudo apt install timeshift
sh
sudo dnf install timeshift
sudo dnf install timeshift
sh
sudo apt install timeshift
sudo apt install timeshift
sh
sudo xbps-install -S timeshift
sudo xbps-install -S timeshift

Resource Monitor

Htop

A utility to see which process is taking how much CPU or memory.

sh
sudo pacman -S htop
sudo pacman -S htop
sh
sudo apt install htop
sudo apt install htop
sh
sudo dnf install htop
sudo dnf install htop
sh
sudo apt install htop
sudo apt install htop
sh
sudo xbps-install -S htop
sudo xbps-install -S htop

htop

Bashtop

An advanced utility that shows usage and stats for processor, memory, disks, network, and processes. Repo already exists in Pop 20.10

sh
sudo pacman -S bashtop
sudo pacman -S bashtop
sh
sudo apt install bashtop
sudo apt install bashtop
sh
sudo dnf install bashtop
sudo dnf install bashtop
sh
sudo add-apt-repository ppa:bashtop-monitor/bashtop && sudo apt update && sudo apt install bashtop
sudo add-apt-repository ppa:bashtop-monitor/bashtop && sudo apt update && sudo apt install bashtop
sh
sudo xbps-install -S bashtop
sudo xbps-install -S bashtop

bashtop

Firewall

Gufw

GUFW is a graphical utility for managing Uncomplicated Firewall (UFW). This is pretty easy to use application with a bunch of settings which you can set according to your preference.

sh
sudo pacman -S gufw
sudo pacman -S gufw
sh
sudo apt install gufw
sudo apt install gufw
sh
sudo dnf install gufw
sudo dnf install gufw
sh
sudo apt install gufw
sudo apt install gufw
sh
sudo xbps-install -S gufw
sudo xbps-install -S gufw

Opensnitch

Helps you to review which services connect to the internet. Also, stopping some services might help save some internet, and give you more control over it.

sh
sudo pacman -S opensnitch
sudo pacman -S opensnitch
sh
sudo apt install opensnitch
sudo apt install opensnitch
sh
sudo dnf install opensnitch
sudo dnf install opensnitch
sh
sudo apt install opensnitch
sudo apt install opensnitch
sh
sudo xbps-install -S opensnitch
sudo xbps-install -S opensnitch

Released under the MIT License.