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

rhn_register由于您正在运行 RHEL,因此您需要通过该命令将系统注册到 RedHat 。有关如何执行此操作的更多详细信息,请参阅http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/5.4/html/Reference_Guide/ch-register.html 。

完成此操作后,您可以成功使用yum updateyum install ...

于 2011-03-30T02:26:20.547 回答