Difference between revisions of "Instal wine"

From OnnoWiki
Jump to navigation Jump to search
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
  
Instalasi wine
 
  
sudo sudo dpkg --add-architecture i386
+
==Cara 1==
sudo apt update
 
sudo apt -y install wine-stable wine32
 
  
 +
sudo su
 +
apt update
 +
dpkg --add-architecture i386
 +
apt update
 +
apt -y install wine64 wine32
  
==PROBLEM: wine Gecko==
 
  
sudo mkdir -p usr/share/wine/gecko
+
==Cara 2==
cd ~/Downloads/
 
wget http://dl.winehq.org/wine/wine-gecko/2.47.1/wine-gecko-2.47.1-x86_64.msi
 
sudo mv wine-gecko-2.47.1-x86_64.msi usr/share/wine/gecko
 
  
==PROBLEM: Font==
+
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
  
Jika ada masalah dalam mendownload font, pastikan [[komputer]] kita tersambung ke [[Internet]] dan lakukan secara manual
+
apt --install-recommends winehq-devel
  
  dpkg-reconfigure ttf-mscorefonts-installer
+
atau
 +
 
 +
apt install --install-recommends winehq-staging
 +
 
 +
atau
 +
 
 +
  dpkg-reconfigure wine-<packagename>-amd64 wine-<packagename>
 +
wine-<packagename>-i386
  
jika ada pertanyaan bisa kita kosongkan (tekan tab) dan pilih <Ok>
 
  
  

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


Pranala Menarik