this post was submitted on 04 Jul 2026
33 points (100.0% liked)
Linux
14216 readers
237 users here now
A community for everything relating to the GNU/Linux operating system (except the memes!)
Also, check out:
Original icon base courtesy of lewing@isc.tamu.edu and The GIMP
founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Your GUI tool is probably running
aptunder the hood. You can find the PID of theaptprocess and do something like this:If you are afraid it has something to do after the
aptprocess dies, you can add some additional arbitrary delay like this:@sem@piefed.blahaj.zone
Alternatively, you can wait until there are no processes matching a regex with
pidwait <regex>.