Step to install .deb file using command line terminal in Ubuntu
Are you going to install a .deb file via command line? Before that, you should know about .deb file. deb is the extension of the Debian software package format and the most often used name for such binary packages. For more. To install .deb: Use following command to install .deb file,
1 |
sudo dpkg -i DEP_SAMPLE.dep |
here, DEP_SAMPLE is for example. You can use your deb file/package. If you want install using ‘Ubuntu Software Center’ means, Just double click your .deb file and it will be open in Ubuntu Software Center. Then you can Install by clicking on install button. Cool!!!