〇Jailerの画面(AlmaLinux 9)
〇Jailerの画面(Rocky Linux 9)
インストール手順
以下のコマンドを実行してJailerをインストールします。1. JDKのインストール
sudo dnf install -y java-17-openjdk
2. Jailerのインストール
wget https://github.com/Wisser/Jailer/releases/download/v12.8/jailer_12.8.zip
unzip jailer_12.8.zip
sudo mv jailer /opt
cat << EOF | sudo tee /usr/share/applications/jailer.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/jailer/jailerGUI.sh
Name=Jailer
Categories=Development;
EOF
関連情報
・Jailerのwebサイトhttp://jailer.sourceforge.net/home.htm
0 件のコメント:
コメントを投稿