Rocky Linux 8.5にJava統合開発環境BlueJをインストールする

1.OSバージョンの確認
# cat /etc/redhat-release
Rocky Linux release 8.5 (Green Obsidian)

2.flatpakをインストールします
# sudo dnf -y install flatpak

flathubのレポジトリを追加します
# sudo flatpak remote-add –if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

3.BlueJをインストールします
# sudo flatpak -y install https://flathub.org/repo/appstream/org.bluej.BlueJ.flatpakref

4.BlueJを起動します
「アプリケーション」->「プログラミング」->「BlueJ」をクリックして起動します

Rocky Linux 8

Posted by arkgame