Olá VItor.
Continuei tentando resolver e encontrei uma questão de outro colega e sua atuação em vários posts, segue o link https://cursos.alura.com.br/forum/topico-linux-ubuntu-18-04-lts-erro-ao-executar-o-comando-vagrant-up-there-was-an-error-while-executing-vboxmanage-a-cli-used-by-vagrant-133439
Eu deletei toda pasta e comecei a fazer os procedimentos:
1) desinstala removendo arquivos de configuracao do virtualbox:
$ sudo apt purge virtualbox virtualbox-qt virtualbox-dkms
2) remove arquivos de VMs criados pelo virtualbox:
$ sudo rm -Rf /home/<SEU-USUÁRIO>/'VirtualBox VMs'
3) desinstala removendo arquivos de configuracao do vagrant:
$ sudo apt purge vagrant
4) remove arquivos de vms baixadas pelo vagrant:
$ sudo rm -Rf /home/<SEU-USUÁRIO>/.vagrant.d
5) comentar ou remover as linhas que citam o virtualbox no /etc/apt/sources.list (precisa ser root)
6) atualiza repositórios:
$ sudo apt update
7) remove pacotes orfãos do sitema (não utilizados):
$ sudo apt autoremove
8) limpa o cache do apt:
$ sudo apt clean
Mas não consigo mais instalar o virtualbox, fiz estes passos:
1) Baixa as chaves GPG da oracle:
$ wget -q https://www.virtualbox.org/download/oracle_vbox_2016.asc -O- | sudo apt-key add -
$ wget -q https://www.virtualbox.org/download/oracle_vbox.asc -O- | sudo apt-key add -
2)Adiciona o repositório do virtualbox:
$ sudo add-apt-repository "deb [arch=amd64] http://download.virtualbox.org/virtualbox/debian $(lsb_release -cs) contrib"
3)Atualiza os repositórios:
$ sudo apt update
e me aparece o erro:
$ update
Hit:1 http://download.virtualbox.org/virtualbox/debian xenial InRelease
Hit:2 https://download.virtualbox.org/virtualbox/debian bionic InRelease
Hit:3 http://repository.spotify.com stable InRelease
Hit:4 http://archive.canonical.com/ubuntu bionic InRelease
Hit:5 http://archive.ubuntu.com/ubuntu bionic InRelease
Hit:6 http://security.ubuntu.com/ubuntu bionic-security InRelease
Hit:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease
Hit:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease
Hit:9 https://netcologne.dl.sourceforge.net/project/d-apt d-apt InRelease
Ign:10 http://packages.linuxmint.com tricia InRelease
Hit:11 http://packages.linuxmint.com tricia Release
Ign:13 http://download.virtualbox.org/virtualbox/debian tricia InRelease
Err:14 http://download.virtualbox.org/virtualbox/debian tricia Release
404 Not Found [IP: 2.21.168.4 80]
Reading package lists... Done
E: The repository 'http://download.virtualbox.org/virtualbox/debian tricia Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.
Não consigo instala o virtualbox6.0, já tentei de várias formas, segue a última:
$ sudo apt install virtualbox-6.0
Reading package lists... Done
Building dependency tree
Reading state information... Done
virtualbox-6.0 is already the newest version (6.0.24-139119~Ubuntu~xenial).
You might want to run 'apt --fix-broken install' to correct these.
The following packages have unmet dependencies.
libphobos2-95 : Depends: libcurl4 but it is not going to be installed or
libcurl3 but it is not going to be installed
virtualbox-6.0 : Depends: libcurl3 (>= 7.16.2) but it is not going to be installed
E: Unmet dependencies. Try 'apt --fix-broken install' with no packages (or specify a solution).
Já fui no Package manager tentar solucionar o libcurl3, mas não resolveu.