aptitude does not honour --download-only
Bug #216292 reported by
Chris J
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
aptitude (Debian) |
Confirmed
|
Unknown
|
|||
aptitude (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: aptitude
The man page for aptitude claims:
-d, --download-only : Download packages to the package cache as necessary, but do not install or remove anything.
Every time I start aptitude (0.4.9-2ubuntu5) with either form of the option, once the download is complete it proceeds to install the downloaded packages.
Steps to reproduce:
* [sudo] aptitude -d [or --download-only]
* Select packages to install
* 'g' to review changes
* 'g' to start download
Expected result: packages are downloaded, return to selection screen
Actual result: packages are downloaded, installation takes place
Changed in aptitude: | |
status: | Unknown → New |
Changed in aptitude (Debian): | |
status: | New → Confirmed |
To post a comment you must log in.
Hi, Chris!
From the aptitude man-page:
-d, --download-only apt/archives.
Download packages to the package cache as necessary, but do not
install or remove anything. By default, the package cache is stored
in /var/cache/
This corresponds to the configuration option
Aptitude: :CmdLine: :Download- Only.
As you can see, this option is for command-line operation (CmdLine), so it will only work when you install your packages from command-line, by running e.g. sudo aptitude -d install somepackage.
I suggest marking the bug as Invalid, as it does not look like a bug after all.