a robust charging connector
Wtf? Usb-c charging is the best thing that’s happened to laptops this decade. You’re insane to want to go back to the bad times.
a robust charging connector
Wtf? Usb-c charging is the best thing that’s happened to laptops this decade. You’re insane to want to go back to the bad times.
It’s possible they installed with sudo or something, which ruined the permissions. First try find /home/lewis/.steam ! -user lewis
. That will show if any files got owned incorrectly. If so, do chown -R lewis:lewis /home/lewis/.steam
.
Not sure this is a permission/owner issue though. My guess is /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point: 285: exec: /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/run
doesn’t have the executable bit. try chmod +x /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/_v2-entry-point: 285: exec: /home/lewis/.steam/debian-installation/steamapps/common/SteamLinuxRuntime_sniper/run
.
That’s the whole point of an LTS distro. And it’s why non-rolling distros for desktop OSes make no sense
This is a perfectly civil question that is intended to make the author think about what they’re reading in the future, rather than spoon feed pure information
Why would having the build files exist suggest the package exists?
The backslash is escaping the space, and the forward slash is just how tab complete works, because it’s a directory, and you might be wanting to add more to go further down the directory tree
I don’t understand anything in this image
These are mostly terrible. Shells have built in history search
I was arguing with one earlier about how you can’t criticize desantis for attacking Disney because Disney is a corporation
Go clutch your pearls on threads.
Just pick a distro. It sounds like you want to learn. I suggest arch. It does the least for you, is the least opinionated, but also has by far the best documentation (arch wiki is the de facto linux documentation).
The difference between the distros is otherwise simply what package management tool they use, and what packages are in their repository. Nothing else is different that’s of any importance.