Recently, when trying to install Lightworks using the .deb file provided by lwks.com, the Ubuntu Software app will stay loading. I tried downloading another app, Dolphin Emulator, using Dolphin's .deb file provided by dolphin-emu.org and it stayed loading for that as well. Does anyone have a fix for this?
Asked
Active
Viewed 482 times
1
dpkg -i <deb name>
in the directory where the.deb
file is downloaded. – Error404 Dec 31 '21 at 04:45sudo apt install
followed by a space and then dragging and dropping the deb file into the terminal and then pressing enter? – mchid Dec 31 '21 at 05:47