Whenever I try to install an deb files the file opens in the software centre but says internal error cannot be opened. Please help?
Asked
Active
Viewed 1,899 times
0
-
Care to provide the exact error message? – Braiam Jul 04 '14 at 10:55
-
Please include what it says on 'sudo dpkg - i packet_name.deb' – Ruslan Gerasimov Jul 05 '14 at 02:35
1 Answers
3
Try re-downloading the package, and run the following command:
sudo dpkg -i /path/to/package.deb
This command will only work if you have all the dependencies for that package installed.
If dpkg
complains about missing dependencies, try running sudo apt-get install -f
and then try the first command again.

camconn
- 1,844