pkg2appimage icon indicating copy to clipboard operation
pkg2appimage copied to clipboard

Tool and recipes to convert existing deb packages to AppImage

Results 116 pkg2appimage issues
Sort by recently updated
recently updated
newest added

**General information** ``` $ cat /etc/redhat-release Fedora release 36 (Thirty Six) $ uname -ro 5.18.9-200.fc36.x86_64 GNU/Linux ``` **AppImage file properties** ``` $ file -bk pkg2appimage-*.AppImage ELF 64-bit LSB executable, x86-64,...

recipe.yml ```yml app: FortiClient binpatch: true ingredients: dist: bionic sources: - deb http://us.archive.ubuntu.com/ubuntu/ bionic main restricted universe multiverse - deb http://us.archive.ubuntu.com/ubuntu/ bionic-updates main restricted universe multiverse - deb http://us.archive.ubuntu.com/ubuntu/ bionic-backports...

Some minutes ago I've published a script named [arch-deployer](https://github.com/ivan-hc/Arch-Deployer). It is not much, but I know that you can made better than this. It would be nice to implement a...

Add PPSSPP-SDL (Sony PSP) emulator recipe.

`https://raw.githubusercontent.com/Eloston/ungoogled-chromium/master/packaging/opensuse/sources_template/chromium-browser.desktop` is 404 as of now. Found only debian version of .desktop file, maybe (adapt and) embed this into build somehow: ``` [Desktop Entry] Version=1.0 Name=Chromium Web Browser GenericName=Web Browser...

So I was trying to create an AppImage for UnityHub v3, as Unity provides an [APT repo](https://docs.unity3d.com/hub/manual/InstallHub.html) to get the .deb, and ended up with the following: ```` app: UnityHub...

I have a vulkan-powered game that doesn't run on some systems with vulkan installed. I myself don't have access to a Linux system to test things out, but one of...

Hi, I tried to package Ubuntu 12.04 game into AppImage and run it on 20.04. ``` app: c501checkers union: true ingredients: package: c501checkers dist: precise sources: - deb http://old-releases.ubuntu.com/ubuntu/ precise...

Hi, as I've already said on [Reddit](https://www.reddit.com/r/AppImage/comments/sfzs96/script_to_install_newer_glibc_versions_on_older/), I have created some scripts needed to easily compile any GLIBC version on older distributions (I have a VM of Ubuntu 18.04) to...

Is it possible somehow to specify the --runtime-file (or any other) parameter for appimagetool invocation? I'm trying to create an AppImage for raspberry from the cross compiled artifacts on an...