Advertisement
Guest User

etc cosa

a guest
Jul 22nd, 2013
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. omar@omar-VGN-N330FH:~$ /etc/apt/sources.list
  2. bash: /etc/apt/sources.list: Permiso denegado
  3. omar@omar-VGN-N330FH:~$ cat /etc/issue y lsb-release -a
  4. cat: opción incorrecta -- «a»
  5. Pruebe `cat --help' para más información.
  6. omar@omar-VGN-N330FH:~$ lsb-release -a
  7. No se ha encontrado la orden «lsb-release», quizás quiso decir:
  8. La orden «lsb_release» del paquete «lsb-release» (main)
  9. lsb-release: no se encontró la orden
  10. omar@omar-VGN-N330FH:~$ cat /etc/apt/sources.list | xclip
  11. El programa «xclip» no está instalado. Puede instalarlo escribiendo:
  12. sudo apt-get install xclip
  13. Necesitará activar el componente «universe»
  14. omar@omar-VGN-N330FH:~$ cat /etc/apt/sources.liist | xsel
  15. cat: /etc/apt/sources.liist: No existe el archivo o el directorio
  16. El programa «xsel» no está instalado. Puede instalarlo escribiendo:
  17. sudo apt-get install xsel
  18. Necesitará activar el componente «universe»
  19. omar@omar-VGN-N330FH:~$ cat /etc/apt/sources.llist | xse
  20. cat: /etc/apt/sources.llist: No existe el archivo o el directorio
  21. No se ha encontrado la orden «xse», quizás quiso decir:
  22. La orden «xset» del paquete «x11-xserver-utils» (main)
  23. La orden «xte» del paquete «xautomation» (universe)
  24. La orden «xsp» del paquete «mono-xsp» (universe)
  25. La orden «xsd» del paquete «mono-devel» (main)
  26. La orden «xfe» del paquete «xfe» (universe)
  27. La orden «xsm» del paquete «x11-session-utils» (main)
  28. La orden «nse» del paquete «ns2» (universe)
  29. La orden «xe» del paquete «xcp-xe» (universe)
  30. La orden «xsel» del paquete «xsel» (universe)
  31. La orden «xae» del paquete «aee» (universe)
  32. La orden «xwe» del paquete «xwpe» (universe)
  33. xse: no se encontró la orden
  34. omar@omar-VGN-N330FH:~$ cat /etc/apt/sources.llist | xsel
  35. cat: /etc/apt/sources.llist: No existe el archivo o el directorio
  36. El programa «xsel» no está instalado. Puede instalarlo escribiendo:
  37. sudo apt-get install xsel
  38. Necesitará activar el componente «universe»
  39. omar@omar-VGN-N330FH:~$ clear
  40.  
  41. omar@omar-VGN-N330FH:~$ sudo gedit /etc/apt/apt/sources.list
  42. omar@omar-VGN-N330FH:~$ gedit /etc/apt/apt/sources.list
  43. omar@omar-VGN-N330FH:~$ sudo cat /etc/apt/sources.list
  44. # deb cdrom:[Ubuntu 12.04 LTS _Precise Pangolin_ - Release i386 (20120423)]/ precise main restricted
  45.  
  46. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  47. # newer versions of the distribution.
  48. deb http://cl.archive.ubuntu.com/ubuntu/ precise main restricted
  49. deb-src http://cl.archive.ubuntu.com/ubuntu/ precise main restricted
  50.  
  51. ## Major bug fix updates produced after the final release of the
  52. ## distribution.
  53. deb http://cl.archive.ubuntu.com/ubuntu/ precise-updates main restricted
  54. deb-src http://cl.archive.ubuntu.com/ubuntu/ precise-updates main restricted
  55.  
  56. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  57. ## team. Also, please note that software in universe WILL NOT receive any
  58. ## review or updates from the Ubuntu security team.
  59. deb http://cl.archive.ubuntu.com/ubuntu/ precise universe
  60. deb-src http://cl.archive.ubuntu.com/ubuntu/ precise universe
  61. deb http://cl.archive.ubuntu.com/ubuntu/ precise-updates universe
  62. deb-src http://cl.archive.ubuntu.com/ubuntu/ precise-updates universe
  63.  
  64. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  65. ## team, and may not be under a free licence. Please satisfy yourself as to
  66. ## your rights to use the software. Also, please note that software in
  67. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  68. ## security team.
  69. deb http://cl.archive.ubuntu.com/ubuntu/ precise multiverse
  70. deb-src http://cl.archive.ubuntu.com/ubuntu/ precise multiverse
  71. deb http://cl.archive.ubuntu.com/ubuntu/ precise-updates multiverse
  72. deb-src http://cl.archive.ubuntu.com/ubuntu/ precise-updates multiverse
  73.  
  74. ## N.B. software from this repository may not have been tested as
  75. ## extensively as that contained in the main release, although it includes
  76. ## newer versions of some applications which may provide useful features.
  77. ## Also, please note that software in backports WILL NOT receive any review
  78. ## or updates from the Ubuntu security team.
  79. deb http://cl.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
  80. deb-src http://cl.archive.ubuntu.com/ubuntu/ precise-backports main restricted universe multiverse
  81.  
  82. deb http://security.ubuntu.com/ubuntu precise-security main restricted
  83. deb-src http://security.ubuntu.com/ubuntu precise-security main restricted
  84. deb http://security.ubuntu.com/ubuntu precise-security universe
  85. deb-src http://security.ubuntu.com/ubuntu precise-security universe
  86. deb http://security.ubuntu.com/ubuntu precise-security multiverse
  87. deb-src http://security.ubuntu.com/ubuntu precise-security multiverse
  88.  
  89. ## Uncomment the following two lines to add software from Canonical's
  90. ## 'partner' repository.
  91. ## This software is not part of Ubuntu, but is offered by Canonical and the
  92. ## respective vendors as a service to Ubuntu users.
  93. # deb http://archive.canonical.com/ubuntu precise partner
  94. # deb-src http://archive.canonical.com/ubuntu precise partner
  95.  
  96. ## This software is not part of Ubuntu, but is offered by third-party
  97. ## developers who want to ship their latest software.
  98. deb http://extras.ubuntu.com/ubuntu precise main
  99. deb-src http://extras.ubuntu.com/ubuntu precise main
  100. omar@omar-VGN-N330FH:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement