当试图安装ab(apache benchmark)时,像这样:
sudo apt-get install apache2-utils
Run Code Online (Sandbox Code Playgroud)
在我的Mint 16/Ubuntu 13系统上,我收到以下消息:
sudo apt-get install apache2-utils
[sudo] password for <user>:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
libjs-cropper libjs-prototype libjs-scriptaculous libphp-phpmailer libphp-snoopy tinymce
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
apache2-utils
0 upgraded, 1 newly installed, 0 to remove and 15 not upgraded.
Need to get 82,4 kB of archives.
After this …
Run Code Online (Sandbox Code Playgroud)