[root@localhost ~]# rpm -qa | grep flex
[root@localhost ~]#
[root@localhost ~]# yum -y install flex
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: ftp.kaist.ac.kr
* extras: ftp.kaist.ac.kr
* updates: ftp.kaist.ac.kr
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package flex.x86_64 0:2.5.35-9.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
==================================================================
Package Arch Version Repository Size
==================================================================
Installing:
flex x86_64 2.5.35-9.el6 base 285 k
Transaction Summary
==================================================================
Install 1 Package(s)
Total download size: 285 k
Installed size: 719 k
Downloading Packages:
flex-2.5.35-9.el6.x86_64.rpm | 285 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : flex-2.5.35-9.el6.x86_64 1/1
Verifying : flex-2.5.35-9.el6.x86_64 1/1
Installed:
flex.x86_64 0:2.5.35-9.el6
Complete!
[root@localhost ~]#
설치 패키지 확인
[root@localhost ~]# rpm -qa | grep flex
flex-2.5.35-9.el6.x86_64
[root@localhost ~]#
설치 경로 확인
[root@localhost ~]# rpm -ql flex
/usr/bin/flex
/usr/bin/flex++
/usr/bin/lex
/usr/include/FlexLexer.h
/usr/share/doc/flex-2.5.35
/usr/share/doc/flex-2.5.35/COPYING
/usr/share/doc/flex-2.5.35/NEWS
/usr/share/doc/flex-2.5.35/README
/usr/share/info/flex.info-1.gz
/usr/share/info/flex.info-2.gz
/usr/share/info/flex.info.gz
/usr/share/locale/ca/LC_MESSAGES/flex.mo
/usr/share/locale/da/LC_MESSAGES/flex.mo
/usr/share/locale/de/LC_MESSAGES/flex.mo
/usr/share/locale/es/LC_MESSAGES/flex.mo
/usr/share/locale/fr/LC_MESSAGES/flex.mo
/usr/share/locale/ga/LC_MESSAGES/flex.mo
/usr/share/locale/ko/LC_MESSAGES/flex.mo
/usr/share/locale/nl/LC_MESSAGES/flex.mo
/usr/share/locale/pl/LC_MESSAGES/flex.mo
/usr/share/locale/pt_BR/LC_MESSAGES/flex.mo
/usr/share/locale/ro/LC_MESSAGES/flex.mo
/usr/share/locale/ru/LC_MESSAGES/flex.mo
/usr/share/locale/sv/LC_MESSAGES/flex.mo
/usr/share/locale/tr/LC_MESSAGES/flex.mo
/usr/share/locale/vi/LC_MESSAGES/flex.mo
/usr/share/locale/zh_CN/LC_MESSAGES/flex.mo
/usr/share/man/man1/flex++.1.gz
/usr/share/man/man1/flex.1.gz
/usr/share/man/man1/lex.1.gz
[root@localhost ~]#
[root@localhost ~]# rpm -qa | grep readline
readline-6.0-4.el6.x86_64
[root@localhost ~]#
[root@localhost ~]# rpm -qa | grep bison
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# yum -y install bison
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: ftp.kaist.ac.kr
* extras: ftp.kaist.ac.kr
* updates: ftp.kaist.ac.kr
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package bison.x86_64 0:2.4.1-5.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
============================================================
Package Arch Version Repository Size
============================================================
Installing:
bison x86_64 2.4.1-5.el6 base 637 k
Transaction Summary
============================================================
Install 1 Package(s)
Total download size: 637 k
Installed size: 2.0 M
Downloading Packages:
bison-2.4.1-5.el6.x86_64.rpm | 637 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : bison-2.4.1-5.el6.x86_64 1/1
Verifying : bison-2.4.1-5.el6.x86_64 1/1
Installed:
bison.x86_64 0:2.4.1-5.el6
Complete!
[root@localhost ~]# rpm -qa | grep bison
bison-2.4.1-5.el6.x86_64
[root@localhost ~]#
[root@localhost ~]# rpm -ql bison
/usr/bin/bison
/usr/share/aclocal/bison-i18n.m4
/usr/share/bison
/usr/share/bison/README
/usr/share/bison/bison.m4
/usr/share/bison/c++-skel.m4
/usr/share/bison/c++.m4
/usr/share/bison/c-skel.m4
/usr/share/bison/c.m4
/usr/share/bison/glr.c
/usr/share/bison/glr.cc
/usr/share/bison/java-skel.m4
/usr/share/bison/java.m4
/usr/share/bison/lalr1.cc
/usr/share/bison/lalr1.java
/usr/share/bison/location.cc
/usr/share/bison/m4sugar
/usr/share/bison/m4sugar/foreach.m4
/usr/share/bison/m4sugar/m4sugar.m4
/usr/share/bison/xslt
/usr/share/bison/xslt/bison.xsl
/usr/share/bison/xslt/xml2dot.xsl
/usr/share/bison/xslt/xml2text.xsl
/usr/share/bison/xslt/xml2xhtml.xsl
/usr/share/bison/yacc.c
/usr/share/doc/bison-2.4.1
/usr/share/doc/bison-2.4.1/AUTHORS
/usr/share/doc/bison-2.4.1/COPYING
/usr/share/doc/bison-2.4.1/ChangeLog
/usr/share/doc/bison-2.4.1/NEWS
/usr/share/doc/bison-2.4.1/OChangeLog
/usr/share/doc/bison-2.4.1/README
/usr/share/doc/bison-2.4.1/THANKS
/usr/share/doc/bison-2.4.1/TODO
/usr/share/info/bison.info.gz
/usr/share/locale/da/LC_MESSAGES/bison.mo
/usr/share/locale/de/LC_MESSAGES/bison.mo
/usr/share/locale/el/LC_MESSAGES/bison.mo
/usr/share/locale/es/LC_MESSAGES/bison.mo
/usr/share/locale/et/LC_MESSAGES/bison.mo
/usr/share/locale/fr/LC_MESSAGES/bison.mo
/usr/share/locale/ga/LC_MESSAGES/bison.mo
/usr/share/locale/hr/LC_MESSAGES/bison.mo
/usr/share/locale/id/LC_MESSAGES/bison.mo
/usr/share/locale/it/LC_MESSAGES/bison.mo
/usr/share/locale/ja/LC_MESSAGES/bison.mo
/usr/share/locale/ms/LC_MESSAGES/bison.mo
/usr/share/locale/nb/LC_MESSAGES/bison.mo
/usr/share/locale/nl/LC_MESSAGES/bison.mo
/usr/share/locale/pl/LC_MESSAGES/bison.mo
/usr/share/locale/pt_BR/LC_MESSAGES/bison.mo
/usr/share/locale/ro/LC_MESSAGES/bison.mo
/usr/share/locale/ru/LC_MESSAGES/bison.mo
/usr/share/locale/sv/LC_MESSAGES/bison.mo
/usr/share/locale/tr/LC_MESSAGES/bison.mo
/usr/share/locale/uk/LC_MESSAGES/bison.mo
/usr/share/locale/vi/LC_MESSAGES/bison.mo
/usr/share/locale/zh_TW/LC_MESSAGES/bison.mo
/usr/share/man/man1/bison.1.gz
[root@localhost ~]#
[root@localhost ~]# rpm -qa | grep readline-devel
[root@localhost ~]#
[root@localhost ~]# yum -y install readline-devel
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: ftp.kaist.ac.kr
* extras: ftp.kaist.ac.kr
* updates: ftp.kaist.ac.kr
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package readline-devel.x86_64 0:6.0-4.el6 will be installed
--> Processing Dependency: ncurses-devel for package: readline-devel-6.0-4.el6.x86_64
--> Running transaction check
---> Package ncurses-devel.x86_64 0:5.7-4.20090207.el6 will be installed
--> Processing Dependency: ncurses-libs = 5.7-4.20090207.el6 for package: ncurses-devel-5.7-4.20090207.el6.x86_64
--> Running transaction check
---> Package ncurses-libs.x86_64 0:5.7-3.20090208.el6 will be updated
---> Package ncurses-libs.x86_64 0:5.7-4.20090207.el6 will be an update
--> Processing Dependency: ncurses-base = 5.7-4.20090207.el6 for package: ncurses-libs-5.7-4.20090207.el6.x86_64
--> Running transaction check
---> Package ncurses-base.x86_64 0:5.7-3.20090208.el6 will be updated
---> Package ncurses-base.x86_64 0:5.7-4.20090207.el6 will be an update
--> Finished Dependency Resolution
Dependencies Resolved
=============================================================================
Package Arch Version Repository Size
=============================================================================
Installing:
readline-devel x86_64 6.0-4.el6 base 134 k
Installing for dependencies:
ncurses-devel x86_64 5.7-4.20090207.el6 base 641 k
Updating for dependencies:
ncurses-base x86_64 5.7-4.20090207.el6 base 61 k
ncurses-libs x86_64 5.7-4.20090207.el6 base 245 k
Transaction Summary
========================================================================================
Install 2 Package(s)
Upgrade 2 Package(s)
Total download size: 1.1 M
Downloading Packages:
(1/4): ncurses-base-5.7-4.20090207.el6.x86_64.rpm | 61 kB 00:00
(2/4): ncurses-devel-5.7-4.20090207.el6.x86_64.rpm | 641 kB 00:00
(3/4): ncurses-libs-5.7-4.20090207.el6.x86_64.rpm | 245 kB 00:00
(4/4): readline-devel-6.0-4.el6.x86_64.rpm | 134 kB 00:00
----------------------------------------------------------------------------------------
Total 2.2 MB/s | 1.1 MB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Updating : ncurses-base-5.7-4.20090207.el6.x86_64 1/6
Updating : ncurses-libs-5.7-4.20090207.el6.x86_64 2/6
Installing : ncurses-devel-5.7-4.20090207.el6.x86_64 3/6
Installing : readline-devel-6.0-4.el6.x86_64 4/6
Cleanup : ncurses-libs-5.7-3.20090208.el6.x86_64 5/6
Cleanup : ncurses-base-5.7-3.20090208.el6.x86_64 6/6
Verifying : ncurses-devel-5.7-4.20090207.el6.x86_64 1/6
Verifying : readline-devel-6.0-4.el6.x86_64 2/6
Verifying : ncurses-libs-5.7-4.20090207.el6.x86_64 3/6
Verifying : ncurses-base-5.7-4.20090207.el6.x86_64 4/6
Verifying : ncurses-libs-5.7-3.20090208.el6.x86_64 5/6
Verifying : ncurses-base-5.7-3.20090208.el6.x86_64 6/6
Installed:
readline-devel.x86_64 0:6.0-4.el6
Dependency Installed:
ncurses-devel.x86_64 0:5.7-4.20090207.el6
Dependency Updated:
ncurses-base.x86_64 0:5.7-4.20090207.el6 ncurses-libs.x86_64 0:5.7-4.20090207.el6
Complete!
[root@localhost ~]#
[root@localhost ~]# rpm -qa | grep readline-devel
readline-devel-6.0-4.el6.x86_64
[root@localhost ~]#
[root@localhost ~]# rpm -qa | grep readline
readline-devel-6.0-4.el6.x86_64
readline-6.0-4.el6.x86_64
[root@localhost ~]#
[root@localhost ~]# rpm -qa | grep zlib
zlib-1.2.3-29.el6.x86_64
[root@localhost ~]#
[root@localhost ~]#
[root@localhost ~]# yum -y install zlib*
Loaded plugins: fastestmirror, refresh-packagekit, security
Loading mirror speeds from cached hostfile
* base: ftp.kaist.ac.kr
* extras: ftp.kaist.ac.kr
* updates: ftp.kaist.ac.kr
Setting up Install Process
Package zlib-1.2.3-29.el6.x86_64 already installed and latest version
Resolving Dependencies
--> Running transaction check
---> Package zlib-devel.x86_64 0:1.2.3-29.el6 will be installed
---> Package zlib-static.x86_64 0:1.2.3-29.el6 will be installed
--> Finished Dependency Resolution
Dependencies Resolved
====================================================================
Package Arch Version Repository Size
====================================================================
Installing:
zlib-devel x86_64 1.2.3-29.el6 base 44 k
zlib-static x86_64 1.2.3-29.el6 base 52 k
Transaction Summary
=======================================================================
Install 2 Package(s)
Total download size: 96 k
Installed size: 227 k
Downloading Packages:
(1/2): zlib-devel-1.2.3-29.el6.x86_64.rpm | 44 kB 00:00
(2/2): zlib-static-1.2.3-29.el6.x86_64.rpm | 52 kB 00:00
--------------------------------------------------------------------------------
Total 731 kB/s | 96 kB 00:00
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
Installing : zlib-devel-1.2.3-29.el6.x86_64 1/2
Installing : zlib-static-1.2.3-29.el6.x86_64 2/2
Verifying : zlib-devel-1.2.3-29.el6.x86_64 1/2
Verifying : zlib-static-1.2.3-29.el6.x86_64 2/2
Installed:
zlib-devel.x86_64 0:1.2.3-29.el6 zlib-static.x86_64 0:1.2.3-29.el6
Complete!
[root@localhost ~]#
[root@localhost ~]# rpm -qa | grep zlib
zlib-devel-1.2.3-29.el6.x86_64
zlib-1.2.3-29.el6.x86_64
zlib-static-1.2.3-29.el6.x86_64
[root@localhost ~]