How do I remove Thunderbird?

I have tried using:

yay -Sr thunderbird

without success.
Any suggestions?

The operation is -R for “remove” not -S for “sync”.

So, yay -R thunderbird or sudo pacman -R thunderbird.

2 Likes

yay -S installs. yay -R removes. Although I’d use pacman instead…

I personally would do pacman -Rcsn as it removes anything that’s unused that thunderbird depended on recursively and removes any system configurations of what it’s uninstalling (NOT user configurations). Of course, if you DO use that agressive options, you should also pay attention to make sure something important isn’t going to be removed with it.

1 Like

Sorted.
Many thanks for the replies.

https://wiki.archlinux.org/title/Pacman/Rosetta

2 Likes

fbodymechanic,

A very useful link.
Thanks.

There is also this link that is really clear and simple when you forget basic commands.

Wadax,
Thanks.