Home > Articles to CentOS , Linux server maintenance > Install RAR files support on CentOS

RAR files support installation on CentOS

Throughout your generations brief about installing RAR files support on CentOS by using RPM.

First of all came to the RPM files that are available at:

http://dag.wieers.com/packages/unrar

After selecting the file to the desired RPM, run the following commands in the window Consul:

wget http://dag.wieers.com/rpm/packages/unrar/unrar-Version.el5.rf.Architecture.rpm
rpm -Uvh unrar-Version.el5.rf.Architecture.rpm

לשם הדגמה, אלו פעולות שצריך לבצע עבור ספריית ה-unrar החדשה ביותר(לרגע כתיבת שורות אלו):

wget http://dag.wieers.com/rpm/packages/unrar/unrar-3.7.4-1.el5.rf.i386.rpm
rpm -Uvh unrar-3.7.4-1.el5.rf.i386.rpm

קחו בחשבון שבמידה ואתם רצים בתצורת 64bit אז הפקודה צריכה להיראות ככה(לרגע כתיבת שורות אלו):

wget http://dag.wieers.com/rpm/packages/unrar/unrar-3.7.4-1.el5.rf.x86_64.rpm
rpm -Uvh unrar-3.7.4-1.el5.rf.x86_64.rpm

זהו! סיימנו להתקין את התמיכה בקבצי RAR. עכשיו כל שעליכם לעשות בכדי לחלץ קובץ RAR זה להריץ את הפקודה הבאה:

unrar e -kb filename.rar

filename.rar = שם קובץ ה-RAR שברצונכם לחלץ.
בהצלחה!

Related posts:

  1. התקנת PHPMyAdmin בCentOS
  1. אין תגובות עדיין.
  1. אין הפניות עדיין.