Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- luigi@ubuntu:~$ sudo apt update
- [sudo] password di luigi:
- Trovato:1 https://dl.google.com/linux/chrome/deb stable InRelease
- Trovato:2 https://packages.microsoft.com/repos/code stable InRelease
- Trovato:3 https://deb.nodesource.com/node_20.x nodistro InRelease
- Scaricamento di:4 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease [7.532 B]
- Trovato:5 http://security.ubuntu.com/ubuntu noble-security InRelease
- Trovato:6 http://archive.ubuntu.com/ubuntu noble InRelease
- Scaricamento di:7 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease [7.468 B]
- Scaricamento di:8 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease [7.462 B]
- Scaricamento di:9 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease [7.461 B]
- Scaricamento di:10 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Trovato:11 http://archive.ubuntu.com/ubuntu noble-backports InRelease
- Recuperati 156 kB in 2s (100 kB/s)
- Lettura elenco dei pacchetti... Fatto
- Generazione albero delle dipendenze... Fatto
- Lettura informazioni sullo stato... Fatto
- Tutti i pacchetti sono aggiornati.
- luigi@ubuntu:~$ sudo apt install gnupg2 wget
- Lettura elenco dei pacchetti... Fatto
- Generazione albero delle dipendenze... Fatto
- Lettura informazioni sullo stato... Fatto
- wget è già alla versione più recente (1.21.4-1ubuntu4.1).
- I seguenti pacchetti NUOVI saranno installati:
- gnupg2
- 0 aggiornati, 1 installati, 0 da rimuovere e 0 non aggiornati.
- È necessario scaricare 4.748 B di archivi.
- Dopo quest'operazione, verranno occupati 32,8 kB di spazio su disco.
- Continuare? [S/n] s
- Scaricamento di:1 http://archive.ubuntu.com/ubuntu noble/universe amd64 gnupg2 all 2.4.4-2ubuntu17 [4.748 B]
- Recuperati 4.748 B in 1s (7.017 B/s)
- Selezionato il pacchetto gnupg2 non precedentemente selezionato.
- (Lettura del database... 187201 file e directory attualmente installati.)
- Preparativi per estrarre .../gnupg2_2.4.4-2ubuntu17_all.deb...
- Estrazione di gnupg2 (2.4.4-2ubuntu17)...
- Configurazione di gnupg2 (2.4.4-2ubuntu17)...
- Elaborazione dei trigger per man-db (2.12.0-4build2)...
- luigi@ubuntu:~$ sudo sh -c 'echo "deb http://apt.postgresql.org/pub/repos/apt $(lsb_release -cs)-pgdg main" > /etc/apt/sources.list.d/pgdg.list'
- luigi@ubuntu:~$ curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
- luigi@ubuntu:~$ sudo apt update
- Scaricamento di:1 http://apt.postgresql.org/pub/repos/apt noble-pgdg InRelease [129 kB]
- Trovato:2 https://dl.google.com/linux/chrome/deb stable InRelease
- Trovato:3 https://packages.microsoft.com/repos/code stable InRelease
- Trovato:4 https://deb.nodesource.com/node_20.x nodistro InRelease
- Trovato:5 http://security.ubuntu.com/ubuntu noble-security InRelease
- Trovato:6 http://archive.ubuntu.com/ubuntu noble InRelease
- Trovato:7 https://esm.ubuntu.com/apps/ubuntu noble-apps-security InRelease
- Trovato:8 https://esm.ubuntu.com/apps/ubuntu noble-apps-updates InRelease
- Trovato:9 https://esm.ubuntu.com/infra/ubuntu noble-infra-security InRelease
- Trovato:10 http://archive.ubuntu.com/ubuntu noble-updates InRelease
- Trovato:11 https://esm.ubuntu.com/infra/ubuntu noble-infra-updates InRelease
- Trovato:12 http://archive.ubuntu.com/ubuntu noble-backports InRelease
- Scaricamento di:13 http://apt.postgresql.org/pub/repos/apt noble-pgdg/main amd64 Packages [306 kB]
- Recuperati 435 kB in 1s (350 kB/s)
- Lettura elenco dei pacchetti... Fatto
- Generazione albero delle dipendenze... Fatto
- Lettura informazioni sullo stato... Fatto
- Tutti i pacchetti sono aggiornati.
- N: Acquisizione del file "main/binary-i386/Packages" saltata in quanto il repository "http://apt.postgresql.org/pub/repos/apt noble-pgdg InRelease" non supporta l'architettura "i386"
- luigi@ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement