this post was submitted on 22 Oct 2024
14 points (93.8% liked)

Linux

47820 readers
595 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Posting here as there doesn't seem to be an active Arch Linux community.

I noticed while updating my system today that I have a bunch of qemu packages I don't recall installing. So I took a look at why they were there and found this:

Name            : qemu-base
Required By     : qemu-desktop
Install Reason  : Installed as a dependency for another package

Name            : qemu-desktop
Required By     : None
Optional For    : qemu-base
Install Reason  : Installed as a dependency for another package

It seems like qemu-desktop was a dependency for something I later removed and pulled in qemu-base. However, because of the dependency cycle, they aren't showing up as orphans and has just been hanging around in my system.

Correct?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 7 points 4 hours ago

Posting here as there doesn’t seem to be an active Arch Linux community.

[email protected] seems active to m

Your text says qemu-desktop is only "optional" for qemu-base. You can safely remove qemu-desktop, pacman won't nag about optional dependencies.

For checking dependencies, I like to use pactree, it draws nice graphs in the terminal: https://wiki.archlinux.org/title/Pacman#Pactree