You are not logged in.
How do we have pacman to reinstall a certain package including recursively all its dependencies, to recursively check and ensure all of them being really ready installed ?
Last edited by almahdi (2023-06-06 02:17:57)
Offline
to recursively check and ensure all of them being really ready installed ?
How would you not already be in such a state? The only possibility is if you did removed something with -Rdd flags. In any case, there's not point checking a single package and it's dependencies, just update your system properly: pacman -Syu.
But I'll wager this is really an X-Y question. What do you really need to do? Or what problem are you facing for which you think this would be a solution?
Last edited by Trilby (2023-06-06 02:34:55)
"UNIX is simple and coherent" - Dennis Ritchie; "GNU's Not Unix" - Richard Stallman
Offline