Skip to content

Instantly share code, notes, and snippets.

@samueldr
Created May 1, 2018 00:27
Show Gist options
  • Save samueldr/665ed0c61ce1c82854505c24bc01f23f to your computer and use it in GitHub Desktop.
Save samueldr/665ed0c61ce1c82854505c24bc01f23f to your computer and use it in GitHub Desktop.

Removing packages

Distro Command
Debian apt remove $package_name
Nix nix-env -e $pakcage_name

With NixOS it is also possible to manage packages declaratively, blah blah blah.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment