什么是 Kubuntu-Full?

Kar*_*ger 14 installation kubuntu

在文本安装期间,它询问我要安装什么。沿着著名的 Kubuntu-Desktop 和许多其他产品,有 Kubuntu-Full。那是什么?

Oli*_*Oli 9

我很想知道这两个包之间的区别,所以写了这个快速查询来查看它们拉入哪些包。这个命令将显示kubuntu-full依赖的包kubuntu-desktop没有。

comm -23 \
    <(apt-cache depends kubuntu-full | awk '/Depends/ {print $2}' | sort -u) \
    <(apt-cache depends kubuntu-desktop | awk '/Depends/ {print $2}' | sort -u)
Run Code Online (Sandbox Code Playgroud)

撰写本文时(12.10)的结果是:

anthy calligra calligra-dev dictd dict-foldoc dict-gcide dict-jargon dict-moby-thesaurus dict-vera enscript eyed3 finger flac kdeaccessibility kdeadmin kde-baseapps kdeedu kdegames kdegames-card-data-extra kdegraphics kde-icons-mono kdemultimedia kdenetwork kdepim kde-runtime kdesdk kdeutils kde-wallpapers kde-workspace-data-extras kinfocenter konq-plugins kubuntu-desktop libqscintilla2-designer libqt4-sql-odbc libqt4-sql-psql libqt4-sql-sqlite plasma-runners-addons plasma-widget-ktorrent plasma-widget-lancelot pyqt4-dev-tools python-qscintilla2 qt4-demos qt4-designer qt4-dev-tools qt4-doc-html scribus unclutter vorbisgain xnest xrestop


Bil*_*hor 8

kubuntu-full 的 Ubuntu 描述:

Description: Full Kubuntu Plasma Desktop/Netbook system
 This package depends on all of the packages in the Kubuntu DVD for a very
 complete system.  Installing this package will include much more than the
 default Kubuntu Plasma Desktop or Netbook installation. 
Run Code Online (Sandbox Code Playgroud)

这包括 kubuntu-desktop:

Description: Kubuntu Plasma Desktop/Netbook system
 This package depends on all of the packages in the Kubuntu desktop system.
 Installing this package will include the default Kubuntu Plasma Desktop or
 Netbook installation. 
Run Code Online (Sandbox Code Playgroud)

kubuntu-full 中包含但 kubuntu-desktop 中不包含的一些集合包括:kdeedu、kdegames、kdemultimedia、koffice、kdepim、kdesdk 和 qt4-designer。