-
Notifications
You must be signed in to change notification settings - Fork 105
Snaps Page
The Snaps Page allows you to remove existing Snap packages. You cannot install new Snaps using Cubic.
- On the Snaps Page, select the Snap package(s) you want to remove.
- Click the Customize❭ button to proceed.
- Cubic will remove all files associated with the selected Snap package(s).
- Cubic will update the Snap configurations accordingly.
This page will automatically transition to the next page when it is done.
To skip removing Snaps, just click the Customize❭ button without making any selections.
- This action cannot be undone
- Removed Snap packages cannot be reinstalled
- You will require additional disk space to remove Snaps
- Do not uninstall all Snap packages
The Ubuntu installer Snap (Ubuntu Desktop Bootstrap) depends on other Snap packages, so removing everything will break the installation.
These are commonly safe targets to remove:
- Firefox
- Snap Store
- Thunderbird
Once the selected Snaps are removed, Cubic will automatically transition to the Terminal Page, where you must manually remove any deb packages related to the removed Snap apps.
For example..
-
If you removed the Firefox Snap, remove the corresponding Debian package using:
apt --yes --quiet --quiet --quiet autoremove --purge '?name(firefox)' -
If you removed the Thunderbird Snap, remove the corresponding Debian package using:
apt --yes --quiet --quiet --quiet autoremove --purge '?name(thunderbird)'
See the Terminal page for additional steps you can take.
While Cubic is removing Snap packages:
- Do not cancel by clicking the ❬Back button. (Note the ❬Back button has been disabled to prevent this).
- Do not exit Cubic.
Interrupting the process may leave your customized filesystem in an inconsistent state.
General Information
Cubic Pages