What are ways to install filezilla?
I want to install filezilla I can find it in ubuntu's software center but not in the download page I cannot find a download button using ubuntu dash
Using terminal it doesn't work because I only found instructions for Ubuntu 12 (but I am on 13.04).
Best Answer
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"