packages:install_a_local_.deb_file
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
packages:install_a_local_.deb_file [2019/12/01 11:54] – removed peter | packages:install_a_local_.deb_file [2020/07/19 14:59] (current) – old revision restored (2019/12/01 11:54) 95.111.247.252 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Packages - Install a local .deb file ====== | ||
+ | |||
+ | Issue the command: | ||
+ | |||
+ | <code bash> | ||
+ | sudo dpkg -i filename.deb | ||
+ | </ | ||
+ | |||
+ | Change filename.deb to the actual file name of the local .deb file you wish to install. | ||
+ | |||
+ | |||
+ | To uninstall (remove) | ||
+ | |||
+ | <code bash> | ||
+ | sudo dpkg -r package_file.deb | ||
+ | </ | ||
packages/install_a_local_.deb_file.1575201251.txt.gz · Last modified: 2020/07/15 09:30 (external edit)