You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to a drive failure my original pacman DB (/var/lib/pacman) was lost. I was able to recover my cache (/var/cache/pacman), and needed to rebuild my pacman DB. My package cache had never been "cleaned" so it should have every package I've ever installed, whether via pacman or apacman.
However, when I ran the gendb process of apacman it picked up a very small subset of packages. Before the data loss, apacman was managing 127 packages, and after it's now only recognizing 35 packages from AUR.
I'm looking for a way to run gendb so that it correctly recognizes all packages in my cache that have originated from the AUR.
Two concrete examples are intellij-idea-ultimate-edition and google-chrome. Both installations have packages in the cache, and both were not recognized as having been installed and managed via apacman when rebuilding my DB. In order to get them recognized I had to force install them.
The text was updated successfully, but these errors were encountered:
Due to a drive failure my original
pacman
DB (/var/lib/pacman
) was lost. I was able to recover my cache (/var/cache/pacman
), and needed to rebuild mypacman
DB. My package cache had never been "cleaned" so it should have every package I've ever installed, whether viapacman
orapacman
.However, when I ran the
gendb
process ofapacman
it picked up a very small subset of packages. Before the data loss,apacman
was managing 127 packages, and after it's now only recognizing 35 packages from AUR.I'm looking for a way to run
gendb
so that it correctly recognizes all packages in my cache that have originated from the AUR.Two concrete examples are
intellij-idea-ultimate-edition
andgoogle-chrome
. Both installations have packages in the cache, and both were not recognized as having been installed and managed viaapacman
when rebuilding my DB. In order to get them recognized I had to force install them.The text was updated successfully, but these errors were encountered: