You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
references/linux/install_with_apt_dpkg.md

14 lines
231 B
Markdown

# Install with apt/dpkg
Install from the repositories
apt install <package>
Install a local .deb file
apt install <local package location>
another way to install local .deb files
dpkg -i <local package location>