〇TEAエディターの画面(Raspberry Pi)
〇TEAエディターの画面(Debian 11 Bullseye)
コマンドによるインストール方法
以下のコマンドを実行します。sudo apt-get update
sudo apt-get -y install tea
関連情報
・TEAエディターのgithubリポジトリhttps://github.com/psemiletov/tea-qt
sudo apt-get update
sudo apt-get -y install tea
sudo mkdir -p /opt/tagspaces
cd /opt/tagspaces
sudo wget --inet4-only https://github.com/tagspaces/tagspaces/releases/download/v5.0.6/tagspaces-linux-x86_64-5.0.6.AppImage
sudo chmod +x tagspaces-linux-x86_64-5.0.6.AppImage
cat << EOF | sudo tee /usr/share/applications/tagspaces.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/tagspaces/tagspaces-linux-x86_64-5.0.6.AppImage
Name=TagSpaces
EOF
sudo mkdir -p /opt/stacer
cd /opt/stacer
sudo wget https://github.com/oguzhaninan/Stacer/releases/download/v1.1.0/Stacer-1.1.0-x64.AppImage
sudo chmod +x Stacer-1.1.0-x64.AppImage
cat << EOF | sudo tee /usr/share/applications/stacer.desktop
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/opt/stacer/Stacer-1.1.0-x64.AppImage
Name=Stacer
Categories=Accessories;
EOF
sudo apt-get update
sudo apt-get -y install spyder
sudo apt-get update
sudo apt-get -y install simulide
sudo dnf -y install epel-release
sudo dnf -y install snapd
sudo systemctl enable --now snapd.socket
sudo ln -s /var/lib/snapd/snap /snap
sudo snap install raven-reader
※「error: too early for operation, device not yet seeded or device model not acknowledged」と表示された場合は、少し待ってから再実行してください。
sudo apt-get update
sudo apt-get -y install minder