You are not logged in.
Pages: 1
I use arch + XFCE, I didn't install mplayer, I know parole player belongs to XFCE, but why mplayer exists in my OS?
is that because I have ever installed some Malware software ?
Offline
Almost certainly not malware. You should run "pacman -Qi mplayer" to see why it was installed. If it says "installed as a dependency for another package", then look here: https://archlinux.org/packages/extra/x86_64/mplayer/ and see if any of the "required by" packages ring a bell.
Offline
Hello. I don’t see how you made connection between mplayer and malware.
You may use pactree from package pacman-contrib. To show a dependency tree listing all packages which depend on mplayer:
pactree -r mplayerLast edited by mpan (2024-05-16 09:09:18)
Paperclips in avatars? | Sometimes I seem a bit harsh — don’t get offended too easily!
Offline
Almost certainly not malware. You should run "pacman -Qi mplayer" to see why it was installed. If it says "installed as a dependency for another package", then look here: https://archlinux.org/packages/extra/x86_64/mplayer/ and see if any of the "required by" packages ring a bell.
thanks, it helps me a lot, may be mplayer is include in xfce
Offline
Hello. I don’t see how you made connection between mplayer and malware.
You may use pactree from package pacman-contrib. To show a dependency tree listing all packages which depend on mplayer:
pactree -r mplayer
thanks, now I got the pactree trick
Offline
Pages: 1