i have successfully downloaded a file, but the file does not open when in the folder, these are all .deb files and the icon is like a sealed box,
Asked
Active
Viewed 63 times
1 Answers
-1
The .deb file is an application install package. The sealed box you see is a visual showing it's a package.
You can install the package by double clicking on it.
When you double click the file, it should bring up the software center and give you a graphical interface with a button to click install.
You can also right click on the icon and choose the install program installer to run.
Alternately you can install a deb package from the commandline with:
$ sudo dpkg -i [packagename.deb]

L. D. James
- 25,036
sudo dpkg -i /path/to/whatever.deb
? – chili555 Aug 31 '16 at 02:08