View Single Post
Posts: 145 | Thanked: 88 times | Joined on Nov 2009 @ Copenhagen
#24
Originally Posted by colm.smyth View Post
how do i run the package from termin,, i have done sudo gainroot now what ?

sorry nube question i know
If you have downloaded a deb-file, you just type

Code:
dpkg -i FILENAME.deb
If it's a zipped file, first use

Code:
unzip FILENAME
(in both cases use the correct file name)