CentOS 7终端命令行方式安装FileZilla(★firecat亲测有效★)

https://filezilla-project.org/ -- Windows/Mac/Linux -- https://download.filezilla-project.org/client/

英文 https://filezilla-project.org/  中文 https://www.filezilla.cn/
 

一、考虑到下载源码编译需要c++14的编译器,比较麻烦,所以使用在线自动安装的方法:

yum -y install epel-release

yum -y install filezilla

 

二、安装完成会在桌面主菜单Application->Internet生成filezilla快捷方式。

我们也可以在路径/usr/share/applications/filezilla.desktop复制一份到桌面。

 

你可能感兴趣的:(Linux,Linux-CentOS)