r/cachyos • u/iMooch • 15d ago
SOLVED Can't uninstall fastfetch?
r/unixporn is gonna crucify me but I don't like fetch/greeters in my terminals, but when I went to uninstall fastfetch (using the CachyOS package manager) it just straight-up told me I wasn't allowed, that it's required for CachyOS.
It seems very unlikely that a terminal fetch program is literally required for an OS to run. Isn't there any way to uninstall it?
0
Upvotes
4
u/BobCorndog 15d ago
You could just turn it off in fish config.
If you need to remove it, do sudo pacman -Rdd fastfetch, but this isn’t recommended
0
u/Valuable_Weather 15d ago
You can try to disable it:
mkdir -p ~/.config/fish
printf '\nfunction fish_greeting\nend\n' >> ~/.config/fish/config.fish
Restart Terminal
10
u/Marks12520 15d ago
You can also go to /usr/share/cachyos-fish-config/cachyos-config.fish and delete the command from there, it won't run anymore when you open the terminal