我正在尝试在我新安装的带有 Mate 桌面的 Ubuntu Server 15.10 上安装 nginx。
我做了一个快速更新:
sudo apt-get update
Run Code Online (Sandbox Code Playgroud)
现在尝试安装nginx:
sudo apt-get install nginx
Run Code Online (Sandbox Code Playgroud)
这是我得到的:
server@Node1:~/nod$ sudo apt-get install nginx
Reading package lists... Done
Building dependency tree
Reading state information... Done
nginx is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
2 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] y
Setting up nginx-core …Run Code Online (Sandbox Code Playgroud)