Skip to content

Instantly share code, notes, and snippets.

@VitorLuizC
Created March 19, 2024 16:45
Show Gist options
  • Save VitorLuizC/3b54fc01a727e1e02ed196872445120a to your computer and use it in GitHub Desktop.
Save VitorLuizC/3b54fc01a727e1e02ed196872445120a to your computer and use it in GitHub Desktop.

Remove Ubuntu Advantage (Pro)

I got warning messages related to a ubuntu advantage package, and it seems related to Ubuntu Pro that I didn't sign-up for.

Ubuntu Advantage (Pro) warning messages
dpkg: warning: unable to delete old directory '/var/lib/ubuntu-advantage': Directory not empty
dpkg: warning: unable to delete old directory '/etc/ubuntu-advantage': Directory not empty

In order to remove this package just runs.

sudo apt-get purge --autoremove ubuntu-advantage-tools
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment