this post was submitted on 16 Aug 2023
17 points (94.7% liked)

Linux

47299 readers
537 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Hi guys, I was recently using a test build of VirtualBox on my Fedora 38 machine. I wanted to uninstall this test build so I ran a command which, from what I understand, was supposed to uninstall the test build of VirtualBox I had installed:

sudo VirtualBox-7.0.9-158223-Linux_amd64.run uninstall

After running this my terminal crashed and I started getting some weird behavior. I gave my machine a reboot to see if that would sort it out. But that didn't fix anything. No icons are loading and I can't start a terminal or open some applications like Firefox.

It seems like the VirtualBox uninstall command uninstalled something it shouldn't have, but I'm not sure what. I've not encountered a problem like this before. Any advice on how to fix this would be greatly appreciated. Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] git_status@lemmy.ca 7 points 1 year ago

UPDATE: I was able to get to a terminal with ctrl + alt + f2. After trying to reinstall icon packages and getting no where I finally was able to find a solution. The VirtualBox uninstall script seems to break the MIME database. I was able to fix the issue by running this command:

sudo update-mime-database /usr/share/mime

Then logging out and back in.

Solution was found on this StackExchange post:

https://unix.stackexchange.com/questions/724129/uninstalling-virtualbox-breaks-gnome