Ubuntu: Installing debian package without sudo privileges
In Ubuntu, the standard way to install software is via the Debian package manager. You download a .deb file, run sudo apt install package_name.deb or sudo dpkg -i package_name.deb, and the app is available to everyone on the computer. But when you are...