Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

echo Instalar MAte Desktop

yum --enablerepo=epel -y groups install "MATE Desktop"


echo Instalar KDE Desktop
yum -y groups install "KDE Plasma Workspaces"
echo Instalar emulador
yum install epel-release
yum install wine
winecfg
To run the Wine, you must specify the full path to the executable program or program name as shown in example
below.
--------- On 32-bit Systems --------$ wine notepad
$ wine c:\\windows\\notepad.exe
--------- On 64-bit Systems --------$ wine64 notepad
$ wine64 c:\\windows\\notepad.exe

file:///C|/Users/Paul/Desktop/AD%20LINUX/Desktop/Entornos%20escritorio.txt[17/10/2016 8:14:17]

You might also like