#ubuntu
8 Stories



How to Install Deb Files in Ubuntu Linux (4 Methods)
View quick summary
To install Deb files in Ubuntu, right-click on the .deb file and select 'Open with Other Application'. Now, choose Software Install. You can also run 'sudo apt install ./filename.deb' in the Terminal to install .deb files. Apart from that, you can run 'sudo dpkg -i <debfilename>' to sideload deb files in Ubuntu.




