Install .deb file from the terminal in Ubuntu 20.04
February 20, 2022•33 words
Open Ubuntu terminal and type
sudo apt install /home/root/Downloads/my-app.deb -y
The path location should be absolute/ full path. Type pwd to get the current path location of the .deb file.
...
Read post