View Single Post
Posts: 192 | Thanked: 108 times | Joined on Dec 2011 @ Austin, Tx
#322
Originally Posted by Eztran View Post
If the files are in /home/user/inception, you'd need:

Code:
$ /usr/sbin/incept /home/user/inception/aegisctl_1.3_armel.deb
$ /usr/sbin/incept /home/user/inception/opensh_1.00_armel.deb
Note that you are using the 'incept' application, which is located in /usr/sbin, hence '/usr/sbin/incept'. There is a space between '.../incept' and the file path.
thanks, very helpful