Installare filezilla su ubuntu

In realtà  non proprio ubuntu, ma xubuntu! In ogni caso non cambia nulla.

Aprite il file source.list con l’editor che vi pare:

$ sudo nano /etc/apt/sources.list

e aggiungete la riga:

##Repository per filezilla
deb http://3v1n0.tuxfamily.org dapper 3v1n0

Adesso registrate la chiave:

gpg --keyserver subkeys.pgp.net --recv-keys 81836EBF

Dovrebbe venir fuori questo messaggio:

nicola@srvemule:~$ gpg --keyserver subkeys.pgp.net --recv-keys 81836EBF
gpg: requesting key 81836EBF from hkp server subkeys.pgp.net
gpg: /home/nicola/.gnupg/trustdb.gpg: creato il trustdb
gpg: chiave 81836EBF: chiave pubblica «...» importata
gpg: non è stata trovata alcuna chiave definitivamente affidabile
gpg: Numero totale esaminato: 1
gpg:               importate: 1

Quindi:

gpg --export --armor 81836EBF | sudo apt-key add -

con il messaggio:

OK

A questo punto fate l’update dell’apt-get:

sudo apt-get update

e quindi installate filezilla!

sudo apt-get install filezilla

Se è andato tutto bene, buon ftp a tutti.

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>