Last active
August 29, 2015 14:04
-
-
Save NZKoz/195c689c749e94595310 to your computer and use it in GitHub Desktop.
Year of linux desktop
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo aptitude install nginx | |
The following NEW packages will be installed: | |
nginx{b} | |
0 packages upgraded, 1 newly installed, 0 to remove and 81 not upgraded. | |
Need to get 5586 B of archives. After unpacking 95.2 kB will be used. | |
The following packages have unmet dependencies: | |
nginx : Depends: nginx-core (>= 1.4.6-1ubuntu3) but it is not installable. or | |
nginx-full (>= 1.4.6-1ubuntu3) but it is not installable. or | |
nginx-light (>= 1.4.6-1ubuntu3) but it is not installable. or | |
nginx-extras (>= 1.4.6-1ubuntu3) but it is not installable. or | |
nginx-naxsi (>= 1.4.6-1ubuntu3) but it is not installable. | |
Depends: nginx-core (< 1.4.6-1ubuntu3.1~) but it is not installable. or | |
nginx-full (< 1.4.6-1ubuntu3.1~) but it is not installable. or | |
nginx-light (< 1.4.6-1ubuntu3.1~) but it is not installable. or | |
nginx-extras (< 1.4.6-1ubuntu3.1~) but it is not installable. or | |
nginx-naxsi (< 1.4.6-1ubuntu3.1~) but it is not installable. | |
The following actions will resolve these dependencies: | |
Keep the following packages at their current version: | |
1) nginx [Not Installed] | |
Accept this solution? [Y/n/q/?] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ubuntu@ip-172-31-19-211:~$ aptitude search nginx | |
p lua-nginx-memcached - Pure Lua memcached client driver for the nginx embedded Lua language | |
p lua-nginx-redis - Pure Lua redis client driver for the nginx embedded Lua language | |
p nginx - small, powerful, scalable web/proxy server | |
p nginx-common - small, powerful, scalable web/proxy server - common files | |
p nginx-core - nginx web/proxy server (core version) | |
p nginx-core-dbg - nginx web/proxy server (core version) - debugging symbols | |
p nginx-doc - small, powerful, scalable web/proxy server - documentation | |
p nginx-extras - nginx web/proxy server (extended version) | |
p nginx-extras-dbg - nginx web/proxy server (extended version) - debugging symbols | |
p nginx-full - nginx web/proxy server (standard version) | |
p nginx-full-dbg - nginx web/proxy server (standard version) - debugging symbols | |
p nginx-light - nginx web/proxy server (basic version) | |
p nginx-light-dbg - nginx web/proxy server (basic version) - debugging symbols | |
p nginx-naxsi - nginx web/proxy server (version with naxsi) | |
p nginx-naxsi-dbg - nginx web/proxy server (version with naxsi) - debugging symbols | |
p nginx-naxsi-ui - nginx web/proxy server - naxsi configuration front-end | |
ubuntu@ip-172-31-19-211:~$ sudo aptitude install nginx-full-dbg | |
No candidate version found for nginx-full-dbg | |
No candidate version found for nginx-full-dbg | |
No packages will be installed, upgraded, or removed. | |
0 packages upgraded, 0 newly installed, 0 to remove and 81 not upgraded. | |
Need to get 0 B of archives. After unpacking 0 B will be used. | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = (unset), | |
LC_CTYPE = "en_NZ.UTF-8", | |
LANG = "en_US.UTF-8" | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
locale: Cannot set LC_CTYPE to default locale: No such file or directory | |
locale: Cannot set LC_ALL to default locale: No such file or directory | |
ubuntu@ip-172-31-19-211:~$ sudo aptitude install nginx-full | |
No candidate version found for nginx-full | |
No candidate version found for nginx-full | |
No packages will be installed, upgraded, or removed. | |
0 packages upgraded, 0 newly installed, 0 to remove and 81 not upgraded. | |
Need to get 0 B of archives. After unpacking 0 B will be used. | |
perl: warning: Setting locale failed. | |
perl: warning: Please check that your locale settings: | |
LANGUAGE = (unset), | |
LC_ALL = (unset), | |
LC_CTYPE = "en_NZ.UTF-8", | |
LANG = "en_US.UTF-8" | |
are supported and installed on your system. | |
perl: warning: Falling back to the standard locale ("C"). | |
locale: Cannot set LC_CTYPE to default locale: No such file or directory | |
locale: Cannot set LC_ALL to default locale: No such file or directory | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment