Skip to content

A script to convert Snap packages to portable AppImages

Notifications You must be signed in to change notification settings

ivan-hc/Snap2AppImage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages