4

彻底删除Ubuntu snap

 1 year ago
source link: https://zhangyiming748.github.io/post/remove_snap/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client

彻底删除Ubuntu snap

2022-10-23 snap Ubuntu

  1. 从PATH中删除当前路径".", 否则删除snapd出错

    export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

  2. 查看已经snap安装的软件, 并卸载

    snap list
    sudo snap remove xxx

  3. 删除cache, 否则删除snapd可能会出错

    sudo rm -rf /var/cache/snapd

  4. 删除snapd

    sudo apt purge snapd

  5. 删除安装包

    rm -rf ~/snap


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK