View Single Post
Halftux's Avatar
Posts: 878 | Thanked: 2,535 times | Joined on Feb 2012 @ Germany
#122
Originally Posted by Maemish View Post
$DOWNLOAD_DIR
This is a place holder not a real environment variable. Replace it with the real location of the deb file. For example

Code:
/home/user/MyDocs/Downloads/libsoup2.4-1_2.30.2-1+squeeze1+0m5_armel.deb
or you set the environment variable with

Code:
export DOWNLOAD_DIR=/home/user/MyDocs/Downloads
Then it will work with $variable
 

The Following 4 Users Say Thank You to Halftux For This Useful Post: