Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
tokumei21316yYou only have that problem if you're trying to run more than one apt at the same time, which you should never do with package managers because that can seriously destroy a system.
-
Condor324966yPacman has the same thing with /var/lib/pacman/db.lck, except it even explicitly tells you "if you're sure a package manager is not already running, you can remove /var/lib/pacman/db.lck". Makes you wonder.. why does pacman not just do a check on whether there's another pacman process running?
-
Apt works great on windows. Download it from the windows store! (Microsoft supported, win 10+, wsl)
Try gentoo + emerge. It will change your thoughts on apt. -
@Condor because checking if a process is running is not thread / multi-process safe. Race conditions and broken dependencies.
-
Jifuna37406y@lxmcf You probably have update-notifier installed, it will check for updates sometimes. You can also delete it with apt (one of the first things I do)
I may love apt but fuck me, the amount of times I've gotten told that the process is currently locked is making me go bat shit crazy -,-
rant