Skip to content

Instantly share code, notes, and snippets.

@bluewalk
Created March 27, 2024 07:08
Show Gist options
  • Select an option

  • Save bluewalk/f0eb82043e00a0ea94ec1bf43f018710 to your computer and use it in GitHub Desktop.

Select an option

Save bluewalk/f0eb82043e00a0ea94ec1bf43f018710 to your computer and use it in GitHub Desktop.

Revisions

  1. bluewalk created this gist Mar 27, 2024.
    6 changes: 6 additions & 0 deletions Remove-Ubuntu-Pro-BS.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,6 @@
    # Remove Ubuntu Pro BS

    ```
    sudo apt remove --purge ubuntu-advantage* -y
    sudo apt autoremove -y
    ```