AppImage 是一种将 Linux 应用程序及其所有依赖打包成一个单独的文件的方法,这使得应用程序能够在不同的 Linux 发行版之间轻松移植。以下是安装 Ubuntu AppImage 的步骤:
Ctrl + Alt + T
)。cd
命令切换到包含 AppImage 文件的目录。chmod +x your-appimage-file.AppImage
./your-appimage-file.AppImage
nano ~/.local/share/applications/your-app.desktop
your-appimage-file.AppImage
为实际的文件名):[Desktop Entry]
Name=Your App Name
Comment=Your App Description
Exec=/path/to/your-appimage-file.AppImage
Icon=/path/to/your-appimage-icon.png
Terminal=false
Type=Application
Categories=Utility;Application;
chmod +x ~/.local/share/applications/your-app.desktop