When installing .deb packages you may come across dependencies and other issues.
Here is a solution for that:
First issue the command on console.
dpkg -i file.deb
and then if issue arises type in:
apt-get -f install
this would resolve the dependencies issue for your .deb package and then you can install it.
Hope it works as smooth as it did for me
|
My Blog Title
|