FileZilla在Linux上有以下几种安装方法:
sudo apt update
,再执行sudo apt install filezilla
。若需中文界面,可执行sudo apt install filezilla-locales
。sudo yum install epel-release
,再执行sudo yum install filezilla
;对于Fedora,执行sudo dnf install filezilla
。sudo pacman -S filezilla
。sudo zypper install filezilla
。tar zxvf FileZilla_*.tar.bz2
解压。sudo ./filezilla
运行程序。若需创建桌面快捷方式,可编辑/usr/share/applications/filezilla.desktop
文件。sudo apt install flatpak
(Ubuntu/Debian)或sudo dnf install flatpak
(Fedora)。flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
添加Flathub仓库。flatpak install flathub org.filezilla.FileZilla
安装FileZilla。flatpak run org.filezilla.FileZilla
命令启动。