View Single Post
Posts: 451 | Thanked: 334 times | Joined on Sep 2009
#10
Originally Posted by carlos2005 View Post
apt-get install libphysfs-1.0-0
Actually no, as this'll install libphysfs as required on its own and if you later remove blobby, it'll not remove it.

Better, to just after installing the blobby deb:
Code:
apt-get -f install
as root, that'll take care of the dependencies.