community man page

abroot

GNU

Utility providing full immutability and atomicity by transacting between 2 root partition states (A⟺B). Updates are performed using OCI images, to ensure that the system is always in a consistent state.

8 examples·source: tldr · CC-BY·status: verified
Reading is open to everyone. Suggesting a flag, fixing an example or adding a recipe is opening to verified-email accounts soon — every change is moderated before it goes live.
curl https://curlhub.sh/man/abroot
same page, in your terminal

Examples

Add packages to the local image (Note: After executing this command, you need to apply these changes.) GNU

sudo abroot pkg add package

Remove packages from the local image (Note: After executing this command, you need to apply these changes.) GNU

sudo abroot pkg remove package

List packages in the local image GNU

sudo abroot pkg list

Apply changes in the local image (Note: You need to reboot your system for these changes to be applied) GNU

sudo abroot pkg apply

Rollback your system to previous state GNU

sudo abroot rollback

Edit/View kernel parameters GNU

sudo abroot kargs edit|show

Display status GNU

sudo abroot status

Display help GNU

abroot [-h|--help]