Chinaunix首页 | 论坛 | 博客
  • 博客访问: 101955
  • 博文数量: 68
  • 博客积分: 2225
  • 博客等级: 大尉
  • 技术积分: 775
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-21 12:36
文章分类

全部博文(68)

文章存档

2011年(42)

2010年(26)

我的朋友

分类: LINUX

2011-05-24 13:07:25

Open a terminal (Applications > Accessories > Terminal) and become root by typing:
  1. su
Then we run these two commands to add the new repositories to our existing repositories:
  1. cd /etc/yum.repos.d/
  2. wget
Now we must enable the kbs-CentOS-Testing repository. To do this, we open the file kbsingh-CentOS-Extras.repo and change enabled=0 to enabled=1 in the kbs-CentOS-Testing stanza:
  1. gedit kbsingh-CentOS-Extras.repo

  1. # All new packages are now released to the testing repository first
  2. # and only moved into Stable after a period of time
  3. # Note: The testing repository is disabled by default

  4. [kbs-CentOS-Extras]
  5. name=CentOS.Karan.Org-EL$releasever - Stable
  6. gpgcheck=1
  7. gpgkey=
  8. enabled=1
  9. baseurl=

  10. [kbs-CentOS-Testing]
  11. name=CentOS.Karan.Org-EL$releasever - Testing
  12. gpgcheck=1
  13. gpgkey=
  14. enabled=1
  15. baseurl=

Then we import the GPG key of our new repository:
  1. rpm --import
Now we can install Beryl with a single command:
  1. yum install beryl
This will install Beryl and all needed dependencies on your system.

阅读(271) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~