CENTOS 6.5 : How to install Wine |
|
|
|
Ditulis oleh Tutor TKJ CLUB
|
Jumat, 10 Januari 2014 22:14 |
Instalasi WINE pada Centos 6.5 melalui beberapa step seperti pada tutorial dibawah ini :
- Download the latest epel-release rpm from
(a) http://dl.fedoraproject.org/pub/epel/6/SRPMS/epel-release-6-8.src.rpm
(b) http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
- Install epel-release rpm:
# rpm -Uvh epel-release*rpm
- Install epel-release rpm package:
# yum install epel-release
#yum list all;
#yum update all;
#yum install wine* -y;
Sumber : www.tkjclub.net |