this post was submitted on 10 Jan 2024
40 points (90.0% liked)
Linux
48003 readers
930 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Unless it errors out, it should eventually finish. But if you cancelled it, then just purge remove the snap like the following:
That should skip the data backup when removing. I've seen reports of other users that this backup process sometimes takes 10-20 minutes with the default remove command, even with small programs. Blame Canonical for that one.
I wonder if this command would clear out the remaining files from the snap install that appears to have been left behind? Since the game is now working I'm afraid to tweak anything more so that I don't mess it up again
No, it wouldn't since the steam snap isn't installed anymore. But you can clear out the left over snapshot of it manually. Just use
sudo snap saved
, find the entry that sayssteam
, andsudo snap forget
If there is no steam entry listed, then there's nothing else you have to do.