卸载 WhatsApp

卸载 WhatsApp

我按照以下步骤安装了 WhatsApp:

  1. sudo -H gedit /usr/share/applications/whatsapp-webapp.desktop在终端中输入。

  2. 将以下文本复制到打开的屏幕:

    #!/usr/bin/env xdg-open
    [Desktop Entry]
    Name=WhatsApp
    GenericName=WhatsApp
    Comment=WhatsApp desktop webapp
    #Exec=webapp-container --store-session-cookies --webappUrlPatterns=https?://*.whatsapp.com/* --user-agent-string='Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2228.0 Safari/537.36' https://web.whatsapp.com %u
    Exec=/opt/google/chrome/google-chrome --app=https://web.whatsapp.com/
    Terminal=false
    Type=Application
    StartupNotify=true
    MimeType=text/plain;
    # If you want icon, type path of icon
    # Icon=
    Categories=Network;Application;
    Keywords=WhatsApp;webapp;
    X-Ubuntu-Gettext-Domain=WhatsApp
    StartupWMClass=web.whatsapp.com
    
  3. 最后,使用键盘快捷键打开它,创建:

    bash -c "wmctrl -xa web.whatsapp.com || /opt/google/chrome/google-chrome --app=https://web.whatsapp.com/"
    

现在我想卸载此应用程序。卸载的步骤是什么?

答案1

/usr/share/applications/whatsapp-webapp.desktop使用以下命令删除该文件:

cd /usr/share/applications/
sudo rm /whatsapp-webapp.desktop

whatsdesk 是 Linux 的非官方 WhatsApp 客户端,可以使用以下命令安装:

sudo snap install whatdesk  

要在计算机上使用 WhatsApp:

  1. 在手机上打开 WhatsApp。

  2. 点击菜单或设置⚙️并选择 WhatsApp Web。

  3. 将您的手机对准二维码图像。

相关内容