Is it normal for paru to reinstall packages removed from official repositories?

0
5
Asked By CuriousCoder42 On

I installed dnsperf a while back, and I noticed today that when I ran paru, it prompted me to install 'libck', which is a dependency for dnsperf. I checked the output of `pacman -Qmm` and found that it lists `quazip-qt5`, `libck`, and `dnsperf`, which weren't there before. My question is, is it normal for paru to automatically update packages that have been removed from the official repos? Also, is there a central source where I can find information about removed packages from the repositories?

3 Answers

Answered By TechGuru99 On

The Arch news page is usually a good place to look for updates on changes in package availability, although they may not cover every single removal. I personally run `paru -c` periodically to clean up any orphaned packages, since packages that get removed from the official repos tend to become orphans if they’re not dependencies for any other installed packages.

Answered By SkepticKnight On

Honestly, if you're struggling with the basics of Arch, it might be worth reconsidering your choice of distribution. Arch requires a bit of familiarity with commands and rep management. Just think of it like this: if you decide you don't need that package anymore, you can check for orphaned packages using `pacman -Qm`. It’s crucial to understand what you have on your system.

Answered By SkepticKnight On

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.