Difference between revisions of "Instal wine"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 1: | Line 1: | ||
Pastikan anda tersambung ke [[Internet]] karena kita perlu mendownload beberapa font | Pastikan anda tersambung ke [[Internet]] karena kita perlu mendownload beberapa font | ||
− | |||
− | + | ==Cara 1== | |
− | |||
− | |||
+ | sudo su | ||
+ | apt update | ||
+ | dpkg --add-architecture i386 | ||
+ | apt update | ||
+ | apt -y install wine64 wine32 | ||
− | |||
− | + | ==Cara 2== | |
− | |||
− | |||
− | |||
− | + | sudo su | |
+ | dpkg --add-architecture i386 | ||
+ | wget -O – https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - | ||
+ | add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ focal main’ | ||
+ | apt update | ||
+ | apt install --install-recommends winehq-stable | ||
+ | atau | ||
− | + | apt --install-recommends winehq-devel | |
− | dpkg-reconfigure | + | atau |
+ | |||
+ | apt install --install-recommends winehq-staging | ||
+ | |||
+ | atau | ||
+ | |||
+ | dpkg-reconfigure wine-<packagename>-amd64 wine-<packagename> | ||
+ | wine-<packagename>-i386 | ||
− | |||
Revision as of 11:45, 13 October 2020
Pastikan anda tersambung ke Internet karena kita perlu mendownload beberapa font
Cara 1
sudo su apt update dpkg --add-architecture i386 apt update apt -y install wine64 wine32
Cara 2
sudo su dpkg --add-architecture i386 wget -O – https://dl.winehq.org/wine-builds/winehq.key | sudo apt-key add - add-apt-repository ‘deb https://dl.winehq.org/wine-builds/ubuntu/ focal main’ apt update apt install --install-recommends winehq-stable
atau
apt --install-recommends winehq-devel
atau
apt install --install-recommends winehq-staging
atau
dpkg-reconfigure wine-<packagename>-amd64 wine-<packagename>
wine-<packagename>-i386