User Tools

Site Tools


install_package

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
install_package [2015/06/03 22:17] pavrooinstall_package [2015/06/03 22:38] pavroo
Line 24: Line 24:
    apt-get install package1 package2 package3    apt-get install package1 package2 package3
  
-5.If you have downloaded a "deb" package from the network, you can install it using **dpkg** tool:+5. If you have downloaded a "deb" package from the network, you can install it using **dpkg** tool:
  
-   cd /patch-to downloaded-dir+   cd /patch-to-download-directory
    dpkg -i package1.deb package2.deb package3.deb    dpkg -i package1.deb package2.deb package3.deb
  
-If the package (packages) needs extra dependencies, the installation will be broken. To fix it, run:+If the package (packages) needs extra dependencies, the installation can be broken. To fix it, run:
  
    apt-get install -f    apt-get install -f
install_package.txt · Last modified: 2021/05/04 15:24 by 127.0.0.1