如何删除网络应用程序?

kik*_*iki 8 software-center unity webapps software-uninstall

如何删除网络应用程序?(不是全部功能,而是某些网络应用程序)

rev*_*dj1 11

简单,只需使用:

sudo apt-get remove unity-webapps-*appidontlike*
Run Code Online (Sandbox Code Playgroud)

IE

sudo apt-get remove unity-webapps-twitter
Run Code Online (Sandbox Code Playgroud)

例子:

unity-webapps-amazoncloudreader - Unity Webapp for AmazonCloudReader
unity-webapps-angrybirds - Unity Webapp for AngryBirds
unity-webapps-bbcnews - Unity Webapp for BBCNews
unity-webapps-cuttherope - Unity Webapp for CutTheRope
unity-webapps-facebookapps - Unity Webapp for FacebookApps
unity-webapps-facebookmessenger - Unity Webapp for FacebookMessenger
unity-webapps-gmail - Unity Webapp for GMail
unity-webapps-googlecalendar - Unity Webapp for GoogleCalendar
unity-webapps-googledocs - Unity Webapp for GoogleDocs
unity-webapps-googleplus - Unity Webapp for GooglePlus
unity-webapps-grooveshark - Unity Webapp for grooveshark
unity-webapps-hulu-player - Unity Webapp for hulu-player
unity-webapps-lastfm-radio - Unity Webapp for lastfm-radio
unity-webapps-launchpad - Unity Webapp for Launchpad
unity-webapps-librefm - Unity Webapp for LibreFm
unity-webapps-linkedin - Unity Webapp for LinkedIn
unity-webapps-livemail - Unity Webapp for LiveMail
unity-webapps-mail-ru - Unity Webapp for mail-ru
unity-webapps-newsblur - Unity Webapp for Newsblur
unity-webapps-pandora-com - Unity Webapp for pandora-com
unity-webapps-qq-mail - Unity Webapp for qq-mail
unity-webapps-reddit - Unity Webapp for Reddit
unity-webapps-tumblr - Unity Webapp for Tumblr
unity-webapps-twitter - Unity Webapp for Twitter
unity-webapps-vkcom - Unity Webapp for Vkcom
unity-webapps-wordpress-com - Unity Webapp for wordpress-com
unity-webapps-yahoomail - Unity Webapp for YahooMail
unity-webapps-yahoonews - Unity Webapp for YahooNews
unity-webapps-yandex-music - Unity Webapp for yandex-music
unity-webapps-yandexnews - Unity Webapp for YandexNews
unity-webapps-youtube - Unity Webapp for YouTube
Run Code Online (Sandbox Code Playgroud)

每个 Web 应用程序都是它自己的包。我认为它们中的任何一个都不相互依赖,因此卸载不需要/使用的那些应该不会有任何问题。

Amazon 和 Ubuntu One Web Apps 似乎已嵌入到 Web 应用程序应用程序中,因此您无法通过简单地卸载软件包来删除它们。删除这些最简单的方法是安装Unsettings。这是一个调整工具,类似于 Ubuntu Tweak。它在 repos 中不可用,因此您必须安装其 PPA:

sudo add-apt-repository ppa:diesch/testing
sudo apt-get update
sudo apt-get install unsettings
Run Code Online (Sandbox Code Playgroud)

现在您安装了它,启动它并选择左侧的“Web 应用程序”选项卡。要禁用 Web 应用程序,只需将使用它的网站从预授权或启用状态移动到禁用状态,然后单击应用按钮(小齿轮)。