9951 explained code solutions for 126 technologies


ubuntuubuntu cli install deb


sudo apt install -y /path/to/some.debctrl + c
sudo

execute command as super user (root)

apt install

installs specified package on Ubuntu

-y

will install everything with no questions

/path/to/some.deb

path to deb file to install