CentOS libtool 설치

리눅스 libtool 설치
CentOS libtool 설치

1 확인[ | ]

[root@zetawiki ~]# libtoolize --version
-bash: libtoolize: command not found
[root@zetawiki ~]# rpm -qa libtool
[root@zetawiki ~]# yum list installed libtool
... (생략)
Error: No matching Packages to list
[root@zetawiki ~]# yum list libtool
... (생략)
Available Packages
libtool.x86_64                                  2.2.6-15.5.el6                                  base
→ 미설치. 설치가능

2 설치[ | ]

[root@zetawiki ~]# yum install libtool
... (생략)
====================================================================================================
 Package                Arch                 Version                       Repository          Size
====================================================================================================
Installing:
 libtool                x86_64               2.2.6-15.5.el6                base               564 k
Installing for dependencies:
 autoconf               noarch               2.63-5.1.el6                  base               781 k
 automake               noarch               1.11.1-4.el6                  base               550 k

Transaction Summary
====================================================================================================
Install       3 Package(s)

Total download size: 1.9 M
Installed size: 5.8 M
Is this ok [y/N]: y
... (생략)
Installed:
  libtool.x86_64 0:2.2.6-15.5.el6                                                                   

Dependency Installed:
  autoconf.noarch 0:2.63-5.1.el6                   automake.noarch 0:1.11.1-4.el6                  

Complete!

3 확인 2[ | ]

[root@zetawiki ~]# rpm -qa libtool
libtool-2.2.6-15.5.el6.x86_64
[root@zetawiki ~]# yum list installed libtool
... (생략)
Installed Packages
libtool.x86_64                             2.2.6-15.5.el6                             @base
[root@zetawiki ~]# libtoolize --version
libtoolize (GNU libtool) 2.2.6b
Written by Gary V. Vaughan <gary@gnu.org>, 2003

Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}