this post was submitted on 04 Jul 2026
33 points (100.0% liked)
Linux
14216 readers
337 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
Linux Mint uses apt for the regular system stuff.
with apt, canceling during the download phase is totally safe.
canceling during the install phase is ALSO fairly safe. apt tries to make sure you're never in an unbootable state if you have to cancel it, or your power cuts out, or whatever. It will, however, put apt into an "ack things are half-done!" state and you'll need to run
sudo dpkg --configure -aafter you're booted up, which is "finish installing the half-installed packages that apt was in the middle of doing before".I think we've heard apt is better about this than most other package managers. So it might not be a good idea on EndeavourOS (Arch-based).
-- Frost