View Single Post
Posts: 16 | Thanked: 2 times | Joined on Jan 2014
#3
Originally Posted by zxcvbnm3230 View Post
usually to install a package with its dependencies you should write the following in a terminal:
Code:
dpkg -i -f /home/user/MyDocs/office.deb
where /home/user/MyDocs/office.deb means path to your file. Try this.
not working sir