Trouble installing ROS Melodic on Ubuntu Bionic 18.04 64-bit
I'm having problems installing ROS Melodic version on my Ubuntu Bionic 18.04 64-bit. I've followed the instructions from ros.org for installation, but this is what keeps happening:
First instruction:
sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu bionic main" > /etc/apt/sources.list.d/ros-latest.list
OK, no problem with that.
2nd:
sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
Result:
Executing: /tmp/apt-key-gpghome.S60mWkJIrq/gpg.1.sh --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
gpg: chave 5523BAEEB01FA116: "ROS Builder <rosbuild@ros.org>" não mudada
gpg: Número total processado: 1
gpg: não modificados: 1
Apparently OK (if any doubt with the translations, because some parts are in Portuguese, just ask, or you can translate from the Internet, they aren't any complicated expresisons).
3rd:
sudo apt update
That's where the issues start. I get this as a response:
Atingido:1 http://security.ubuntu.com/ubuntu bionic-security InRelease
Atingido:2 http://br.archive.ubuntu.com/ubuntu bionic InRelease
Ign:3 http://packages.ros.org/ros/ubuntu bionic InRelease
Err:4 http://packages.ros.org/ros/ubuntu bionic Release
404 Not Found [IP: 91.189.91.26 80]
Obter:5 http://br.archive.ubuntu.com/ubuntu bionic-updates InRelease [88,7 kB]
Atingido:6 http://br.archive.ubuntu.com/ubuntu bionic-backports InRelease
Lendo listas de pacotes... Pronto
E: The repository 'http://packages.ros.org/ros/ubuntu bionic 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.
And then, the following instructions are to install ROS Melodic (sudo apt install ros-melodic-desktop-full
)
And the result is:
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
E: Impossível encontrar o pacote ros-melodic-desktop-full`
(The last line says it's impossible to find the required package)
So, I've serached a lot for a solution, I've disabled PPAs, I'm using the recommended ROS Package for my Ubuntu, and I don't know what else to do.
I'm also a beginner on both Linux and ROS (and ROS forums, for that matter), so I'm apologizing in advance for any stupid mistake I may be making.
Thanks in advance for anyone who may be helping.
Edit 1: Alright, so here's what happens in every last suggestion:
I have added the deb files, then, after sudo apt update
, I get:
Obter:1 file:/home/repository SuiteCodename InRelease
Ign:1 file:/home/repository SuiteCodename InRelease
Obter:2 file:/home/repository SuiteCodename Release
Err:2 file:/home/repository SuiteCodename Release
Arquivo não encontrado - /home/repository/dists/SuiteCodename/Release (2: Arquivo ou diretório inexistente)
Atingido:3 http://br.archive.ubuntu.com/ubuntu bionic InRelease
Ign:4 http://packages.ros.org/ros/ubuntu bionic InRelease
Atingido:5 http://br.archive.ubuntu.com/ubuntu bionic-updates InRelease
Err:6 http://packages.ros.org/ros/ubuntu ...
Can you check whether you're running into #q325039?