this post was submitted on 17 Sep 2023
21 points (100.0% liked)
Arch Linux
7763 readers
5 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'll add to what was said by others, but about [I] and [No]
When building there is a cache. Sometimes you remove make dependencies, which removes the program but keeps a copy in cache. (There are other ways to remove a program and still keep it in cache)
[I] means it will clen build all installed packages and use the cache for those that are not installed but were present.
[No] means it will leave installed packages untouched but will rebuild those that are in cache before reinstalling them.
Hope that solves it. And as said before - in 99.99% cases None is good enough.