
See in the command below to install the same package as the previous example. If you have faced any problem-related dependency error then Please use apt command to install. So you would not worry about the dependencies when using apt command. Yes, you install the package locally on your system instead of the web.īefore go running the apt command for installing the new package use the apt update command to update the database.Īs I have told you previously, apt has the advantage to resolve dependency error automatically. you can use the apt package manager to install. deb packages on you Debian based distribution then you have another option for it.

Install deb file in Ubuntu using apt Package Manager You can use –install switch instead of -i and command will be as following: : ~ $sudo dpkg -install /home/vijay/Downloads/teamviewer_b So the command will be as following: : ~ $sudo dpkg -i /home/vijay/Downloads/teamviewer_b deb file in Download folder, the path is /home/vijay/Download and the file name is teamviewer_b. $sudo dpkg -i /path_to_package/packagenameįor example, to install Teamviewer, My downloaded. So run the following command in terminal. You can do many things by using this tool, for Now, I am going to teach you how to install deb file in Linux by using dpkg command. You can install and uninstall Debian (.deb) packages by using the tool “dpkg”. The file name is teamviewer_b How to install deb files on Ubuntu Install deb files in Ubuntu by using dpkg tool I have the installed Ubuntu operating system 64 bit. deb packages, one is 32 bit another 64 bit. If you are running 32 bit then download deb file for 32 bit otherwise for 64 bit.įor the demonstration purpose, I am going to install TeamViewer on my Ubuntu operating system, then first I will have to go on the vendor’s website then I will search for Teamviewer executable file in. Don’t forget system architecture before downloading the. You must go to the vendor’s website and download the executable file in. For this reason, it is important to know how to install the packages manually. Some of the biggest applications are delivered in this format, including Google’s Chrome web browser. Be careful before downloading and installing such type of files which are not available on the repository. Some application does not exist on the software center/repository then you must download from the vendor’s website first. You use apt and apt-get command for downloading and installing new software from the repository. Most of the time you use a package manager such as the Ubuntu Software Center to install the new software on Debian-based distribution. So keep in mind if you are going to download an executable file from the vendor’s official website it would be in. Similar to Windows you can install the software by using the.
