Did you reboot sometime while testing? Chances are that e.g. a new kernel or Nvidia driver version broke the current system and needs a reboot to fix it.
Arch Linux
The beloved lightweight distro
What does the output aay when you run it from the terminal?
Sounds like you broke your install of steam. Uninstall all versions, rm every location they were installed, and just reinstall.
Isnt there an option to purge it per pacman?
No, because the steam package is only the launcher, which downloads steam to the user's home directory most times it's either ~/.local/share/steam
or ~/.steam
/.steam is just symlink so delete both
I uninstalled Steam with pacman -Runs steam
. After that there were still several folders within my home. I removed these and then installed steam with pacman -Syu
steam aga in. Luckily I didn't need to reinstall the games as they are installed on a separate partition. I simply remounted the library and can now start the games without any error messages. Thanks for your help.
BTW: Whats the difference between pacman -Rns
and pacman -Runs
? What does u mean?
If I interpret the wiki correctly, it is only takes effect when removing groups. If you remove a group and some of those packages are dependencies of another installed package, you get an error. The -u
or --unneeded
flag strikes those needed packages from the list and removes only the unneeded ones.
Edit: I just looked at the man page for pacman. There appear to be other usages besides groups. It probably does the same as with groups just with explicitly stated packages.
-u, --unneeded
Removes targets that are not required by any other packages. This is mostly useful when removing a group without using the -c option, to avoid breaking any dependencies.
Many thx. I hadn't referred to groups, but at least that's how it makes sense.
What is the default locations for installation of programs in arch ?
~/.steam I believe, but check what your launcher points to.
Do you know which locations, i have to remove?
Dunno if im stupid here but:
whereis steam