You are not logged in.
Hi, I was trying to install the official jre7 with yaourt because OpenJDK messes up my graphics across the whole desktop. When I try to install it, however, I can't since they conflict. Is there any way I can install them side by side? Thanks.
Offline
Build the package yourself and then install it with pacman -U
https://wiki.archlinux.org/index.php/AU … g_packages
That should ask you to replace one with the other because they conflict
Last edited by ethail (2011-12-10 20:53:33)
Best Testing Repo Warning: [testing] means it can eat you hamster, catch fire and you should keep it away from children. And I'm serious here, it's not an April 1st joke.
Offline
Do you really have to have them both installed?
Offline
Well the issue is that if I want to remove OpenJDK, libreoffice complains and yaourt won't let me.
Just to clarify, Minecraft appears thusly: http://i.imgur.com/h9rix.jpg
Is this due to OpenJDK?
Last edited by craigwilkinson (2011-12-10 21:45:14)
Offline
You need jdk because you want to remove openjdk https://aur.archlinux.org/packages.php?ID=51906
Offline
hi, I'm in the same situation here, except openjdk produces an error.log everytim I start minecraft.
so when I do: yaourt -S jdk it builds it but when it comes to actually installing it ist says:
Löse Abhängigkeiten auf...
Suche nach Zwischenkonflikten...
:: jre und jre7-openjdk stehen miteinander in Konflikt (java-runtime). jre7-openjdk entfernen? [j/N] j
Fehler: Konnte den Vorgang nicht vorbereiten (Kann Abhängigkeiten nicht erfüllen)
:: jdk7-openjdk: benötigt jre7-openjdk
==> WARNING: Your packages are saved in /tmp/yaourt-tmp-andreas
==> Restart building jdk ? [y/N]
==> ----------------------------
==>
==> WARNING: Following packages have not been installed:
jre jdk
[andreas@myhost ~]$
so openjdk won't let me install jdk because it's bind to openjre and I can't install jre because...well you get the idea...
here is an example of the error message I get everytime with openjdk;
so how can I replace both openjdk and openjre to replace them with jre and jdk?
Thanks in advance
Andreas
Offline
Remove openjdk and openjre first.
When posting on the forum, please prepend your commands with LC_ALL=C so that the output is in English.
Offline
good morning,
getting rid of openjdk doesn't seem to be possible;
andreas@myhost ~]$ LC_ALL=C sudo pacman -Rd jdk7-openjdk jre7-openjdk
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: libreoffice-sdk: requires java-environment
:: minecraft: requires java-runtime
[andreas@myhost ~]$ LC_ALL=C sudo pacman -R jdk7-openjdk jre7-openjdk
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: libreoffice-sdk: requires java-environment
:: minecraft: requires java-runtime
[andreas@myhost ~]$
Offline
You need to tell pacman to disregard the dependency check with 'pacman -Rdd'.
Offline
removing openjdk works with pacman -Rdd but the error .log file is still there after starting minecraft.
Offline