Sabtu, 28 November 2015

How do I install filezilla?

software installation - How do I install filezilla? - Ask Ubuntu
Sign up ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free.

I'm using 13.04

I go to ubuntu software center and find filezilla but there is no button to install.

I try to find it in ubuntu start button at application or ubuntu dash how its called and click download the button and nothing happens.

then i tried to install via terminal with sudo but the instructions don't work those i found for ubuntu 12.

share|improve this question
3  
Only one Question per post - if necessary, create another question. – Raja May 20 '13 at 16:28

4 Answers 4

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"
share|improve this answer

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
share|improve this answer
    
what the first line of code do? – emrah Aug 24 at 0:42
1  
It adds the repository. – Mitch Aug 24 at 6:02

Easy way to install filezilla is via ppa

open terminal and type the following commands

sudo add-apt-repository ppa:n-muench/programs-ppa
sudo apt-get update
sudo apt-get install filezilla

for more details visit

http://dctutors.blogspot.com/2013/08/how-to-install-filezilla-373-on-ubuntu.html

share|improve this answer

version 3.10.1.1

 wget sourceforge.net/projects/filezilla/files/FileZilla_Client/3.10.1.1/FileZilla_3.10.1.1_i586-linux-gnu.tar.bz2
    tar -xjvf FileZilla_3.10.1.1_i586-linux-gnu.tar.bz2

Note extracting folder. Here filezilla3

 sudo rm -rf /opt/filezilla*
    sudo mv **FileZilla3** /opt/**filezilla3**
    sudo ln -sf /opt/**filezilla3**/bin/filezilla /usr/bin/filezilla
    filezilla
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.

Share

& Comment

0 komentar:

Posting Komentar

 

Copyright © 2015 blog kopas™ is a registered trademark.

Designed by Templateism. Hosted on Blogger Platform.