日前,免費的FTP客戶端FileZilla 3.25.0發布。 以下是在 Ubuntu 16.10 上安裝它的方法:
FileZilla 3.25 版本 3.24 的變化:
- OS X:現在要求的最低 OS X 版本是 10.9
- OS X:在傳輸和其他操作期間禁用 AppNap
- OS X:下載的更新現在保存在下載目錄中
- OS X:修復了 FileZilla 上次關閉時隱藏時啟動時的初始工具欄狀態
- 修復了 3.25.0-beta1 中損壞的重新連接延遲邏輯
- 使用 3.25.0-beta1 中損壞的 FTP 修復程序創建遠程路徑
- 修復了 3.25.0-beta1 中損壞的站點管理器 FTP 加密選擇
- 錯誤消息文本的微小變化
- FileZilla 中的主要重構。
- 在高 DPI 顯示器上縮放狀態行控件的字段寬度
- [現在ファイルを編集中]修復了對話框中重複的助記符。
如何在 Ubuntu 16.10 上安裝 FileZilla 3.25:
新版本可在 GetDeb 存儲庫 僅限 Ubuntu 16.10 及其衍生版本。
1.1。 通過 Unity Dash、App Launcher 或 Ctrl + Alt + T 熱鍵。打開後,運行以下命令:
sudo sh -c 'echo "deb https://archive.getdeb.net/ubuntu yakkety-getdeb apps" >> /etc/apt/sources.list.d/getdeb.list'
2.2. 使用以下命令下載並安裝 GPG 密鑰:
wget -q -O- https://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
3.3. 您現在可以通過啟動從現有版本升級 FileZilla 軟件更新程序:
或者,一次運行以下命令來安裝/升級 ftp 客戶端。
sudo apt update
sudo apt install filezilla
卸載
要刪除 GetDeb 存儲庫,只需開始 軟件和更新 單擊實用程序[その他のソフトウェア]轉到選項卡。
要刪除 FileZilla 客戶端,請在終端中運行以下命令:
sudo apt remove filezilla && sudo apt autoremove