Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. bill@bill-laptop:~$ sudo sh -c "echo 'deb http://download.opensuse.org/repositories/home:/ailin_nemui:/irssi-test/xUbuntu_16.10/ /' > /etc/apt/sources.list.d/irssi.list"
  2. [sudo] password for bill:
  3. bill@bill-laptop:~$ sudo apt-get update
  4. Hit:1 http://us.archive.ubuntu.com/ubuntu xenial InRelease
  5. Get:2 http://us.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
  6. Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
  7. Get:4 http://us.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
  8. Get:5 http://us.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [288 kB]
  9. Get:6 http://us.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [188 kB]
  10. Get:7 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [160 kB]
  11. Get:8 http://us.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [188 kB]
  12. Get:9 http://us.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [2,520 B]
  13. Get:10 http://us.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3,324 B]
  14. Get:11 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [54.2 kB]
  15. Get:12 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [42.4 kB]
  16. Get:13 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [32.2 kB]
  17. Get:14 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [37.0 kB]
  18. Ign:15 http://download.opensuse.org/repositories/home:/ailin_nemui:/irssi-test/xUbuntu_16.10 InRelease
  19. Get:16 http://download.opensuse.org/repositories/home:/ailin_nemui:/irssi-test/xUbuntu_16.10 Release [1,025 B]
  20. Get:17 http://download.opensuse.org/repositories/home:/ailin_nemui:/irssi-test/xUbuntu_16.10 Release.gpg [481 B]
  21. Ign:17 http://download.opensuse.org/repositories/home:/ailin_nemui:/irssi-test/xUbuntu_16.10 Release.gpg
  22. Get:18 http://download.opensuse.org/repositories/home:/ailin_nemui:/irssi-test/xUbuntu_16.10 Packages [1,769 B]
  23. Fetched 1,305 kB in 9s (139 kB/s)
  24. Reading package lists... Done
  25. W: GPG error: http://download.opensuse.org/repositories/home:/ailin_nemui:/irssi-test/xUbuntu_16.10 Release: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY EDB7AED941EEDB57
  26. W: The repository 'http://download.opensuse.org/repositories/home:/ailin_nemui:/irssi-test/xUbuntu_16.10 Release' is not signed.
  27. N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
  28. N: See apt-secure(8) manpage for repository creation and user configuration details.
  29. bill@bill-laptop:~$ sudo apt-get install irssi
  30. Reading package lists... Done
  31. Building dependency tree
  32. Reading state information... Done
  33. Some packages could not be installed. This may mean that you have
  34. requested an impossible situation or if you are using the unstable
  35. distribution that some required packages have not yet been created
  36. or been moved out of Incoming.
  37. The following information may help to resolve the situation:
  38.  
  39. The following packages have unmet dependencies:
  40. irssi : Depends: libperl5.22 (>= 5.22.2) but 5.22.1-9 is to be installed
  41. Depends: perl (>= 5.22.2-3) but 5.22.1-9 is to be installed
  42. Depends: perlapi-5.22.2 but it is not installable
  43. E: Unable to correct problems, you have held broken packages.
  44. bill@bill-laptop:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement