1 / 11

Synaptic advanced

Synaptic advanced. Aggiungiamo una repository al Third-Party Software Da Synaptyc Settings → Repositories Tab Third-Party Software click su Add. APT line via Synaptic. Aggiungiamo la APT line deb http://ppa.launchpad.net/fta/ubuntu hardy main

lel
Download Presentation

Synaptic advanced

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Synaptic advanced • Aggiungiamo una repository al Third-Party Software • Da Synaptyc Settings → Repositories • Tab Third-Party Software click su Add

  2. APT line via Synaptic Aggiungiamo la APT line deb http://ppa.launchpad.net/fta/ubuntu hardy main La stessa cosa può essere fatta editando il file /etc/apt/sources.list

  3. Errore di autenticazione del software Ricarichiamo l'elenco delle repositories Manca la chiave di autenticazione del software

  4. Richiesta della chiave con gpg • Utilizzo di gpg • gpg --keyserver [name of keyserver] --recv-keys [keyhash] • Istruzione da lanciare per la richiesta della nostra chiave • gpg --keyserver subkeys.pgp.net --recv-keys 632D16BB0C713DA6 • Registrazione della chiave • gpg --export --armor 632D16BB0C713DA6 | sudo apt-key add -

  5. Verifichiamo che la chiave sia stata inserita Se controlliamo il Tab Authentication troviamo la chiave appena inserita.

  6. Richiesta della chiave con wget • Aggiungiamo la APT line • deb http://free.nchc.org.tw/drbl-core drbl stable • Scarichiamo il file con la chiave • wget http://drbl.nchc.org.tw/GPG-KEY-DRBL • Aggiungiamo la chiave • sudo apt-key add GPG-KEY-DRBL http://samiux.wordpress.com/2008/10/22/howto-penguinzilla-drbl-on-ubuntu-8041/

  7. Ricerca pacchetti • Un altro esempio • Medibuntu • Per ricercare il software tra le repositories possiamo utilizzare il link • http://packages.ubuntu.com/

  8. Pacchetti .deb • Un esempio di installazione di software con pacchetti .deb può essere • Flash player dal suo sito • Skype dal suo sito • Sotto Ubuntu dobbiamo utilizzare i pacchetti .deb

  9. Installazione con svn o mercurial • Esistono metodi di installazione che prevedono l'utilizzo di software particolare quali • Svn o Subversion • Hg o Mercurial • In questo caso bisognerà prima installare svn o mercurial e procedere poi con l'installazione del software vero e proprio.

  10. Installazione dai sorgenti • Si scarica il fie compresso • Si estrae il file compresso • Si seguono le isruzioni contenute nella cartella • README • INSTALL

  11. Installazione dai sorgenti • In generale le fasi di installazione sono le seguenti, dalla cartella decompressa. • Lancio la configurazione che genera il MAKEFILE • ./configure • Lancio la compilazione del software • make • Lancio l'installazione • sudo make install • Per disinstallare il software uso • sudo make uninstall

More Related