• Home
  • Health
  • Software
  • Blog
  • ubuntu

    Disable Snap

    Stop services:

    sudo systemctl stop snapd
    sudo systemctl stop snapd.socket
    sudo systemctl stop snapd.seeded.service
    


    Disable services:

    sudo systemctl disable snapd
    sudo systemctl disable snapd.socket
    sudo systemctl disable snapd.seeded.service