, ,

Ubuntu – How to Install Apple Safari in Ubuntu 12.04, 12.10, 13.10, 14.04, 14.10

Apple Safari Installation in Ubuntu

Firstly install PlayOnLinux, which allow easy installation of Safari in Ubuntu.
PlayOnLinux also enables the easy installation of several games and application designed to run with Microsoft Windows.

PlayOnLinux

wget -q -O- http://deb.playonlinux.com/public.gpg | 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

# useful dependencies
sudo apt-get install -y curl p7zip-full

# install playonlinux

sudo apt-get install -y playonlinux

Start PlayOnLinux
Start PlayOnLinux in the shell console and follow start up the instructions

playonlinux

Install Safari from inside PlayOnLinux
Select Button [+ Install] -> [Internet] -> [Safari] to install Apple Safari

Note!

  • The browser installation usually takes a couple of minutes because PlayOnLinux also has to download Safari.
  • The browser installation often hangs again and again! Just cancel and restart the installation from PlayOnLinux. Try, try again.
    You may have to restart 3-4 times until the final steps work without hanging.
  • The installed Safari browser can only be launched from inside PlayOnLinux through the menu.

Alternative Installation of Safari using Wine

# install wine
sudo apt-get install -y wine

# create download and build directory
mkdir -p ~/build/safari
cd  ~/build/safari

# download
wget http://appldnld.apple.com/Safari5/041-5487.20120509.INU8B/SafariSetup.exe

# wine
wine SafariSetup.exe

References

1. Apple Safari Home: http://www.apple.com/safari/
2. Guide: http://techhamlet.com/2012/03/how-to-easily-install-safari-in-linux-the-new-updated-guide/
3. Play-On-Linux: http://www.playonlinux.com/en/
4. Manual Download of PlayOnLinux: http://www.playonlinux.com/en/download.html