First page Back Continue Last page Image

Manual Package Install

Tap Archive AKA Tarball – Like a Zip file

After un-archiving the tar file in a debian distribution your package should have a .deb extension

sudo dpkg -i package_file_name.deb

The following command will install the package using the low level package manager. This step needs to be followed by setting up the correct configuration files to allow the application to be used

Debian Package

package_file_name here is a variable and is replaced with the actual name of the package you are trying to install

-i : install option