I want to install FileZilla. I can find it in Ubuntu Software Center but not download button. Using Ubuntu Dash I can't find a download button either.

Using terminal it doesn't work because I only found instructions for Ubuntu 12 (but I am on 13.04).


Filezilla is already available in default repos of Ubuntu 13.04

You can try this

> sudo apt-get update
> sudo apt-get install filezilla


nischay@NischayLaptop:~$ apt-cache search filezilla

filezilla - Full-featured graphical FTP/FTPS/SFTP client
filezilla-common - Architecture independent files for filezilla

nischay@NischayLaptop:~$ cat /etc/lsb-release 
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=13.04
DISTRIB_CODENAME=raring
DISTRIB_DESCRIPTION="Ubuntu 13.04"

To install FileZilla, you just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:

sudo add-apt-repository ppa:adabbas/1stppa
sudo apt-get update
sudo apt-get install filezilla