# yum-priorities ตัวนี้ไม่รู้ใช้ทำไรไม่ติดตั้งก็ได้มั้งคิดว่านะ
yum install yum-priorities
# ทำการเพิ่ม repo เลย
rpm -Uhv http://apt.sw.be/redhat/el5/en/i386/rpmforge/RPMS/rpmforge-release-0.3.6-1.el5.rf.i386.rpm
# หลังจากเพิ่มแหละ ทำการอัพเดทยัมหน่อย
yum update
# ติดตั้งโปรแกรมได้ตามสบายเลย
yum install vlc
yum install xmms xmms-mp3 xmms-wma xmms-skins
yum install mplayer
yum install unrar
การใช้ yum เบื้องต้น
# If you've done that, the rest is simple. Upgrade your system by doing:
yum update
# You can add new software by typing:yum install <name of package>
# Or update installed software:yum update <name of package>
# Or search for software in the local repository meta-data:yum search <keyword>
# Or simply list all available software:yum list available
# From time to time you may want to save some diskspace:yum clean
yum remove <name of package>
Notes:
- ยังหา font thai สำหรับ xmms ไม่ได้เลยหว่า บน CentOS เค้าทำไงกันหรือเค้าไม่ใช้กัน
- คงต้องฟังเพลง ต่างประเทศ ไปพลางๆ แล้วเรา xp ก็ยังเดี้ยงไม่หายเลยหว่า
- การใช้ yum ก็คล้ายๆ กับ apt-get , aptitude เลยนะ จะว่าเหมือนก็น่าจะได้หรือป่าวหว่า
References:
- http://dag.wieers.com/rpm/FAQ.php#B
- http://geekzine.org/2009/01/26/how-to-add-rpmforge-repository-to-centos-52/
- http://www.cyberciti.biz/faq/rhel-centos-fedora-media-mp3-players-installtion/
- http://www.bauer-power.net/2009/02/installing-ndiswrapper-on-centos-52.html
- http://stackoverflow.com/questions/145209/mounting-ntfs-filesystem-on-centos-5-2
- http://wiki.centos.org/TipsAndTricks/NTFS
No comments:
Post a Comment