Centos8 Wine 노트
1586 단어 Centos8
1. EPRL 추가:
cd /etc/yum.repos.d
touch EPEL.repo
vim EPEL.repo
[epel_yum]
name=yum from epel
baseurl=https://dl.fedoraproject.org/pub/epel/7/x86_64
gpgcheck=0
2. wine 설치:
yum clean all
yum install -y wine
wine --version
sudo yum remove wine*