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 winesudo pacman -S winesudo 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-stablesudo 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-stablesudo dnf install winesudo dnf install winesudo 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-stablesudo 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-stablesudo xbps-install -S winesudo xbps-install -S wineDANGER
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 ugetsudo pacman -S ugetsudo apt install ugetsudo apt install ugetsudo dnf install ugetsudo dnf install ugetsudo apt install ugetsudo apt install ugetsudo xbps-install -S ugetsudo xbps-install -S ugetSynaptic Package manager
Synaptic serves as a graphical front-end to APT which makes the process of software management easier.
sudo pacman -S synapticsudo pacman -S synapticsudo apt install synapticsudo apt install synapticsudo dnf install synapticsudo dnf install synapticsudo apt install synapticsudo apt install synapticsudo xbps-install -S synapticsudo xbps-install -S synapticTimeshift
Timeshift is a system restore tool for Linux. Creates a file system snapshot using rsync+hard links or BTRFS snapshots.
sudo pacman -S timeshiftsudo pacman -S timeshiftsudo apt install timeshiftsudo apt install timeshiftsudo dnf install timeshiftsudo dnf install timeshiftsudo apt install timeshiftsudo apt install timeshiftsudo xbps-install -S timeshiftsudo xbps-install -S timeshiftResource Monitor
Htop
A utility to see which process is taking how much CPU or memory.
sudo pacman -S htopsudo pacman -S htopsudo apt install htopsudo apt install htopsudo dnf install htopsudo dnf install htopsudo apt install htopsudo apt install htopsudo xbps-install -S htopsudo 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 bashtopsudo pacman -S bashtopsudo apt install bashtopsudo apt install bashtopsudo dnf install bashtopsudo dnf install bashtopsudo add-apt-repository ppa:bashtop-monitor/bashtop && sudo apt update && sudo apt install bashtopsudo add-apt-repository ppa:bashtop-monitor/bashtop && sudo apt update && sudo apt install bashtopsudo xbps-install -S bashtopsudo 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 gufwsudo pacman -S gufwsudo apt install gufwsudo apt install gufwsudo dnf install gufwsudo dnf install gufwsudo apt install gufwsudo apt install gufwsudo xbps-install -S gufwsudo xbps-install -S gufwOpensnitch
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 opensnitchsudo pacman -S opensnitchsudo apt install opensnitchsudo apt install opensnitchsudo dnf install opensnitchsudo dnf install opensnitchsudo apt install opensnitchsudo apt install opensnitchsudo xbps-install -S opensnitchsudo xbps-install -S opensnitch