Advertisement
Guest User

Untitled

a guest
Jun 8th, 2022
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. ivan@ivan-Bandiera:~$ echo 'deb http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish/ /' | sudo tee /etc/apt/sources.list.d/home-ungoogled_chromium.list > /dev/null
  2. [sudo] password di ivan:
  3. ivan@ivan-Bandiera:~$ curl -s 'https://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish/Release.key' | gpg --dearmor | sudo tee /etc/apt/trusted.gpg.d/home-ungoogled_chromium.gpg > /dev/null
  4. ivan@ivan-Bandiera:~$ sudo apt update
  5. Trovato:1 https://ppa.launchpadcontent.net/lutris-team/lutris/ubuntu jammy InRelease
  6. Scaricamento di:2 http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish InRelease [1.554 B]
  7. Scaricamento di:3 http://download.opensuse.org/repositories/home:/ungoogled_chromium/Ubuntu_Impish Packages [979 B]
  8. Trovato:4 http://it.archive.ubuntu.com/ubuntu jammy InRelease
  9. Trovato:5 http://it.archive.ubuntu.com/ubuntu jammy-updates InRelease
  10. Trovato:6 http://it.archive.ubuntu.com/ubuntu jammy-backports InRelease
  11. Trovato:7 http://security.ubuntu.com/ubuntu jammy-security InRelease
  12. Recuperati 2.533 B in 6s (453 B/s)
  13. Lettura elenco dei pacchetti... Fatto
  14. Generazione albero delle dipendenze... Fatto
  15. Lettura informazioni sullo stato... Fatto
  16. 6 pacchetti possono essere aggiornati: eseguire "apt list --upgradable" per vederli.
  17. ivan@ivan-Bandiera:~$ sudo apt install -y ungoogled-chromium
  18. Lettura elenco dei pacchetti... Fatto
  19. Generazione albero delle dipendenze... Fatto
  20. Lettura informazioni sullo stato... Fatto
  21. È utile eseguire "apt --fix-broken install" per correggere ciò.
  22. I seguenti pacchetti hanno dipendenze non soddisfatte:
  23. libgl1-mesa-dri : Dipende: libglapi-mesa (= 22.0.1-1ubuntu2) ma la versione 22.1.1+git2206012350.53c72db5d3c~j~mesarc0 sta per essere installata
  24. Rompe: libgl1-mesa-dri:i386 (!= 22.0.1-1ubuntu2) ma la versione 22.1.1+git2206012350.53c72db5d3c~j~mesarc0 sta per essere installata
  25. libgl1-mesa-dri:i386 : Rompe: libgl1-mesa-dri (!= 22.1.1+git2206012350.53c72db5d3c~j~mesarc0) ma la versione 22.0.1-1ubuntu2 sta per essere installata
  26. ungoogled-chromium : Dipende: libevent-2.1-7 (>= 2.1.8-stable) ma non sta per essere installato
  27. Dipende: libjsoncpp24 (>= 1.9.4) ma non è installabile
  28. Dipende: libre2-9 (>= 20201101+dfsg) ma non sta per essere installato
  29. Dipende: libwebp6 (>= 0.5.1) ma non è installabile
  30. E: Dipendenze non soddisfatte. Provare "apt --fix-broken install" senza pacchetti (o specificare una soluzione).
  31.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement