/snap-to-flatpak

A BASH script that removes Snap from an Ubuntu system and replaces it with Flatpak

Primary LanguageShellGNU General Public License v3.0GPL-3.0

Snap-to-Flatpak

A BASH script that removes Snap from an Ubuntu/Ubuntu-based system and replaces it with Flatpak.

It also asks the user if they would like to install an App Store that can download Flatpaks in case there is none installed on the system.

(Currently only GNOME Software and KDE Discover support Flatpaks)

Simple (noob friendly) Instructions | <-Click to expand

  1. Download the snap-to-flatpak.sh file from the Releases section.

Instructional image 1

  1. Go to the folder in which you downloaded the script and mark it as an executable file.

Instructional image 2

  1. Open a terminal inside the folder in which you downloaded the script and run it with ./snap-to-flatpak.sh

Instructional image 3

  1. Follow the instructions in the terminal.

Terminal-only Instructions | <-Click to expand

  1. Clone the repo:
git clone https://github.com/MasterGeekMX/snap-to-flatpak.git
  • NOTE: if you don't have git installed, do it by running sudo apt install git
  1. Move into the cloned repo folder:
cd snap-to-flatpak
  1. Make the script executable
chmod +x snap-to-flatpak.sh
  1. Run the script
./snap-to-flatpak.sh
  1. Follow the instructions in the terminal.