在Ubuntu系统上选择安装FileZilla的指南如下:
sudo apt update
sudo apt install filezilla
如果软件包不存在,可以尝试开启Universe仓库:
sudo add-apt-repository universe
sudo apt update
sudo apt install filezilla
cd ~/Downloads/
sudo dpkg -i filezilla_*.deb
sudo apt-get install -f
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak install flathub org.filezilla.FileZilla
sudo apt update
sudo apt upgrade filezilla
或
sudo apt install --only-upgrade filezilla
tar -xvf FileZilla_x.x.x_linux-x86_64.tar.gz
(请将x.x.x替换为实际下载的版本号)
sudo mv filezilla /opt/
sudo add-apt-repository ppa:n-muench/programs-ppa
sudo apt update
sudo apt install filezilla
请注意,具体的更新步骤可能会随着FileZilla版本的更新和Ubuntu发行版的变化而有所不同。建议参考FileZilla官方网站的最新指南或帮助文档以获取最准确的更新步骤。