ilikenwf / apt-fast

apt-fast: A shellscript wrapper for apt that speeds up downloading of packages.
http://www.mattparnell.com/projects/apt-fast-and-axel-roughly-26x-faster-apt-get-installations-and-upgrades.html
GNU General Public License v3.0
1.96k stars 185 forks source link

FIX #minor apt-fast `show` should not be blocked by lock file: apt-fast already running! #197

Open allanlaal opened 2 years ago

allanlaal commented 2 years ago

both aptitude show & apt show are read-only commands, so whilst a writing apt/aptitude command is running, there is no need to block apt-fast show from running :)

Lasall commented 2 years ago

This seem to be resolved in #196 ? apt-fast will still use a lock but that should not be affected by aptitude/apt and should be released quick enough.

Can you elaborate if this keeps working for you with the recent version 1.9.12 from January?