I've never done this before, but here's my ranking of the app types in Zorin. I'll only be including the most common app types and I will also be excluding ubuntu-focal-main
(app type for preinstalled apps).
This is my personal opinion, but we're likely to have diffetent views. Ok, here we go.
6. Flatpaks
From what I've heard people say, Flatpaks have a negative impact on performance. People want to do things quickly not wait around for a system, and Flatpaks don't help. You might get away from performance issues if you have one Flatpak app, but if you use a lot of apps, you might be better off with other app type options.5. Snaps
Snaps are a pretty mixed bag. They can installed from the software store which can be classed as 'easy to install and remove' for some people. On the other hand, Snaps aren't even compatible with icon themes (it's stuck on the default icon when the theme changes), which is inconsistent. Oh, and it changes your cursor when its in the Snap window. I placed Snaps higher than Flatpaks because Snaps don't have much of an impact on performance as Flatpaks. At least, from what I've seen.4. Tar.gz/ZIPs
Download and extract the contents. Easy right? Well... no, not really. There's a lot more to the installation than meets the eye. Therefore, I can only recommend this to advanced users. At least it doesn't have the downsides to Snaps and Flatpaks though.3. AppImages
AppImages are portable, which means that they don't require installation in order to work. You can store them anywhere on your computer or even your USB drive and you can still use them as an app. My only complaint is that they don't come with a unique icon unlike other app types, so you would need to find one for it online.2. APTs
APTs are installable from the terminal, which, if you know the name and command, it is a very fast process. If you `remove` or `purge` an app installed using APT, then it may leave some `lib` files that are not needed anymore. This can be removed using `sudo apt autoremove`1. DEBs
DEBs are, in my opinion, the best app type to use in Zorin. They can be downloaded from the internet (as most of you know, download from a trusted source), and can be installed with the `dpkg` command. Users who are new to Linux can use `GDebi` (installed via APT), which is a graphical alternative to `dpkg`. Not only are installing DEB apps suitable for users of all skill levels, but everything in between installation is taken care of (e.g., installing dependencies and adding repos and public keys).I know, I know, this is mostly concerned with installing and removing apps. At this point, I couldn't think much about using them while trying to jusify their place in the rankings. Please let me know if I'm missing a point or anything in between.