Is it possible to install Safari on Ubuntu 14.04?
I would like to debug a browser compatibility issue with Safari. I don't have a Mac and Windows. I am interested if its still possible to install Safari on Ubuntu 14.04. I've tried using Wine 1.6.2 by installing the last version of Safari that works with Windows. While it installs, it does not launch.
14.04 wine
add a comment |
I would like to debug a browser compatibility issue with Safari. I don't have a Mac and Windows. I am interested if its still possible to install Safari on Ubuntu 14.04. I've tried using Wine 1.6.2 by installing the last version of Safari that works with Windows. While it installs, it does not launch.
14.04 wine
refer here and here
– Ravan
Sep 21 '15 at 3:40
I'm afraid I haven't found anything that works reliably. I tried both @abdulla-nilam's WineTricks answer, and also PlayOnLinux. The latter gave better instructions but both ended up with the same result: An old version of Safari that crashes on half the pages I tried loading.
– Michael Scheper
Nov 4 '16 at 23:16
add a comment |
I would like to debug a browser compatibility issue with Safari. I don't have a Mac and Windows. I am interested if its still possible to install Safari on Ubuntu 14.04. I've tried using Wine 1.6.2 by installing the last version of Safari that works with Windows. While it installs, it does not launch.
14.04 wine
I would like to debug a browser compatibility issue with Safari. I don't have a Mac and Windows. I am interested if its still possible to install Safari on Ubuntu 14.04. I've tried using Wine 1.6.2 by installing the last version of Safari that works with Windows. While it installs, it does not launch.
14.04 wine
14.04 wine
edited Feb 10 '17 at 12:58
muru
1
1
asked Sep 21 '15 at 3:29
Emerson ManingoEmerson Maningo
119114
119114
refer here and here
– Ravan
Sep 21 '15 at 3:40
I'm afraid I haven't found anything that works reliably. I tried both @abdulla-nilam's WineTricks answer, and also PlayOnLinux. The latter gave better instructions but both ended up with the same result: An old version of Safari that crashes on half the pages I tried loading.
– Michael Scheper
Nov 4 '16 at 23:16
add a comment |
refer here and here
– Ravan
Sep 21 '15 at 3:40
I'm afraid I haven't found anything that works reliably. I tried both @abdulla-nilam's WineTricks answer, and also PlayOnLinux. The latter gave better instructions but both ended up with the same result: An old version of Safari that crashes on half the pages I tried loading.
– Michael Scheper
Nov 4 '16 at 23:16
refer here and here
– Ravan
Sep 21 '15 at 3:40
refer here and here
– Ravan
Sep 21 '15 at 3:40
I'm afraid I haven't found anything that works reliably. I tried both @abdulla-nilam's WineTricks answer, and also PlayOnLinux. The latter gave better instructions but both ended up with the same result: An old version of Safari that crashes on half the pages I tried loading.
– Michael Scheper
Nov 4 '16 at 23:16
I'm afraid I haven't found anything that works reliably. I tried both @abdulla-nilam's WineTricks answer, and also PlayOnLinux. The latter gave better instructions but both ended up with the same result: An old version of Safari that crashes on half the pages I tried loading.
– Michael Scheper
Nov 4 '16 at 23:16
add a comment |
4 Answers
4
active
oldest
votes
Install wine
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install -y wine1.7
then load wine through start menu
click - Install an app
Select - Select Safari
Click - OK
5
For future reference: The application from the screenshots in this answer is notwine
butwinetricks
.
– Afri
Sep 29 '16 at 12:09
3
Thanks, @5chdn. To clarify, we need to runapt-get install winetricks
and thenwinetricks
, from the command line, to see the dialogues above. For me, it installed Safari 5.0, which blew up the first time I tried running it, but worked the second time. Unfortunately, my keyboard remappings don't work in it, but this is good enough.
– Michael Scheper
Nov 4 '16 at 22:51
... actually, it crashes on half the pages I try to load. I might need to borrow a Mac from somewhere.
– Michael Scheper
Nov 4 '16 at 22:55
add a comment |
StackOverflow has some answers but I am trying to find out if they're up-to-date. EDIT: yea, they're out of date. Safari on Windows ended when Safari 6 started. Maybe it can be done legally or ethically in virtualbox.
(The remainder is wrong if you want OSX >=6.0) Basically, install Wine and possibly playonlinux, but I don't know if you can get Safari 9. So far I just found out you can get Safari 5. Here's a page of advice without a date on it.
Maybe one of these will work! Haven't tried it yet ....
https://www.maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/ (without playonlinux)
http://thegeekdaily.com/install-safari-on-ubuntu/ (with playonlinux).
incidentally, found this too, in case someone needs to do debugging on an iphone or ipad: blog.cordslatton.com/2010/11/… i will try to stop abusing the format now
– Hill of Beans
Dec 5 '15 at 18:33
1
Note that using Wine won't help - Safari for Windows has been dead for over a year, and I mean dead with no security updates or support... they stopped at Safari 5 or 6 I believe... so you lose a lot of features and support that you probably seek
– Thomas Ward♦
Dec 6 '15 at 3:59
I've been trying to find an OSX virtualbox for a very long time. ☹ Even Microsoft has worked out that if they want people to develop sites for their stupid browser, they need to make it free and easy to test on. No wonder so few of my clients care about Safari anymore.
– Michael Scheper
Nov 4 '16 at 23:13
add a comment |
Safari uses webkit as web browser engine. You can use epiphany-browser
which also uses webkit engine for debugging and checking the compatibility:
sudo apt install epiphany-browser
add a comment |
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
Apple Safari Home: http://www.apple.com/safari/
Guide: http://techhamlet.com/2012/03/how-to-easily-install-safari-in-linux-the-new-updated-guide/
Play-On-Linux: http://www.playonlinux.com/en/
Manual Download of PlayOnLinux: http://www.playonlinux.com/en/download.html
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f676496%2fis-it-possible-to-install-safari-on-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
Install wine
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install -y wine1.7
then load wine through start menu
click - Install an app
Select - Select Safari
Click - OK
5
For future reference: The application from the screenshots in this answer is notwine
butwinetricks
.
– Afri
Sep 29 '16 at 12:09
3
Thanks, @5chdn. To clarify, we need to runapt-get install winetricks
and thenwinetricks
, from the command line, to see the dialogues above. For me, it installed Safari 5.0, which blew up the first time I tried running it, but worked the second time. Unfortunately, my keyboard remappings don't work in it, but this is good enough.
– Michael Scheper
Nov 4 '16 at 22:51
... actually, it crashes on half the pages I try to load. I might need to borrow a Mac from somewhere.
– Michael Scheper
Nov 4 '16 at 22:55
add a comment |
Install wine
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install -y wine1.7
then load wine through start menu
click - Install an app
Select - Select Safari
Click - OK
5
For future reference: The application from the screenshots in this answer is notwine
butwinetricks
.
– Afri
Sep 29 '16 at 12:09
3
Thanks, @5chdn. To clarify, we need to runapt-get install winetricks
and thenwinetricks
, from the command line, to see the dialogues above. For me, it installed Safari 5.0, which blew up the first time I tried running it, but worked the second time. Unfortunately, my keyboard remappings don't work in it, but this is good enough.
– Michael Scheper
Nov 4 '16 at 22:51
... actually, it crashes on half the pages I try to load. I might need to borrow a Mac from somewhere.
– Michael Scheper
Nov 4 '16 at 22:55
add a comment |
Install wine
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install -y wine1.7
then load wine through start menu
click - Install an app
Select - Select Safari
Click - OK
Install wine
$ sudo add-apt-repository ppa:ubuntu-wine/ppa
$ sudo apt-get update
$ sudo apt-get install -y wine1.7
then load wine through start menu
click - Install an app
Select - Select Safari
Click - OK
answered Dec 6 '15 at 8:10
Abdulla NilamAbdulla Nilam
252317
252317
5
For future reference: The application from the screenshots in this answer is notwine
butwinetricks
.
– Afri
Sep 29 '16 at 12:09
3
Thanks, @5chdn. To clarify, we need to runapt-get install winetricks
and thenwinetricks
, from the command line, to see the dialogues above. For me, it installed Safari 5.0, which blew up the first time I tried running it, but worked the second time. Unfortunately, my keyboard remappings don't work in it, but this is good enough.
– Michael Scheper
Nov 4 '16 at 22:51
... actually, it crashes on half the pages I try to load. I might need to borrow a Mac from somewhere.
– Michael Scheper
Nov 4 '16 at 22:55
add a comment |
5
For future reference: The application from the screenshots in this answer is notwine
butwinetricks
.
– Afri
Sep 29 '16 at 12:09
3
Thanks, @5chdn. To clarify, we need to runapt-get install winetricks
and thenwinetricks
, from the command line, to see the dialogues above. For me, it installed Safari 5.0, which blew up the first time I tried running it, but worked the second time. Unfortunately, my keyboard remappings don't work in it, but this is good enough.
– Michael Scheper
Nov 4 '16 at 22:51
... actually, it crashes on half the pages I try to load. I might need to borrow a Mac from somewhere.
– Michael Scheper
Nov 4 '16 at 22:55
5
5
For future reference: The application from the screenshots in this answer is not
wine
but winetricks
.– Afri
Sep 29 '16 at 12:09
For future reference: The application from the screenshots in this answer is not
wine
but winetricks
.– Afri
Sep 29 '16 at 12:09
3
3
Thanks, @5chdn. To clarify, we need to run
apt-get install winetricks
and then winetricks
, from the command line, to see the dialogues above. For me, it installed Safari 5.0, which blew up the first time I tried running it, but worked the second time. Unfortunately, my keyboard remappings don't work in it, but this is good enough.– Michael Scheper
Nov 4 '16 at 22:51
Thanks, @5chdn. To clarify, we need to run
apt-get install winetricks
and then winetricks
, from the command line, to see the dialogues above. For me, it installed Safari 5.0, which blew up the first time I tried running it, but worked the second time. Unfortunately, my keyboard remappings don't work in it, but this is good enough.– Michael Scheper
Nov 4 '16 at 22:51
... actually, it crashes on half the pages I try to load. I might need to borrow a Mac from somewhere.
– Michael Scheper
Nov 4 '16 at 22:55
... actually, it crashes on half the pages I try to load. I might need to borrow a Mac from somewhere.
– Michael Scheper
Nov 4 '16 at 22:55
add a comment |
StackOverflow has some answers but I am trying to find out if they're up-to-date. EDIT: yea, they're out of date. Safari on Windows ended when Safari 6 started. Maybe it can be done legally or ethically in virtualbox.
(The remainder is wrong if you want OSX >=6.0) Basically, install Wine and possibly playonlinux, but I don't know if you can get Safari 9. So far I just found out you can get Safari 5. Here's a page of advice without a date on it.
Maybe one of these will work! Haven't tried it yet ....
https://www.maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/ (without playonlinux)
http://thegeekdaily.com/install-safari-on-ubuntu/ (with playonlinux).
incidentally, found this too, in case someone needs to do debugging on an iphone or ipad: blog.cordslatton.com/2010/11/… i will try to stop abusing the format now
– Hill of Beans
Dec 5 '15 at 18:33
1
Note that using Wine won't help - Safari for Windows has been dead for over a year, and I mean dead with no security updates or support... they stopped at Safari 5 or 6 I believe... so you lose a lot of features and support that you probably seek
– Thomas Ward♦
Dec 6 '15 at 3:59
I've been trying to find an OSX virtualbox for a very long time. ☹ Even Microsoft has worked out that if they want people to develop sites for their stupid browser, they need to make it free and easy to test on. No wonder so few of my clients care about Safari anymore.
– Michael Scheper
Nov 4 '16 at 23:13
add a comment |
StackOverflow has some answers but I am trying to find out if they're up-to-date. EDIT: yea, they're out of date. Safari on Windows ended when Safari 6 started. Maybe it can be done legally or ethically in virtualbox.
(The remainder is wrong if you want OSX >=6.0) Basically, install Wine and possibly playonlinux, but I don't know if you can get Safari 9. So far I just found out you can get Safari 5. Here's a page of advice without a date on it.
Maybe one of these will work! Haven't tried it yet ....
https://www.maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/ (without playonlinux)
http://thegeekdaily.com/install-safari-on-ubuntu/ (with playonlinux).
incidentally, found this too, in case someone needs to do debugging on an iphone or ipad: blog.cordslatton.com/2010/11/… i will try to stop abusing the format now
– Hill of Beans
Dec 5 '15 at 18:33
1
Note that using Wine won't help - Safari for Windows has been dead for over a year, and I mean dead with no security updates or support... they stopped at Safari 5 or 6 I believe... so you lose a lot of features and support that you probably seek
– Thomas Ward♦
Dec 6 '15 at 3:59
I've been trying to find an OSX virtualbox for a very long time. ☹ Even Microsoft has worked out that if they want people to develop sites for their stupid browser, they need to make it free and easy to test on. No wonder so few of my clients care about Safari anymore.
– Michael Scheper
Nov 4 '16 at 23:13
add a comment |
StackOverflow has some answers but I am trying to find out if they're up-to-date. EDIT: yea, they're out of date. Safari on Windows ended when Safari 6 started. Maybe it can be done legally or ethically in virtualbox.
(The remainder is wrong if you want OSX >=6.0) Basically, install Wine and possibly playonlinux, but I don't know if you can get Safari 9. So far I just found out you can get Safari 5. Here's a page of advice without a date on it.
Maybe one of these will work! Haven't tried it yet ....
https://www.maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/ (without playonlinux)
http://thegeekdaily.com/install-safari-on-ubuntu/ (with playonlinux).
StackOverflow has some answers but I am trying to find out if they're up-to-date. EDIT: yea, they're out of date. Safari on Windows ended when Safari 6 started. Maybe it can be done legally or ethically in virtualbox.
(The remainder is wrong if you want OSX >=6.0) Basically, install Wine and possibly playonlinux, but I don't know if you can get Safari 9. So far I just found out you can get Safari 5. Here's a page of advice without a date on it.
Maybe one of these will work! Haven't tried it yet ....
https://www.maketecheasier.com/how-to-install-safari-internet-explorer-opera-on-ubuntu/ (without playonlinux)
http://thegeekdaily.com/install-safari-on-ubuntu/ (with playonlinux).
edited Dec 6 '15 at 4:47
answered Dec 5 '15 at 18:22
Hill of BeansHill of Beans
386
386
incidentally, found this too, in case someone needs to do debugging on an iphone or ipad: blog.cordslatton.com/2010/11/… i will try to stop abusing the format now
– Hill of Beans
Dec 5 '15 at 18:33
1
Note that using Wine won't help - Safari for Windows has been dead for over a year, and I mean dead with no security updates or support... they stopped at Safari 5 or 6 I believe... so you lose a lot of features and support that you probably seek
– Thomas Ward♦
Dec 6 '15 at 3:59
I've been trying to find an OSX virtualbox for a very long time. ☹ Even Microsoft has worked out that if they want people to develop sites for their stupid browser, they need to make it free and easy to test on. No wonder so few of my clients care about Safari anymore.
– Michael Scheper
Nov 4 '16 at 23:13
add a comment |
incidentally, found this too, in case someone needs to do debugging on an iphone or ipad: blog.cordslatton.com/2010/11/… i will try to stop abusing the format now
– Hill of Beans
Dec 5 '15 at 18:33
1
Note that using Wine won't help - Safari for Windows has been dead for over a year, and I mean dead with no security updates or support... they stopped at Safari 5 or 6 I believe... so you lose a lot of features and support that you probably seek
– Thomas Ward♦
Dec 6 '15 at 3:59
I've been trying to find an OSX virtualbox for a very long time. ☹ Even Microsoft has worked out that if they want people to develop sites for their stupid browser, they need to make it free and easy to test on. No wonder so few of my clients care about Safari anymore.
– Michael Scheper
Nov 4 '16 at 23:13
incidentally, found this too, in case someone needs to do debugging on an iphone or ipad: blog.cordslatton.com/2010/11/… i will try to stop abusing the format now
– Hill of Beans
Dec 5 '15 at 18:33
incidentally, found this too, in case someone needs to do debugging on an iphone or ipad: blog.cordslatton.com/2010/11/… i will try to stop abusing the format now
– Hill of Beans
Dec 5 '15 at 18:33
1
1
Note that using Wine won't help - Safari for Windows has been dead for over a year, and I mean dead with no security updates or support... they stopped at Safari 5 or 6 I believe... so you lose a lot of features and support that you probably seek
– Thomas Ward♦
Dec 6 '15 at 3:59
Note that using Wine won't help - Safari for Windows has been dead for over a year, and I mean dead with no security updates or support... they stopped at Safari 5 or 6 I believe... so you lose a lot of features and support that you probably seek
– Thomas Ward♦
Dec 6 '15 at 3:59
I've been trying to find an OSX virtualbox for a very long time. ☹ Even Microsoft has worked out that if they want people to develop sites for their stupid browser, they need to make it free and easy to test on. No wonder so few of my clients care about Safari anymore.
– Michael Scheper
Nov 4 '16 at 23:13
I've been trying to find an OSX virtualbox for a very long time. ☹ Even Microsoft has worked out that if they want people to develop sites for their stupid browser, they need to make it free and easy to test on. No wonder so few of my clients care about Safari anymore.
– Michael Scheper
Nov 4 '16 at 23:13
add a comment |
Safari uses webkit as web browser engine. You can use epiphany-browser
which also uses webkit engine for debugging and checking the compatibility:
sudo apt install epiphany-browser
add a comment |
Safari uses webkit as web browser engine. You can use epiphany-browser
which also uses webkit engine for debugging and checking the compatibility:
sudo apt install epiphany-browser
add a comment |
Safari uses webkit as web browser engine. You can use epiphany-browser
which also uses webkit engine for debugging and checking the compatibility:
sudo apt install epiphany-browser
Safari uses webkit as web browser engine. You can use epiphany-browser
which also uses webkit engine for debugging and checking the compatibility:
sudo apt install epiphany-browser
edited Jan 4 at 10:47
Zanna
50.4k13133241
50.4k13133241
answered Jan 4 at 8:35
Dan.faudemerDan.faudemer
111
111
add a comment |
add a comment |
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
Apple Safari Home: http://www.apple.com/safari/
Guide: http://techhamlet.com/2012/03/how-to-easily-install-safari-in-linux-the-new-updated-guide/
Play-On-Linux: http://www.playonlinux.com/en/
Manual Download of PlayOnLinux: http://www.playonlinux.com/en/download.html
add a comment |
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
Apple Safari Home: http://www.apple.com/safari/
Guide: http://techhamlet.com/2012/03/how-to-easily-install-safari-in-linux-the-new-updated-guide/
Play-On-Linux: http://www.playonlinux.com/en/
Manual Download of PlayOnLinux: http://www.playonlinux.com/en/download.html
add a comment |
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
Apple Safari Home: http://www.apple.com/safari/
Guide: http://techhamlet.com/2012/03/how-to-easily-install-safari-in-linux-the-new-updated-guide/
Play-On-Linux: http://www.playonlinux.com/en/
Manual Download of PlayOnLinux: http://www.playonlinux.com/en/download.html
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
Apple Safari Home: http://www.apple.com/safari/
Guide: http://techhamlet.com/2012/03/how-to-easily-install-safari-in-linux-the-new-updated-guide/
Play-On-Linux: http://www.playonlinux.com/en/
Manual Download of PlayOnLinux: http://www.playonlinux.com/en/download.html
answered Jan 4 at 9:01
balaji balaji
9417
9417
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f676496%2fis-it-possible-to-install-safari-on-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
refer here and here
– Ravan
Sep 21 '15 at 3:40
I'm afraid I haven't found anything that works reliably. I tried both @abdulla-nilam's WineTricks answer, and also PlayOnLinux. The latter gave better instructions but both ended up with the same result: An old version of Safari that crashes on half the pages I tried loading.
– Michael Scheper
Nov 4 '16 at 23:16