Advertisement
Guest User

Untitled

a guest
Apr 13th, 2016
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.44 KB | None | 0 0
  1. root@stux ~ # cat /etc/apt/sources.list
  2. ## main & restricted repositories
  3. deb http://archive.ubuntu.com/ubuntu/ lucid main restricted
  4. deb-src http://archive.ubuntu.com/ubuntu/ lucid main restricted
  5.  
  6. deb http://security.ubuntu.com/ubuntu lucid-updates main restricted
  7. deb-src http://security.ubuntu.com/ubuntu lucid-updates main restricted
  8.  
  9. deb http://security.ubuntu.com/ubuntu lucid-security main restricted
  10. deb-src http://security.ubuntu.com/ubuntu lucid-security main restricted
  11.  
  12. deb http://archive.canonical.com/ubuntu lucid partner
  13. deb http://archive.canonical.com/ubuntu lucid partner
  14.  
  15. ## universe repositories - uncomment to enable
  16. deb http://archive.ubuntu.com/ubuntu/ lucid universe
  17. deb-src http://archive.ubuntu.com/ubuntu/ lucid universe
  18.  
  19. deb http://archive.ubuntu.com/ubuntu/ lucid-updates universe
  20. deb-src http://archive.ubuntu.com/ubuntu/ lucid-updates universe
  21.  
  22. deb http://security.ubuntu.com/ubuntu lucid-security universe
  23. deb-src http://security.ubuntu.com/ubuntu lucid-security universe
  24. root@stux ~ # lsb_release -a
  25. No LSB modules are available.
  26. Distributor ID: Ubuntu
  27. Description: Ubuntu 10.04.4 LTS
  28. Release: 10.04
  29. Codename: lucid
  30. root@stux ~ # uname -a
  31. Linux stux 4.1.5 #7 SMP Mon Aug 24 13:46:31 EDT 2015 x86_64 GNU/Linux
  32. root@stux ~ # do-release-upgrade
  33. Checking for a new ubuntu release
  34. No new release found
  35. root@stux ~ # do-release-upgrade -d
  36. Checking for a new ubuntu release
  37. No new release found
  38. root@stux ~ #
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement