LinuxCommandLibrary

abroot

ABRoot utility provides full immutability and atomicity by transacting between 2 root partition states (A⟺B).

TLDR

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

$ sudo abroot pkg add [package]
copy


Remove packages from the local image (Note: after executing this command, you need to apply these changes.)
$ sudo abroot pkg remove [package]
copy


List packages in the local image
$ sudo abroot pkg list
copy


Apply changes in the local image (Note: you need to reboot your system for these changes to be applied)
$ sudo abroot pkg apply
copy


Rollback your system to previous state
$ sudo abroot rollback
copy


Edit/View kernel parameters
$ sudo abroot kargs [edit|show]
copy


Display status
$ sudo abroot status
copy


Display help
$ abroot --help
copy

Copied to clipboard