Ubuntu 22.04 LTSにFileZillaをインストールする方法

環境
OSバージョンを確認します

# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"

FileZilla のインストール手順
1.システムパッケージを更新します

# sudo apt update && sudo apt upgrade -y

2.依存関係パッケージをインストールします

# sudo apt install software-properties-common apt-transport-https -y

3.FileZillaをインストールします

# sudo apt install filezilla -y

4.FileZillaを起動します
「Activities」->「Type to search」にfileと入力します。
「FileZilla」アイコンをクリックし起動します。

Ubuntu 22.04

Posted by arkgame