テキストから図を自動生成する事が出来る「graphviz」をインストールしようとした時に、 思わぬエラーに遭遇しました。 # yum install graphviz Loaded plugins: fastestmirror Loading mirror speeds from cached hostfile * base: ftp.nara.wide.ad.jp * epel... 続きを読む
Fedora10での話です。 現在、ネトゲアンテナのクローラーがFedora10で走っているのですが、たまには相手してあげようと思ってyumで更新しようと思いました。 とりあえずyum自体が古そうなので yum update yum と入力すると Loaded plugins: refresh-packagekit ... 続きを読む
This article is specific to CentOS, however the packages required for yum here are the same on other flavors The scripts shown below install all the packages upon which yum depends for a 386 distro (Need separate 64 bit instructions) Please n... 続きを読む
CentOS 5.5速攻解決したけど、オプションを忘れそう■事象yum でパッケージ入れようとしたら、署名がないって怒られる。 Package PACKAGE_NAME.rpm is not signed ■対処署名なしオプションで回避 [root@yunspire ~]# yum install --nogpgcheck awstats-7.0-1.n... 続きを読む
RPMForgeをCentOS(RHEL)のyumリポジトリに追加する CentOSはパッケージ管理をyumで行います。 そのyumが参照するパッケージのリポジトリには、CentOS公式のリポジトリ以外にも複数あります。 使いたいパッケージがあるのに、それが公式リポジトリにないことは多... 続きを読む
Available Repositories for CentOS There are several repositories provided by CentOS and other 3rd party developers that offer software packages that are not included in the default base and updates repositories. While no list can be 100% comp... 続きを読む
JPakcageをCentOS(RHEL)のyumリポジトリに追加する JPackageは、Linux用Javaソフトウェアリポジトリを目指しているコミュニティプロジェクトです。 CentOS(RHEL)には OpenJDK や jpackage-utilsなど、Java系の標準パッケージとしてJPackage製のパッケージが入っ... 続きを読む
カテゴリー .NetFramework (4) Android (21) Apache (3) Apple (16) Apple TV (5) Aspire ONE (7) AWStats (3) Beagle Board (3) Boot Camp (3) CATV (1) CentOS (48) Chrome OS (1) CSS (3) Cydia (6) Darwin Streaming Server (6) DOS (1) EMOBILE (3) Fedora... 続きを読む
CentOSのyumでgitを入れようとしても、標準のレポジトリにはありません。 私の場合はrpmforgeからとってきます。rpmforgeの設定はすぐですので、CentOS/rpmforgeリポジトリ - ひつじ帳などを参考に入れておくと便利です。もちろん、通常時はこのレポジトリを使... 続きを読む
/etc/profile.d/proxy.sh(パーミッションを 755) export http_proxy=http://serveripaddress:port/ export ftp_proxy =http://serveripaddress:port/ export HTTP_PROXY=http://serveripaddress:port/ export FTP_PROXY =http://serveripaddress:port/ ▲ ▼/et... 続きを読む
... filelists.sqlite.bz2 | 3.3 MB 00:01 filelists.sqlite.bz2 | 2.5 MB 00:02 http://www.ftp.ne.jp/Linux/packages/CentOS/5.4/updates/i386/repodata/filelists.sqlite.bz2: [Errno -1] Metadata file does not match checksum Trying other mirror. ... 続きを読む
CentOS 5.3 をインストールして yum -y update するとエラーが。どうやら fastestmirror 使ってるとたまになるらしい。(ほんまか?)以下で解決。 # yum makecache --disableplugin=fastestmirror 続きを読む
なぜか、yum updateで以下のようなエラーでアップデートできない。 Transaction Check Error: file /usr/share/emacs/site-lisp/psvn.el from install of subversion-1.6.12-0.1.el5.rf.x86_64 conflicts with file from package subversion-1.4.2-4.el5_3.1.i3... 続きを読む
yum update中にctrl+cでupdateを中断したために、二回目のyum updateでパッケージの競合がおきた。 ○こんな感じ file /usr/sbin/avcstat from install of libselinux-utils-1.33.4-5.5.el5 conflicts with file from package libselinux-1.33.4-5.el5 file /us... 続きを読む
April 15, 2009 – 12:20 pm CentOS5.3が4月1日にリリースされたのを知り、我がサーバーでもアップグレード作業をおこなった。また、この機会にということで、clamavそしてWordPressについても最新版に更新した。このエントリーは更新時作業のメモとして残した... 続きを読む
# yum update (省略) other.xml.gz 100% |=========================| 3.9 MB 00:00 http://ftp.riken.go.jp/Linux/fedora/core/updates/5/i386/repodata/ other.xml.gz: [Errno -1] Metadata file does not match checksum (省略) これは、リポ... 続きを読む
yum はdebian でいうapt-get みたいなものと説明すれば一番わかりやすいでしょう。Red Hat の頃はup2date というパッケージをアップグレードするコマンドがありましたが、Fedora Core からはyum に置き換わっています。手元にパッケージがなくても依存関係を考... 続きを読む