this post was submitted on 13 Nov 2023
55 points (98.2% liked)
Linux
48141 readers
458 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
I installed it through apt with just
sudo apt install virtualbox-7.0
. I also downloaded the deb file from their website but, at least when installed through apt, it just ignores it and uses the version from Mint's repository anyways.Edit: Because I just checked and you can't install it directly like that anymore, I first tried installing VirtualBox a few months ago, with an older version of Linux Mint. When I tried installing it several hours ago, it was with the deb file but for some reason apt still selects a different version when it actually installs it.
OK, why are you installing it from a deb file and not just from your repo?
Try that first.
How much of my comment did you read before replying?
I read that you installed a specific version months ago, but now installed it from a .deb file recently.
I'm asking why you don't just
sudo apt install virtualbox
now?I literally stated in my comment that you can't install it like that anymore. The reason why is because you get an error saying "E: Package 'virtualbox-7.0' has no installation candidate". This means that in Linux Mint, you have to install it via the deb file.
And I literally wrote in the comment above yours to install the version in the repo instead, with
sudo apt install virtalbox
.NOT
sudo apt install virtualbox-7.0
It's in the Ubuntu repository:
https://packages.ubuntu.com/jammy/virtualbox
Which Mint 21.2 points to according to the default sources.list:
It's version 6.1, which is better than having no working Virtualbox.
I kind of wanted to be using the newest version but I'll try the old version to see if it works.
6.1 is the newest version included in your OS. That's just how Linux works.
Downloading newer versions from somewhere else is sometimes possible, but can lead to a lot of headaches, especially with packages that interact with the kernel.
If you notice you keep running into this issue and using the newest stuff is important to you, consider switching to OpenSUSE Tumbleweed. It's the most beginner-friendly rolling release distro.
No, in addition to having a broken UI, it's still giving me the same error message.
reinstall virtualbox-dkms (from your repo), disable secure boot in BIOS and reboot.
If that doesn't work, I'm out of ideas.
I already tried that yesterday and it didn't work. It's not that big of a problem though because both Gnome Boxes and virt-manager are working fine. So I wont need VirtualBox anymore.