Home > OS >  Install a directory below all of the packages
Install a directory below all of the packages

Time:10-12

Install a directory below all of the packages

The command line: DPKG - I - R directory

Example: DPKG -i - R/usr/local/SRC

CodePudding user response:

Installed within a folder all deb command: DPKG -i *. Deb

CodePudding user response:

Installed in the current directory: sudo DPKG -i *
  • Related