Install Filezilla in CentOS
When it comes to Centos, everyone is very familiar with it. Of course, Filezilla is also the software for everyday applications. But how can I install it in linux. You can install Filezilla in multiple ways, but the most popular method is to download the installation package and install it. Before installing Filezilla, You need to download the installation package and then install the compiler. After the above work is ready, you need to decompress the package, so it is relatively fragmented, so I did not choose to install it through the installation package, here I install it through rpm. The first choice is to download the required files and then install yum. Trainee:
First, install Rpm. Run the following command in centos:
Note: There are two commands here. In fact, you can enter the first one, but sometimes it cannot be parsed. Therefore, you can only use the IP address for resolution and installation. if the first one cannot be installed, select the second one.
Ping dl.fedoraproject.org --- à 209.132.182.27
Rpm-ivhHttp://dl.fedoraproject.org/pub/epel/6Server/x86_64/epel-release-6-8.noarch.rpm
Rpm-ivhHttp: // 209.132.182.27./pub/epel/6 Server/x86_64/epel-release-6-8.noarch.rpm
After the installation is complete, install the software using yum install-y filezilla.
Yum install-y filezilla
The installation is complete.
Next we will test it. Open the application to find the installed Filezilla software.
Open status.
This article from "Gao Wenlong" blog, please be sure to keep this source http://gaowenlong.blog.51cto.com/451336/1394541