1

RHEL 5.5 に emacs をインストールしようとすると、次のエラーが表示されます。

 $ sudo yum install emacs
 Loaded plugins: rhnplugin, security
 This system is not registered with RHN.
 RHN support will be disabled.
 Setting up Install Process
 No package emacs available.
 Nothing to do

rpmforge は既にインストール済みです。emacs を検索しようとすると、次のようになります。

================================================= Matched: emacs ==================================================
crm114-emacs.x86_64 : Emacs mode for CRM114
ed.x86_64 : The GNU line editor.
emacs-git.x86_64 : Git version control system support for Emacs
emacs-ocaml.x86_64 : Emacs mode for Objective Caml
gpm.i386 : A mouse server for the Linux console.
gpm.x86_64 : A mouse server for the Linux console.
ne.x86_64 : Nice editor
perl-Games-Dissociate.noarch : Dissociated Press algorithm and filter
ratpoison.x86_64 : Ratpoison window manager
readline.i386 : A library for editing typed command lines.
readline.x86_64 : A library for editing typed command lines.
sylpheed.x86_64 : Full-featured GTK+ based fast e-mail client
texmacs.x86_64 : Structured WYSIWYG scientific text editor

どこで emacs を見つけることができますか? (または、ソースからダウンロードしてコンパイルする必要がありますか?) ありがとう

4

1 に答える 1

1

RHEL を実行しているため、rhn_registerコマンドを使用してシステムを RedHat に登録する必要があります。これを行う方法の詳細については、http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/5.4/html/Reference_Guide/ch-register.htmlを参照してください。

これが完了するyum updateと、yum install ...などを正常に使用できます。

于 2011-03-30T02:26:20.547 に答える