Advertisement
Guest User

Untitled

a guest
Oct 25th, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #Following the instructions at http://wiki.ros.org/melodic/Installation/Ubuntu
  2.  
  3. harry@harry-GE60-2QD:~$ sudo sh -c 'echo "deb http://packages.ros.org/ros/ubuntu $(lsb_release -sc) main" > /etc/apt/sources.list.d/ros-latest.list'
  4. harry@harry-GE60-2QD:~$ sudo apt-key adv --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
  5. Executing: /tmp/apt-key-gpghome.jUjq65I4yK/gpg.1.sh --keyserver hkp://ha.pool.sks-keyservers.net:80 --recv-key 421C365BD9FF1F717815A3895523BAEEB01FA116
  6. gpg: key 5523BAEEB01FA116: "ROS Builder <rosbuild@ros.org>" not changed
  7. gpg: Total number processed: 1
  8. gpg:              unchanged: 1
  9. harry@harry-GE60-2QD:~$ sudo apt-get update
  10. Ign:1 cdrom://Kubuntu 18.10 _Cosmic Cuttlefish_ - Release amd64 (20181017.2) cosmic InRelease
  11. Err:2 cdrom://Kubuntu 18.10 _Cosmic Cuttlefish_ - Release amd64 (20181017.2) cosmic Release
  12.   Please use apt-cdrom to allow APT to recognise this CD-ROM. 'apt-get update' cannot be used to add new CD-ROMs
  13. Hit:3 http://gb.archive.ubuntu.com/ubuntu cosmic InRelease
  14. Ign:4 http://dl.google.com/linux/chrome/deb stable InRelease                                                    
  15. Get:5 http://gb.archive.ubuntu.com/ubuntu cosmic-updates InRelease [83.2 kB]                                                                                                                      
  16. Hit:6 http://dl.google.com/linux/chrome/deb stable Release                                                                                                                                        
  17. Get:7 http://security.ubuntu.com/ubuntu cosmic-security InRelease [79.6 kB]                                                                                                                    
  18. Hit:8 http://gb.archive.ubuntu.com/ubuntu cosmic-backports InRelease                                                                                                                  
  19. Hit:10 http://archive.canonical.com/ubuntu cosmic InRelease                                                          
  20. Ign:11 http://packages.ros.org/ros/ubuntu cosmic InRelease                                                            
  21. Err:12 http://packages.ros.org/ros/ubuntu cosmic Release
  22.   404  Not Found [IP: 140.211.166.134 80]
  23. Reading package lists... Done
  24. E: The repository 'cdrom://Kubuntu 18.10 _Cosmic Cuttlefish_ - Release amd64 (20181017.2) cosmic Release' does not have a Release file.
  25. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  26. N: See apt-secure(8) manpage for repository creation and user configuration details.
  27. E: The repository 'http://packages.ros.org/ros/ubuntu cosmic Release' does not have a Release file.
  28. N: Updating from such a repository can't be done securely, and is therefore disabled by default.
  29. N: See apt-secure(8) manpage for repository creation and user configuration details.
  30. harry@harry-GE60-2QD:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement