Advertisement
Guest User

Tring to install Dolphin on Ubuntu

a guest
Jan 17th, 2023
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.52 KB | None | 0 0
  1. darrell@darrell-Lenovo-H430:~$ sudo apt-add-repository ppa:dolphin-emu/ppa
  2. sudo apt update
  3. sudo apt install dolphin-emu
  4. [sudo] password for darrell:
  5. ERROR: ppa 'dolphin-emu/ppa' not found (use --login if private)
  6. Hit:1 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
  7. Hit:2 https://repo.steampowered.com/steam stable InRelease
  8. Hit:3 http://us.archive.ubuntu.com/ubuntu jammy InRelease
  9. Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
  10. Get:5 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease [114 kB]
  11. Get:6 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease [99.8 kB]
  12. Get:7 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [826 kB]
  13. Get:8 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [582 kB]
  14. Get:9 http://us.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [409 kB]
  15. Get:10 http://us.archive.ubuntu.com/ubuntu jammy-updates/main Translation-en [183 kB]
  16. Get:11 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [97.0 kB]
  17. Get:12 http://us.archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [12.1 kB]
  18. Get:13 http://us.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [559 kB]
  19. Get:14 http://us.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [784 kB]
  20. Get:15 http://us.archive.ubuntu.com/ubuntu jammy-updates/universe Translation-en [135 kB]
  21. Get:16 http://us.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [258 kB]
  22. Get:17 http://us.archive.ubuntu.com/ubuntu jammy-updates/universe DEP-11 48x48 Icons [159 kB]
  23. Get:18 http://us.archive.ubuntu.com/ubuntu jammy-updates/universe DEP-11 64x64 Icons [243 kB]
  24. Get:19 http://us.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 c-n-f Metadata [14.6 kB]
  25. Get:20 http://us.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [944 B]
  26. Get:21 http://us.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [12.5 kB]
  27. Get:22 http://security.ubuntu.com/ubuntu jammy-security/main i386 Packages [233 kB]
  28. Get:23 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41.5 kB]
  29. Get:24 http://security.ubuntu.com/ubuntu jammy-security/main amd64 c-n-f Metadata [7,588 B]
  30. Get:25 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [627 kB]
  31. Get:26 http://security.ubuntu.com/ubuntu jammy-security/universe i386 Packages [482 kB]
  32. Get:27 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [13.3 kB]
  33. Get:28 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 c-n-f Metadata [11.0 kB]
  34. Fetched 6,014 kB in 2s (2,669 kB/s)
  35. Reading package lists... Done
  36. Building dependency tree... Done
  37. Reading state information... Done
  38. 9 packages can be upgraded. Run 'apt list --upgradable' to see them.
  39. Reading package lists... Done
  40. Building dependency tree... Done
  41. Reading state information... Done
  42. Package dolphin-emu is not available, but is referred to by another package.
  43. This may mean that the package is missing, has been obsoleted, or
  44. is only available from another source
  45.  
  46. E: Package 'dolphin-emu' has no installation candidate
  47. darrell@darrell-Lenovo-H430:~$ sudo add-apt-repository universe
  48. Adding component(s) 'universe' to all repositories.
  49. Press [ENTER] to continue or Ctrl-c to cancel.
  50. Hit:1 https://repo.steampowered.com/steam stable InRelease
  51. Hit:2 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
  52. Hit:3 http://us.archive.ubuntu.com/ubuntu jammy InRelease
  53. Hit:4 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
  54. Hit:5 http://security.ubuntu.com/ubuntu jammy-security InRelease
  55. Hit:6 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
  56. Reading package lists... Done
  57. darrell@darrell-Lenovo-H430:~$ sudo apt-add-repository ppa:dolphin-emu/ppa
  58. sudo apt update
  59. sudo apt install dolphin-emu
  60. ERROR: ppa 'dolphin-emu/ppa' not found (use --login if private)
  61. Hit:1 https://dl.winehq.org/wine-builds/ubuntu jammy InRelease
  62. Hit:2 https://repo.steampowered.com/steam stable InRelease
  63. Hit:3 http://us.archive.ubuntu.com/ubuntu jammy InRelease
  64. Hit:4 http://us.archive.ubuntu.com/ubuntu jammy-updates InRelease
  65. Hit:5 http://us.archive.ubuntu.com/ubuntu jammy-backports InRelease
  66. Hit:6 http://security.ubuntu.com/ubuntu jammy-security InRelease
  67. Reading package lists... Done
  68. Building dependency tree... Done
  69. Reading state information... Done
  70. 9 packages can be upgraded. Run 'apt list --upgradable' to see them.
  71. Reading package lists... Done
  72. Building dependency tree... Done
  73. Reading state information... Done
  74. Package dolphin-emu is not available, but is referred to by another package.
  75. This may mean that the package is missing, has been obsoleted, or
  76. is only available from another source
  77.  
  78. E: Package 'dolphin-emu' has no installation candidate
  79. darrell@darrell-Lenovo-H430:~$ # sudo apt install dolphin-emu
  80. darrell@darrell-Lenovo-H430:~$ # sudo apt install dolphin-emu
  81. darrell@darrell-Lenovo-H430:~$ sudo apt install dolphin-emu
  82. Reading package lists... Done
  83. Building dependency tree... Done
  84. Reading state information... Done
  85. Package dolphin-emu is not available, but is referred to by another package.
  86. This may mean that the package is missing, has been obsoleted, or
  87. is only available from another source
  88.  
  89. E: Package 'dolphin-emu' has no installation candidate
  90. darrell@darrell-Lenovo-H430:~$
  91.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement