Install 32bit java
#3
(11-01-2016, 02:10 AM)Trond Wrote: it gave me:
The following packages have unmet dependencies:
openjdk-8-jre-headless:armhf : Depends: libcups2:armhf but it is not going to be installed

You could try installing also libcups2:armhf, either before installing java, or on the same line

Code:
sudo apt-get install openjdk-8-jre-headless:armhf libcups2:armhf


and if apt gives you more files it is not going to install, add those. Unfortunately, this sometimes leads to a chain reaction of dependencies to dozens or hundreds of files, which can mess with all your programs. I hope not.

libcups is part of cups, the printing system, so the reason for not installing libcups: armhf could be that it would conflict with the already installed 64 bit versions of the same files. You could then "force install" things ( with -f ) but that could mess up printing of everything, or just printing with 32 bit java.

Code:
sudo apt-get install -f openjdk-8-jre-headless:armhf

or


Code:
sudo apt-get install -f openjdk-8-jre-headless:armhf libcups2:armhf

 I have not tried any of this to verify that it is exactly correct, or that it succeeds. This is just how these things are generally dealt with. When dependencies cannot be met, the only reason is supposed to be that installation cannot succeed. But it is more often a bug in how the dependencies are handled.

 It is easy to mess up debian when trying something "different".
  Reply


Messages In This Thread
Install 32bit java - by Trond - 11-01-2016, 02:10 AM
RE: Install 32bit java - by dkryder - 11-01-2016, 03:14 AM
RE: Install 32bit java - by kflorek46 - 11-01-2016, 03:44 PM
RE: Install 32bit java - by Trond - 11-02-2016, 01:55 AM
RE: Install 32bit java - by umiddelb - 11-03-2016, 01:38 AM
RE: Install 32bit java - by Trond - 11-03-2016, 10:07 AM
RE: Install 32bit java - by Trond - 11-01-2016, 03:55 PM
RE: Install 32bit java - by kflorek46 - 11-02-2016, 03:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Digital drawing tablet Huion - proper drivers install janeku 20 29,592 05-19-2019, 09:24 PM
Last Post: xinhua
  How install Qbittorrent on Debian? Callisto 5 9,121 03-17-2018, 10:31 PM
Last Post: Callisto
  libssl-dev eon't install williamcolls 2 5,026 11-01-2017, 10:20 PM
Last Post: dkryder
Exclamation How to install JavaFX tommypine 3 6,504 01-09-2017, 03:21 AM
Last Post: dkryder
  install shashlik bilylilyli 1 3,642 11-20-2016, 06:59 PM
Last Post: Ghelorn
Exclamation JAVA App. not working correct wrongway 0 2,197 09-14-2016, 11:14 AM
Last Post: wrongway
  32bit Apps on Pine djinn5150 2 4,505 08-09-2016, 11:03 AM
Last Post: xalius
  Cannot install Dstat on Debian Base PineA64 image ywoody 6 7,704 07-11-2016, 07:15 PM
Last Post: dkryder
  Debian Video Performance/"Driver" Install Fawks 8 11,266 06-15-2016, 07:55 AM
Last Post: Luke
  How to install modules into system? MicroDiery 6 7,562 05-27-2016, 06:44 PM
Last Post: JamesHarris

Forum Jump:


Users browsing this thread: 1 Guest(s)