Jump to content

PlayOnLinux: Difference between revisions

From Wiki
m Kangtain moved page Software/PlayOnLinux to PlayOnLinux over redirect
No edit summary
 
Line 5: Line 5:


===For the Cosmic version===
===For the Cosmic version===
<syntaxhighlight lang="shell">
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo wget http://deb.playonlinux.com/playonlinux_cosmic.list -O /etc/apt/sources.list.d/playonlinux.list
sudo wget http://deb.playonlinux.com/playonlinux_cosmic.list -O /etc/apt/sources.list.d/playonlinux.list
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get update
sudo apt-get update
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get install playonlinux
sudo apt-get install playonlinux
</syntaxhighlight>


===For the Bionic version===
===For the Bionic version===
<syntaxhighlight lang="shell">
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get update
sudo apt-get update
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get install playonlinux
sudo apt-get install playonlinux
</syntaxhighlight>


===For the Xenial version===
===For the Xenial version===
<syntaxhighlight lang="shell">
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo wget http://deb.playonlinux.com/playonlinux_xenial.list -O /etc/apt/sources.list.d/playonlinux.list
sudo wget http://deb.playonlinux.com/playonlinux_xenial.list -O /etc/apt/sources.list.d/playonlinux.list
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get update
sudo apt-get update
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get install playonlinux
sudo apt-get install playonlinux
</syntaxhighlight>


===For the Trusty version===
===For the Trusty version===
<syntaxhighlight lang="shell">
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get update
sudo apt-get update
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get install playonlinux
sudo apt-get install playonlinux
</syntaxhighlight>


===For the Saucy version===
===For the Saucy version===
<syntaxhighlight lang="shell">
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo wget http://deb.playonlinux.com/playonlinux_saucy.list -O /etc/apt/sources.list.d/playonlinux.list
sudo wget http://deb.playonlinux.com/playonlinux_saucy.list -O /etc/apt/sources.list.d/playonlinux.list
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get update
sudo apt-get update
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get install playonlinux
sudo apt-get install playonlinux
</syntaxhighlight>


===For the Precise version===
===For the Precise version===
<syntaxhighlight lang="shell">
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get update
sudo apt-get update
</syntaxhighlight>


<syntaxhighlight lang="shell">
sudo apt-get install playonlinux
sudo apt-get install playonlinux
</syntaxhighlight>


==Terkait==
==Terkait==

Latest revision as of 18:39, 2 November 2025

PlayOnLinux adalah sebuah program untuk menjalankan aplikasi Windows di Linux.

Instalasi

Sebelum kalian menginstall PlayOnLinux kalian terlebih dulu install wine.

For the Cosmic version

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_cosmic.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

For the Bionic version

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_bionic.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

For the Xenial version

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_xenial.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

For the Trusty version

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_trusty.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

For the Saucy version

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_saucy.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

For the Precise version

wget -q "http://deb.playonlinux.com/public.gpg" -O- | sudo apt-key add -
sudo wget http://deb.playonlinux.com/playonlinux_precise.list -O /etc/apt/sources.list.d/playonlinux.list
sudo apt-get update
sudo apt-get install playonlinux

Terkait