-
Notifications
You must be signed in to change notification settings - Fork 98
assume-installed is not working? #175
Comments
Can you try it with pacman - will --assume-installed work? |
@f2404, I was able to install package manually (first install The app looks to be ok: it's working and menu shortcuts are created. So, I guess valid command with yaourt would be |
It looks like
|
You would be well-served to install the Oracle JDK from the AUR instead of manually. Manually installing packages can (not WILL, but COULD) cause you more trouble down the road. Arch specifically handles Java version and paths in a way that causes little trouble with installed the Oracle JDK or Open JDK versions. |
@mrunion ok then. Is there any way to install packages into specific locations? What I see in
is it ok to use |
I have opened a PR which should fix your issue. Could you test #225 please ? |
I think it's still not working for AUR packages... |
As |
Oh I see. |
Exactly. |
I have Oracle's JDK installed manually and added to the
PATH
, sojava
is available in the system. Now I want to install fritzing, which requires Java to run:I do not want to install neither
jdk7-openjdk
norjdk8-openjdk
which both providejava-environment
. So I'm trying to use--assume-installed
option:All that commands failed. How can I assume that Java is already present on my machine?
The text was updated successfully, but these errors were encountered: