Dimensione: 2241
Commento:
|
Dimensione: 4644
Commento:
|
Le cancellazioni sono segnalate in questo modo. | Le aggiunte sono segnalate in questo modo. |
Linea 1: | Linea 1: |
## page was renamed from Wine ##docs intrepid #format wiki |
#acl All:read Known:read |
Linea 5: | Linea 3: |
<<BR>> <<Indice(depth=2)>> <<Informazioni(forum="http://forum.ubuntu-it.org/viewtopic.php?t=143256"; rilasci="15.10 14.04 12.04")>> |
|
Linea 9: | Linea 4: |
= Introduzione = | <<Anchor(headerSM)>> |
Linea 11: | Linea 6: |
Questa guida illustra come installare programmi su PC che non hanno una connessione internet. Tali programmi possono essere presenti nei [[Repository|repository]] di Ubuntu, oppure provenire da un repository esterno aggiunto al sistema.<<BR>> Per fare ciò, è necessario poter utilizzare temporaneamente un PC con connessione internet, in modo da poter scaricare i pacchetti `.deb` necessari, per poi spostarli e installarli nel PC interessato. |
||<tablestyle="font-size: 0.9em; text-align: center; width: 100%; font-weight: bold; table-layout: fixed;" rowbgcolor="#f7f7f7">[[GruppoPromozione/SocialMedia| {{attachment:01.png}}]]<<BR>> [[GruppoPromozione/SocialMedia|Social Media]] || [[GruppoPromozione/SocialMedia/Organizzazione| {{attachment:02.png}}]]<<BR>> [[GruppoPromozione/SocialMedia/Organizzazione|Organizzazione]] || [[GruppoPromozione/SocialMedia/Partecipa| {{attachment:03.png}}]]<<BR>> [[GruppoPromozione/SocialMedia/Partecipa|Partecipa]] || {{attachment:04.png}}<<BR>> [[GruppoPromozione/SocialMedia/LavoriInCorso|LIC]] - [[GruppoPromozione/SocialMedia/EdizioneInCorso|EIC]] || [[GruppoPromozione/SocialMedia/PubblicazioneNews| {{attachment:07.png}}]]<<BR>> [[GruppoPromozione/SocialMedia/PubblicazioneNews|Pubblicazione]] || [[NewsletterItaliana/Archivio| {{attachment:06.png}}]]<<BR>> [[NewsletterItaliana/Archivio|Newsletter]] || [[http://www.ubuntu-it.org/news| {{attachment:05.png}}]]<<BR>> [[http://www.ubuntu-it.org/news|Blog]] || [[GruppoPromozione/SocialMedia/RegolamentoCommunity| {{attachment:08.png}}]]<<BR>> [[GruppoPromozione/SocialMedia/RegolamentoCommunity|Regolamento]] || [[GruppoPromozione/SocialMedia/Crediti| {{attachment:09.png}}]]<<BR>> [[GruppoPromozione/SocialMedia/Crediti|Crediti]] || ||<style="font-size: 0.90em; background-color: #cccccc;" -9> Social Media || ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9 style="border:none;">|| ||<-9:> Sottopagine: ↓↓↓↓ QUESTO NON FA PARTE DELL'HEADER, È SOLO PER RICORDAMI DOVE METTERE I LINK ALLE SOTTOPAGINE ;)|| || intro SM || /Materiale /Modello /Convenzioni /LineeGuida /LineeGuidaEditori /LineeGuidaAmministratori /ContentCreator /Riunioni /Riunioni/20121205 /Riunioni/20131114 /UsoUbuntuPer /OrganizzazioneRilascioSaucy /NuovaNewsletter /Hangout13.04 /GooglePlusContest /GooglePlusContest/RiepilogoContest || Come partecipare /ArticoliDiProva || /LavoriInCorso /EdizioneInCorso || /PubblicazioneNews /Blog /Blog/ModelloNewsletter || /Archivio || link al blog || /RegolamentoCommunity || /Crediti || |
Linea 14: | Linea 23: |
= Operazioni preliminari sul PC con connessione internet = | /Header /Newsletter/Header |
Linea 16: | Linea 25: |
0. Se necessario, aggiungere il repository esterno desiderato, digitando in una finestra di [[AmministrazioneSistema/RigaDiComando|terminale]] il seguente comando:{{{ sudo add-apt-repository ppa:utente/nome-ppa }}} e adattandolo alle proprie esigenze. 0. Aggiornare l'elenco dei pacchetti:{{{ sudo apt-get update }}} 0. Svuotare la cache di '''APT''':{{{ sudo apt-get clean }}} 0. Scaricare nella cache di '''APT''' i pacchetti `.deb` necessari per installare il programma desiderato, senza estrarli:{{{ sudo apt-get --download-only install NOME_PACCHETTO }}} {{{ sudo apt-get --download-only dist-upgrade }}} sostituendo la voce ''NOME_PACCHETTO'' con il nome del pacchetto o del programma che si desidera scaricare. 0. Copiare tutti i pacchetti `.deb` presenti nella cartella `/var/cache/apt/archives` in un dispositivo di archiviazione esterno, ad esempio una chiavetta USB:{{{ cp -R /var/cache/apt/archives/ /media/usb-drive/deb-pkgs/ }}} 0. Rimuovere il dispositivo di archiviazione dal PC. |
----<<BR>>----<<BR>>----<<BR>>---- |
Linea 35: | Linea 27: |
= Installazione su PC senza connessione internet = | = AMD = |
Linea 37: | Linea 29: |
0. Inserire il dispositivo di archiviazione nel PC senza connessione internet. 0. Installare tutti i pacchetti copiati precedentemente sulla chiavetta USB:{{{ cd /media/usb-drive/deb-pkgs}}} {{{ sudo dpkg -i *.deb }}} |
0. http://packages.ubuntu.com/trusty-updates/all/linux-firmware/filelist 0. http://packages.ubuntu.com/xenial/all/linux-firmware/filelist 0. http://packages.ubuntu.com/xenial-updates/all/linux-firmware/filelist 0. http://packages.ubuntu.com/zesty-updates/all/linux-firmware/filelist 0. http://packages.ubuntu.com/artful-updates/all/linux-firmware/filelist 0. http://packages.ubuntu.com/bionic/all/linux-firmware/filelist 0. http://packages.ubuntu.com/bionic-updates/all/linux-firmware/filelist |
Linea 43: | Linea 37: |
= Ulteriori risorse = | '''Amdgpu''' |
Linea 45: | Linea 39: |
* [[AmministrazioneSistema/InstallareProgrammi|Installare programmi]] * [[AmministrazioneSistema/InstallareProgrammi/Apt|Guida ad APT]] |
* 1+2: carrizo, fiji, stoney, tonga, topaz * 3: carrizo, fiji, polaris10, polaris11, stoney, tonga, topaz '''Radeon''' * 1+2: aruba, barts, bonaire, btc, caicos, cayman, cedar, * 3: '''GPU''' ''Desktop'' * RX 460/470/480: polaris * Pro Duo: fiji (x2, manca crossfire) * R9 FuryX/Fury/Nano: fiji * R9 390X/390: grenada (hawaii) * R9 380X/380: antigua (tonga) * R7 370: trinidad (pitcairn) * R7 360: tobago (bonaire) * R7 350: oland/cape verde * R9 295X2: hawaii * R9 290X/290: hawaii * R9 285: tonga * R9 280/280X: tahiti * R9 270X/270: curacao (pitcairn) * R7 265: pitcairn * R7 260X/260: bonaire * R7 250X: cape verde * R7 250/240: oland * R5 230: caicos ''Laptop'' * R9 M485X: amethyst (tonga) * R9 M470X/M470: strato (bonaire) * R7 M465X: tropo (???) * R7 M465: litho (???) * R7 M460/M445/M440: meso (???) * R5 M435/M430/M420: jet? exo? (???) * R9 M395X/M390X: amethyst (tonga) * R9 M385X/M380: strato (bonaire) * R9 M375X/M375/M365X: tropo? venus? (???) * R7 M380: ??? * R7 M370/M365: litho (???) * R7 M360: meso? mars? (???) * R7 M340: meso? opal? (???) * R5 M335: * R5 M330: * R5 M320: * R5 M315: * R9 M295X: amethyst (tonga) * R9 M290X: neptune (pitcairn) * R9 M280X: saturn (bonaire) * R9 M275X: venus (cape verde) * R9 M270X: saturn (bonaire)/venus (cape verde) * R9 M265X: venus (cape verde) * R7 M270/M265: opal (???) * R7 M260X: opal? marts? (???) * R7 M260: topaz? opal? (???) * R5 M255: * R5 M230: '''Da fare''' * aggiungere tabella APU in /Amd |
Social Media |
||||||||
Sottopagine: ↓↓↓↓ QUESTO NON FA PARTE DELL'HEADER, È SOLO PER RICORDAMI DOVE METTERE I LINK ALLE SOTTOPAGINE ;) |
||||||||
intro SM |
/Materiale /Modello /Convenzioni /LineeGuida /LineeGuidaEditori /LineeGuidaAmministratori /ContentCreator /Riunioni /Riunioni/20121205 /Riunioni/20131114 /UsoUbuntuPer /OrganizzazioneRilascioSaucy /NuovaNewsletter /Hangout13.04 /GooglePlusContest /GooglePlusContest/RiepilogoContest |
Come partecipare /ArticoliDiProva |
/PubblicazioneNews /Blog /Blog/ModelloNewsletter |
/Archivio |
link al blog |
/Crediti |
/Header /Newsletter/Header
AMD
http://packages.ubuntu.com/trusty-updates/all/linux-firmware/filelist
http://packages.ubuntu.com/xenial/all/linux-firmware/filelist
http://packages.ubuntu.com/xenial-updates/all/linux-firmware/filelist
http://packages.ubuntu.com/zesty-updates/all/linux-firmware/filelist
http://packages.ubuntu.com/artful-updates/all/linux-firmware/filelist
http://packages.ubuntu.com/bionic/all/linux-firmware/filelist
http://packages.ubuntu.com/bionic-updates/all/linux-firmware/filelist
Amdgpu
- 1+2: carrizo, fiji, stoney, tonga, topaz
- 3: carrizo, fiji, polaris10, polaris11, stoney, tonga, topaz
Radeon
- 1+2: aruba, barts, bonaire, btc, caicos, cayman, cedar,
- 3:
GPU
Desktop
- RX 460/470/480: polaris
- Pro Duo: fiji (x2, manca crossfire)
- R9 FuryX/Fury/Nano: fiji
- R9 390X/390: grenada (hawaii)
- R9 380X/380: antigua (tonga)
- R7 370: trinidad (pitcairn)
- R7 360: tobago (bonaire)
- R7 350: oland/cape verde
- R9 295X2: hawaii
- R9 290X/290: hawaii
- R9 285: tonga
- R9 280/280X: tahiti
- R9 270X/270: curacao (pitcairn)
- R7 265: pitcairn
- R7 260X/260: bonaire
- R7 250X: cape verde
- R7 250/240: oland
- R5 230: caicos
Laptop
- R9 M485X: amethyst (tonga)
- R9 M470X/M470: strato (bonaire)
- R7 M465X: tropo (???)
- R7 M465: litho (???)
- R7 M460/M445/M440: meso (???)
- R5 M435/M430/M420: jet? exo? (???)
- R9 M395X/M390X: amethyst (tonga)
- R9 M385X/M380: strato (bonaire)
- R9 M375X/M375/M365X: tropo? venus? (???)
- R7 M380: ???
- R7 M370/M365: litho (???)
- R7 M360: meso? mars? (???)
- R7 M340: meso? opal? (???)
- R5 M335:
- R5 M330:
- R5 M320:
- R5 M315:
- R9 M295X: amethyst (tonga)
- R9 M290X: neptune (pitcairn)
- R9 M280X: saturn (bonaire)
- R9 M275X: venus (cape verde)
- R9 M270X: saturn (bonaire)/venus (cape verde)
- R9 M265X: venus (cape verde)
- R7 M270/M265: opal (???)
- R7 M260X: opal? marts? (???)
- R7 M260: topaz? opal? (???)
- R5 M255:
- R5 M230:
Da fare
- aggiungere tabella APU in /Amd