ivan-hc / Snap2AppImage

A script to convert Snap packages to portable AppImages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snap2AppImage

An experimental script to convert Snap packages to portable AppImages

It is a proof of concept, it requires more study and attention to make it truly an efficient project.

Requirements

Install squashfs-tools from your system package manager.

Usage

  1. Download the script and made it executable
wget -q https://raw.githubusercontent.com/ivan-hc/Snap2AppImage/main/snap2appimage.sh
chmod a+x snap2appimage.sh
  1. Replace "APP=SAMPLE" with "APP=appmane" (where "appname" is the name of the Snap package you want to convert to an AppImage)
  2. run the script wherever you want
./snap2appimage.sh

Efficiency

The chances of success at the first launch are zero, it still requires manual modifications to adapt the script to the conditions necessary to create an efficient AppImage.

For now it only worked with Chromium and Skype.

In this video I create Skype, after a long manual modification of the script.

simplescreenrecorder-2024-06-28_21.52.30.mkv.mp4

Related projects

About

A script to convert Snap packages to portable AppImages


Languages

Language:Shell 100.0%