Advertisement
Guest User

Untitled

a guest
Jul 20th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.82 KB | None | 0 0
  1. d@m:~$ cat /etc/apt/sources.list|grep -v '^ #'
  2.  
  3. # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
  4. # newer versions of the distribution.
  5.  
  6. ## Major bug fix updates produced after the final release of the
  7. ## distribution.
  8.  
  9. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  10. ## team. Also, please note that software in universe WILL NOT receive any
  11. ## review or updates from the Ubuntu security team.
  12.  
  13. ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
  14. ## team, and may not be under a free licence. Please satisfy yourself as to
  15. ## your rights to use the software. Also, please note that software in
  16. ## multiverse WILL NOT receive any review or updates from the Ubuntu
  17. ## security team.
  18.  
  19. ## N.B. software from this repository may not have been tested as
  20. ## extensively as that contained in the main release, although it includes
  21. ## newer versions of some applications which may provide useful features.
  22. ## Also, please note that software in backports WILL NOT receive any review
  23. ## or updates from the Ubuntu security team.
  24.  
  25. ## This software is not part of Ubuntu, but is offered by Canonical and the
  26. ## respective vendors as a service to Ubuntu users.
  27.  
  28. ## Uncomment the following two lines to add software from Ubuntu's
  29. ## 'extras' repository.
  30.  
  31.  
  32.  
  33.  
  34. deb http://archive.ubuntu.com/ubuntu zesty main
  35. d@m:~$ sudo apt install wine-stable
  36. [sudo] пароль для d:
  37. Чтение списков пакетов… Готово
  38. Построение дерева зависимостей
  39. Чтение информации о состоянии… Готово
  40. E: Не удалось найти пакет wine-stable
  41. d@m:~$ sudo apt-cache search wine
  42. libwinpr-dev - Windows Portable Runtime library (development files)
  43. libwinpr-asn1-0.1 - Windows Portable Runtime library (ASN1 library)
  44. libwinpr-bcrypt0.1 - Windows Portable Runtime library (bcrypt library)
  45. libwinpr-credentials0.1 - Windows Portable Runtime library (credentials library)
  46. libwinpr-credui0.1 - Windows Portable Runtime library (credeui library)
  47. libwinpr-crt0.1 - Windows Portable Runtime library (crt library)
  48. libwinpr-crypto0.1 - Windows Portable Runtime library (crypto library)
  49. libwinpr-dbg - Windows Portable Runtime library (debug symbols)
  50. libwinpr-dsparse0.1 - Windows Portable Runtime library (dsparse library)
  51. libwinpr-environment0.1 - Windows Portable Runtime library (environment library)
  52. libwinpr-error0.1 - Windows Portable Runtime library (error library)
  53. libwinpr-file0.1 - Windows Portable Runtime library (file library)
  54. libwinpr-handle0.1 - Windows Portable Runtime library (handle library)
  55. libwinpr-heap0.1 - Windows Portable Runtime library (heap library)
  56. libwinpr-input0.1 - Windows Portable Runtime library (input library)
  57. libwinpr-interlocked0.1 - Windows Portable Runtime library (interlocked library)
  58. libwinpr-io0.1 - Windows Portable Runtime library (io library)
  59. libwinpr-library0.1 - Windows Portable Runtime library (library)
  60. libwinpr-path0.1 - Windows Portable Runtime library (path library)
  61. libwinpr-pipe0.1 - Windows Portable Runtime library (pipe library)
  62. libwinpr-pool0.1 - Windows Portable Runtime library (pool library)
  63. libwinpr-registry0.1 - Windows Portable Runtime library (registry library)
  64. libwinpr-rpc0.1 - Windows Portable Runtime library (RPC library)
  65. libwinpr-sspi0.1 - Windows Portable Runtime library (sspi library)
  66. libwinpr-sspicli0.1 - Windows Portable Runtime library (sspicli library)
  67. libwinpr-synch0.1 - Windows Portable Runtime library (synch library)
  68. libwinpr-sysinfo0.1 - Windows Portable Runtime library (sysinfo library)
  69. libwinpr-thread0.1 - Windows Portable Runtime library (thread library)
  70. libwinpr-timezone0.1 - Windows Portable Runtime library (timezone library)
  71. libwinpr-utils0.1 - Windows Portable Runtime library (utils library)
  72. libwinpr-winhttp0.1 - Windows Portable Runtime library (winhttp library)
  73. libwinpr-winsock0.1 - Windows Portable Runtime library (winsock library)
  74. wine-staging - official WineHQ build of the popular Wine software
  75. wine-staging-dev - official WineHQ build of the popular Wine software
  76. wine-staging-dbg - official WineHQ build of the popular Wine software
  77. wine-staging-amd64 - official WineHQ build of the popular Wine software
  78. wine-staging-compat - Transitional dummy package
  79. wine-devel-amd64 - official WineHQ build of the popular Wine software
  80. wine-devel - official WineHQ build of the popular Wine software
  81. wine-devel-dev - official WineHQ build of the popular Wine software
  82. wine-devel-dbg - official WineHQ build of the popular Wine software
  83. winehq-devel - official WineHQ build of the popular Wine software
  84. winehq-staging - official WineHQ build of the popular Wine software
  85. wine-staging-i386 - official WineHQ build of the popular Wine software
  86. wine-devel-i386 - official WineHQ build of the popular Wine software
  87. winetricks - package manager for Wine to install software easily
  88. playonlinux - This program is a front-end for wine.
  89. d@m:~$ sudo apt update && apt-cache search wine|grep ^wine
  90. Сущ:1 http://archive.ubuntu.com/ubuntu zesty InRelease
  91. Игн:2 http://ppa.launchpad.net/tualatrix/ppa/ubuntu zesty InRelease
  92. Сущ:3 http://ppa.launchpad.net/wine/wine-builds/ubuntu zesty InRelease
  93. Ошк:4 http://ppa.launchpad.net/tualatrix/ppa/ubuntu zesty Release
  94. 404 Not Found
  95. Чтение списков пакетов… Готово
  96. E: Репозиторий «http://ppa.launchpad.net/tualatrix/ppa/ubuntu zesty Release» не содержит файла Release.
  97. N: Обновление из этого репозитория нельзя выполнить безопасным способом, и поэтому по умолчанию он отключён.
  98. N: Смотрите справочную страницу apt-secure(8) о создании репозитория и настройке пользователя.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement