View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#4
Originally Posted by eefo View Post
and how to use the dpkg thingy ? :S
You'll need to be root first (make sure you have rootsh installed, then run either "root" or "sudo gainroot"), then:
Code:
dpkg -i filename.deb
EDIT: The downside to using dpkg is that it doesn't handle dependencies, so it's always safer to use apt-get (or app manager) if you can.