unity-tweak-tool:为什么它依赖于像 webbrowser-app 等移动应用程序?

unity-tweak-tool:为什么它依赖于像 webbrowser-app 等移动应用程序?

我想unity-tweak-tool在相对较新的 ubuntu 16.04 上安装。控制台sudo apt-get install unity-tweak-tool --no-install-recommends显示以下依赖项:

Die folgenden zusätzlichen Pakete werden Installiert **[these additional packages are going to be installed]**
  libandroid-properties1 libhardware2 libhybris libhybris-common1 libmedia1 liboxideqt-qmlplugin
  liboxideqtcore0 liboxideqtquick0 libqt5positioning5 libunity-webapps0
  qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-ubuntu-onlineaccounts
  qml-module-ubuntu-web qtdeclarative5-accounts-plugin qtdeclarative5-qtquick2-plugin
  unity-webapps-common unity-webapps-qml unity-webapps-service webapp-container webbrowser-app
Vorgeschlagene Pakete: **[recommended packages]**
  xul-ext-unity | unity-chromium-extension qtdeclarative5-online-accounts-client0.1
  qtdeclarative5-ubuntu-content1 qtdeclarative5-ubuntu-download-manager0.1
  qml-module-ubuntu-onlineaccounts-client
Die folgenden NEUEN Pakete werden installiert: 
  libandroid-properties1 libhardware2 libhybris libhybris-common1 libmedia1 liboxideqt-qmlplugin
  liboxideqtcore0 liboxideqtquick0 libqt5positioning5 libunity-webapps0
  qml-module-qt-labs-folderlistmodel qml-module-qt-labs-settings qml-module-ubuntu-onlineaccounts
  qml-module-ubuntu-web qtdeclarative5-accounts-plugin qtdeclarative5-qtquick2-plugin
  unity-tweak-tool unity-webapps-common unity-webapps-qml unity-webapps-service webapp-container
  webbrowser-app
0 aktualisiert, 22 neu installiert, 0 zu entfernen und 67 nicht aktualisiert.
Es müssen noch 1.503 kB von 34,8 MB an Archiven heruntergeladen werden.
Nach dieser Operation werden 135 MB Plattenplatz zusätzlich benutzt.
Möchten Sie fortfahren? [J/n] n
Abbruch.

为什么 unity-tweak-tool 需要备用浏览器和其他应用程序?这是否意味着该程序旨在在 ubuntu touch 设备上运行?

答案1

无论出于什么原因(询问或骚扰他们),unity-tweak-tool 依赖于 unity-webapps-common。从那里开始的依赖关系如下 -

unity-webapps-通用>unity-webapps-服务>webapp-容器>webbrowser-app

调整工具是否可以在 ubuntu touch 设备上运行,我不知道也不关心,因为它几乎是一条死狗。

相关内容