How do I install zlib-devel (header files and libraries for Zlib development) package under CentOS Linux 5.x server using command line options?
The zlib-devel package contains the header files and libraries needed to develop programs that use the zlib compression and decompression library. This is also used by many third party packages. You can use the yum command as follows to install the same:
# yum install zlib-devel
Sample outputs:
Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * addons: mirror.usonyx.net * base: mirror.usonyx.net * extras: mirror.usonyx.net * updates: mirror.usonyx.net Setting up Install Process Resolving Dependencies --> Running transaction check ---> Package zlib-devel.i386 0:1.2.3-3 set to be updated ---> Package zlib-devel.x86_64 0:1.2.3-3 set to be updated --> Finished Dependency Resolution Dependencies Resolved ============================================================================================================================================================= Package Arch Version Repository Size ============================================================================================================================================================= Installing: zlib-devel i386 1.2.3-3 base 101 k zlib-devel x86_64 1.2.3-3 base 102 k Transaction Summary ============================================================================================================================================================= Install 2 Package(s) Update 0 Package(s) Remove 0 Package(s) Total download size: 202 k Is this ok [y/N]: y Downloading Packages: (1/2): zlib-devel-1.2.3-3.i386.rpm | 101 kB 00:01 (2/2): zlib-devel-1.2.3-3.x86_64.rpm | 102 kB 00:00 ------------------------------------------------------------------------------------------------------------------------------------------------------------- Total 69 kB/s | 202 kB 00:02 Running rpm_check_debug Running Transaction Test Finished Transaction Test Transaction Test Succeeded Running Transaction Installing : zlib-devel 1/2 Installing : zlib-devel 2/2 Installed: zlib-devel.i386 0:1.2.3-3 zlib-devel.x86_64 0:1.2.3-3 Complete!
You should follow me on twitter here or grab rss feed to keep track of new changes.
Featured Articles:
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop













{ 0 comments… add one now }