Other Apps
Wine
Wine (originally an acronym for "Wine Is Not an Emulator") is a compatibility layer capable of running Windows applications.
sudo pacman -S wine
sudo pacman -S wine
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
sudo dnf install wine
sudo dnf install wine
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
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.
sudo pacman -S uget
sudo pacman -S uget
sudo apt install uget
sudo apt install uget
sudo dnf install uget
sudo dnf install uget
sudo apt install uget
sudo apt install uget
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.
sudo pacman -S synaptic
sudo pacman -S synaptic
sudo apt install synaptic
sudo apt install synaptic
sudo dnf install synaptic
sudo dnf install synaptic
sudo apt install synaptic
sudo apt install synaptic
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.
sudo pacman -S timeshift
sudo pacman -S timeshift
sudo apt install timeshift
sudo apt install timeshift
sudo dnf install timeshift
sudo dnf install timeshift
sudo apt install timeshift
sudo apt install timeshift
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.
sudo pacman -S htop
sudo pacman -S htop
sudo apt install htop
sudo apt install htop
sudo dnf install htop
sudo dnf install htop
sudo apt install htop
sudo apt install htop
sudo xbps-install -S htop
sudo xbps-install -S htop
Bashtop
An advanced utility that shows usage and stats for processor, memory, disks, network, and processes. Repo already exists in Pop 20.10
sudo pacman -S bashtop
sudo pacman -S bashtop
sudo apt install bashtop
sudo apt install bashtop
sudo dnf install bashtop
sudo dnf install bashtop
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
sudo xbps-install -S bashtop
sudo xbps-install -S 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.
sudo pacman -S gufw
sudo pacman -S gufw
sudo apt install gufw
sudo apt install gufw
sudo dnf install gufw
sudo dnf install gufw
sudo apt install gufw
sudo apt install gufw
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.
sudo pacman -S opensnitch
sudo pacman -S opensnitch
sudo apt install opensnitch
sudo apt install opensnitch
sudo dnf install opensnitch
sudo dnf install opensnitch
sudo apt install opensnitch
sudo apt install opensnitch
sudo xbps-install -S opensnitch
sudo xbps-install -S opensnitch