How to Uninstall Packages from Ubuntu with APT, Snap, and App Center

If you uninstall packages from Ubuntu and still see vsftpd.conf under /etc, Ubuntu’s package manager may have left its configuration behind.[5][8] I simulated APT (Advanced Package Tool) removal and purge for tree, and the output separated the named package from auto-removable dependencies. Which remover matches the installation? An application name can refer to a Debian

How to Uninstall Packages from Ubuntu with APT, Snap, and App Center Read More »

Pacman Command on Arch Linux – Getting Started

Arch Linux’s pacman package manager uses -Syu to refresh repository databases and upgrade installed packages in one operation. A bare -Sy refreshes the databases without upgrading installed packages, leaving a partial-upgrade state that the ArchWiki’s system-maintenance guidance warns against. What pacman syncs Arch Linux’s pacman sync operation reads repository databases to install packages and resolve

Pacman Command on Arch Linux – Getting Started Read More »

How to Install VMware Tools on Ubuntu with open-vm-tools

If the VMware Tools install option is grayed out, install open-vm-tools from Ubuntu’s archive inside the guest. The disabled menu belongs to the host, while apt installs Ubuntu’s guest-side package. I checked Broadcom’s guidance and Ubuntu’s package listings to confirm the core and desktop packages are separate. What open-vm-tools does inside Ubuntu open-vm-tools is VMware’s

How to Install VMware Tools on Ubuntu with open-vm-tools Read More »

The gzip Command in Linux

gzip replaces each file you hand it with a smaller .gz version using the DEFLATE algorithm. It is the standard compression tool on Linux and has been for decades, so the commands below work on any distribution without installation. I tested every example here on gzip 1.12. How gzip compression works gzip combines LZ77 and

The gzip Command in Linux Read More »

How to Install Minecraft on Linux?

Installing Minecraft on Linux still means grabbing the official launcher. You can get it as a .deb for Debian-based distros, a .tar.gz for everyone else, or through a community snap installer if you prefer that route. Install Minecraft on Ubuntu and its derivatives Ubuntu and Debian-based distributions get a direct .deb package from Minecraft. This

How to Install Minecraft on Linux? Read More »