FYI: I used this guide to remove snap and applied the same technique to flatpak.
I was wrong. Removing flatpak was as easy as removing snap.
I just continued to use the command "flatpak remove xxxxx". One of those xxxx gave me an option to remove all the remaining packages and I chose that option. Now, "snap list" and "flatpak list" and then I uninstalled them. Now my boot time to desktop is 5.6 seconds.
I was worried that because Nvidia was listed as a flatpak installed package I would lose it when I removed flatpak. That turned out not to be the case. Rebooting, I was presented with my Nvidia 390.144 powered desktop.
Sweet!
Steam is gone, but I can reinstall it without using snap or flatpak.
Systemd-analyze gives me the FASTEST boot to graphical target that I have ever had!
My system is very "snappy" as well!
I was wrong. Removing flatpak was as easy as removing snap.
I just continued to use the command "flatpak remove xxxxx". One of those xxxx gave me an option to remove all the remaining packages and I chose that option. Now, "snap list" and "flatpak list" and then I uninstalled them. Now my boot time to desktop is 5.6 seconds.
I was worried that because Nvidia was listed as a flatpak installed package I would lose it when I removed flatpak. That turned out not to be the case. Rebooting, I was presented with my Nvidia 390.144 powered desktop.
Sweet!
Steam is gone, but I can reinstall it without using snap or flatpak.
Systemd-analyze gives me the FASTEST boot to graphical target that I have ever had!
:~$ systemd-analyze
Startup finished in 3.441s (kernel) + 2.158s (userspace) = 5.600s
graphical.target reached after 2.149s in userspace
jerry@jerry-aspirev3771:~$ systemd-analyze blame
1.436s smartmontools.service
978ms rsyslog.service
825ms udisks2.service
747ms dev-sda1.device
Startup finished in 3.441s (kernel) + 2.158s (userspace) = 5.600s
graphical.target reached after 2.149s in userspace
jerry@jerry-aspirev3771:~$ systemd-analyze blame
1.436s smartmontools.service
978ms rsyslog.service
825ms udisks2.service
747ms dev-sda1.device
Comment