checkinstallなるものでソースからインストールしつつパッケージを作成できるらしいので試してみた。 まずはcheckinstallをインストールする。 wget http://asic-linux.com.mx/~izto/checkinstall/files/rpm/checkinstall-1.6.1-1.i386.rpm rpm -ihv checkinstall-1.6.1 どこに入ったかわからなくなったので・・・^^; rpm -ql checkinstall どうやら/usr/local/sbin/checkinstall -h でヘルプ表示 /usr/local/sbin/checkinstall -h checkinstall 1.6.1, Copyright 2002 Felipe Eduardo Sanchez Diaz Duran This software is released under the GNU GPL. Usage: checkinstall [options] [command [command arguments]] Options: *Package type selection* -t,–type= Choose packaging system -S Build a Slackware package -R Build a [...]
Posts Tagged ‘rpm’
linux:サーバのアーキテクチャを調べるには
9月 18th, 2008
admin パッケージをインストールするとき、どのアーキテクチャを選択すればよいかわからない時はuname -a # uname -a Linux localhost.localdomain 2.6.9-023stab046.2-smp #1 SMP Mon Dec 10 15:04:55 MSK 2007 x86_64 x86_64 x86_64 GNU/Linux 後ろのほうのx86_64がそのサーバのアーキテクチャ。 他にi386やi686などがある。 noarchは全アーキテクチャ共通のパッケージ

Posted in
Tags: