View Single Post
Posts: 2,102 | Thanked: 1,937 times | Joined on Sep 2008 @ Berlin, Germany
#12
Originally Posted by regulus View Post
Successful til dpkg line, as /var/cache/apt/archives doesn't contain alpine_1.0.1.deb. Where did it put it?
You could try to find the path by typing and hitting [Tab] for completion, like:
ls -al /va[Tab]ca[Tab]ap[Tab]
This should be a sysmlink to some other place in /opt or /home/user/MyDocs.
Did i misspell the package name??? Try to type
Code:
dpkg -x /var/cache/apt/archives/alpine
then double hit [Tab] to auto-complete the path.

Last edited by michaaa62; 2012-08-06 at 11:12.