How to Install Deb Files (Packages) on Ubuntu | Linuxize
linuxize.com › post › how-to-install-deb-packages-onFeb 24, 2020 · dpkg is a low-level package manager for Debian-based systems. Use the -i (or --install) option to install deb packages with dpkg. sudo apt install ./teamviewer_amd64.deb. Unlike apt and gdebi, dpkg doesn’t resolve dependencies. If you get any dependency errors when installing deb packages, you can use the following apt command to resolve and install all package dependencies: sudo apt install -f Installing deb Packages using GUI # If you prefer to use a graphical interface, simply download ...