View Single Post
zxcvbnm3230's Avatar
Posts: 132 | Thanked: 225 times | Joined on Dec 2013
#2
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.