You are not logged in.
As the subject says.
Offline
It will install them if they're not installed already. If the package's dependencies are already installed, it won't re-install them.
It's easy to see for yourself. What seems to be the problem?
Offline
I don't see a pacman command to re-install a package's dependencies. Is there one?
What seems to be the problem?
Funny you should ask. I deleted my home folder (a slip of the finger when typing `$ rm -rf ~/<a folder name>`; just after typing the tilda I hit Enter). At least I've learned to be wiser with rm.
That resulted in some applications not have an application icon (top left of its window), and no folder icons in the file save dialog.
I suspect I lost some gtk assets. `$ pacman -S gtk gtk2` has not in itself fixed the problem.
Offline
I don't think re-installing packages will fix this, because packages don't install things to home folders.
But whether the Constitution really be one thing, or another, this much is certain - that it has either authorized such a government as we have had, or has been powerless to prevent it. In either case, it is unfit to exist.
-Lysander Spooner
Offline
Ah, thanks for the insight.
Offline
you should have your backups. Use them to get your folder(s)/file(s) back !
There's no such thing as a stupid question, but there sure are a lot of inquisitive idiots !
Offline
I like this,i always uninstall many fonts packages,if pacman auto re-install,it sucks
Offline
Create an alias for rm to prevent accidental deletions.
alias rm="rm -i"Offline
I like this,i always uninstall many fonts packages,if pacman auto re-install,it sucks
I have no idea what you mean.
Create an alias for rm to prevent accidental deletions.
alias rm="rm -i"
+1, but '-f' overrides it anyway.
Offline
you should have your backups. Use them to get your folder(s)/file(s) back !
There's no backup, I was setting up my environment at the time.
Offline