2025-01-31 21:05:06 +08:00
2025-01-31 21:05:06 +08:00
2025-01-31 21:05:06 +08:00
2024-11-25 14:05:05 +08:00
2024-11-27 16:55:57 +08:00

Abstract

A convenient tool which can convert AppImage to Deb in Deepin Standard.

ui

You should input the arguments in Deepin Standard.

Basically, the quality of the deb package you build based on the arguments you provided.

You can find AppImages to convert here.

The program will not extract AppImages to make debs, it will use an original single AppImage file to make a deb.

Dependencies

To run main.py successfully you should install PyQt5, you can use conda or venv to create a virtual environment to install pyqt5.

conda install pyqt5
pip3 install pyqt5

The build.sh will be called by a function in main.py, to run build.sh properly, you should have a bash environment with fakeroot and imagemagick installed.

sudo apt install imagemagick
sudo apt install fakeroot

Usage

After download my script, you can just input the command below into your terminal:

cd /the/path/to/src/
python3 main.py

The deb file will be put in /the/path/to/src.

Description
方便地将 AppImage 文件转化为符合 UOS/Deepin 打包标准的 deb 文件
Readme MIT 27 MiB
Languages
Shell 53%
Python 47%