falonz.blogg.se

Install deb linux
Install deb linux







install deb linux

sudo apt-get install -f google-chrome-stable_current_b Conclusion If you are using an older version of Ubuntu and Debian, use apt-get to install deb file. The above command will also download and install the required dependencies. sudo apt install -f google-chrome-stable_current_b So issue the following apt command to install a locally downloaded debian package. The latest operating systems uses apt instead of apt-get for the packages installation. Apt package management is capable to resolve dependencies and download from network repositories. This tells the Apt package manager to complete the unfinished installations. In case the installation failed with dependencies, issue the next command to complete the installation process. The above command will install the defined package on the command line. sudo dpkg -i google-chrome-stable_current_b Then issue the following command to install google-chrome-stable_current_b file. Then use dpkg command to install locally downloaded deb file.įor example, I have downloaded the Google Chrome Debian file in the local system. Before installation, download or copy the deb file in the local drive. deb file with dpkgĭpkg is a command-line tool to install, build, remove and manage Debian packages. This tutorial will help you to install deb files on Ubuntu and other Debian-based systems. Another apt command is a powerful command-line tool, which works with Ubuntu’s Advanced Packaging Tool, and helps in managing Debian packages. The Ubuntu and other Debian based systems provides dpkg (Debian Package Management System) for directly installing.









Install deb linux