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 `search` should not be blocked by lock file: apt-fast already running! #198

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 :)

similar to #197

Lasall commented 2 years ago

Would a fix like #196 work? Aka making search not require root permissions?