相关疑难解决方法(0)

如何在 Ubuntu 服务器上安装一个 GUI 程序?

我在 VirtualBox 中使用 Ubuntu Server 10.10。我需要在其上安装一个 GUI 程序 (RubyMine)。

我检查了安装ubuntu-desktop使用apt-get,并要我安装430个新软件包(包括OpenOffice的)。我首先安装了服务器,以保持安装尽可能干净!

如何进行最小安装(需要所有软件包)来运行该单个 GUI 程序?

我创建了一个文件/etc/apt/apt.conf并添加了以下内容:

APT::Install-Recommends "0";
APT::Install-Suggests "0";
Run Code Online (Sandbox Code Playgroud)

sudo apt-get install ubuntu-desktop还是说:

0 upgraded, 430 newly installed, 1 to remove and 9 not upgraded.
Need to get 155MB of archives.
After this operation, 542MB of additional disk space will be used.
Do you want to continue [Y/n]? n
Run Code Online (Sandbox Code Playgroud)

server package-management

6
推荐指数
1
解决办法
8457
查看次数

标签 统计

package-management ×1

server ×1