Debian: Install a .deb file via the command line
Published on 19 August 2019
To install a Debian package from a .deb file using the command line.
$ sudo dpkg -i /chemin/du/fichier/deb/
see here for thehttps://unix.stackexchange.com/questions/159094/how-to-install-a-deb-file-by-dpkg-i-or-by-apt[reference]+