指定されたバージョンのソフトウェアをインストールしなければならない時の為にメモ。
基本。
1 |
$ yum list <ソフトウェア名> |
具体例。
1 2 3 4 5 6 7 8 |
$ yum list python Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: ftp.jaist.ac.jp * extras: ftp.jaist.ac.jp * updates: ftp.jaist.ac.jp Installed Packages python.x86_64 2.7.5-48.el7 @base |
もっと詳しい情報が欲しい場合。
1 |
$ yum info <ソフトウェア名> |
具体例。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
$ yum info python Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: ftp.jaist.ac.jp * extras: ftp.jaist.ac.jp * updates: ftp.jaist.ac.jp Installed Packages Name : python Arch : x86_64 Version : 2.7.5 Release : 48.el7 Size : 79 k Repo : installed From repo : base Summary : An interpreted, interactive, object-oriented programming language URL : http://www.python.org/ License : Python Description : Python is an interpreted, interactive, object-oriented programming : language often compared to Tcl, Perl, Scheme or Java. Python includes : modules, classes, exceptions, very high level dynamic data types and : dynamic typing. Python supports interfaces to many system calls and : libraries, as well as to various windowing systems (X11, Motif, Tk, : Mac and MFC). : : Programmers can write new built-in modules for Python in C or C++. : Python can be used as an extension language for applications that need : a programmable interface. : : Note that documentation for Python is provided in the python-docs : package. : : This package provides the "python" executable; most of the actual : implementation is within the "python-libs" package. |
宮崎県在住。
プログラムを書いて暮らしています。趣味はルアーフィッシング、ギター。