You are not logged in.
Pages: 1
Hi, my previous version of Bunsen labs Linux has been running fine and I never had any issue installing GNu Octave, wxmaxima, etc.
I installed the latest helium version, added the debian stretch backport repository and I have tried both synaptic & apt-get to install octave. I get a list of (libraries, etc) packages that are required but cannot be installed, apparently.
How can I get around this??
Thanks in advance
Offline
What is the output of
apt-cache policy <app 1> <app 2> <etc>
and what are the error messages when you try to apt-get them? (Please wrap the output with [ code ] tags)
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
Damo, thanks for your help. I have run the commands and here is the outputs.
MOD EDIT: added code tags!
t@o:~$ sudo apt-get install octave
[sudo] password for tom:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
octave : Depends: libamd2 (>= 4.5.2) but it is not installable
Depends: libarpack2 (>= 2.1) but it is not installable
Depends: libcamd2 (>= 4.5.2) but it is not installable
Depends: libccolamd2 (>= 4.5.2) but it is not installable
Depends: libcholmod3 (>= 4.5.2) but it is not installable
Depends: libcolamd2 (>= 4.5.2) but it is not installable
Depends: libcxsparse3 (>= 4.5.2) but it is not installable
Depends: libfltk-gl1.3 (>= 1.3.0) but it is not installable
Depends: libfltk1.3 (>= 1.3.3) but it is not installable
Depends: libglpk40 (>= 4.59) but it is not installable
Depends: libklu1 (>= 4.5.2) but it is not installable
Depends: liboctave6 (= 4.4.1-2~bpo9+1) but it is not going to be installed
Depends: libportaudio2 (>= 19+svn20101113) but it is not installable
Depends: libqhull7 but it is not installable
Depends: libqrupdate1 (>= 1.0) but it is not installable
Depends: libqt5help5 (>= 5.6.0~beta) but it is not installable
Depends: libqt5opengl5 (>= 5.0.2) but it is not installable
Depends: libqt5printsupport5 (>= 5.0.2) but it is not installable
Depends: libqt5scintilla2-12v5 (>= 2.8.4) but it is not installable
Depends: libsuitesparseconfig4 (>= 4.5.2) but it is not installable
Depends: libumfpack5 (>= 4.5.2) but it is not installable
t@o:~$ sudo apt-cache policy octave
octave:
Installed: (none)
Candidate: 4.4.1-2~bpo9+1
Version table:
4.4.1-2~bpo9+1 100
100 [url]http://deb.debian.org/debian[/url] stretch-backports/main i386 Packages
Depends: texinfo but it is not installable
Depends: libqt5sql5-sqlite but it is not installable
Recommends: gnuplot-qt but it is not installable or
gnuplot-x11 but it is not installable or
gnuplot-nox but it is not installable
Recommends: libopenblas-base but it is not installable or
libatlas3-base but it is not installable
Recommends: pstoedit but it is not installable
Recommends: epstool but it is not installable
Recommends: default-jre-headless but it is not installable
Recommends: octave-doc but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
I have downloaded the 1gb installation file
Last edited by damo (2018-11-12 11:30:07)
Offline
https://packages.debian.org/stretch-backports/octave
It looks like you need newer versions of some dependencies as well.
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
sudo apt install -t stretch-backports octave
did work for me.
octave --version
GNU Octave, version 4.4.1
apt-cache policy octave
octave:
Installed: 4.4.1-2~bpo9+1
Candidate: 4.4.1-2~bpo9+1
Version table:
*** 4.4.1-2~bpo9+1 100
100 https://deb.debian.org/debian stretch-backports/main amd64 Packages
100 /var/lib/dpkg/status
4.0.3-3 500
500 https://deb.debian.org/debian stretch/main amd64 Packages
Last edited by brontosaurusrex (2018-11-12 14:40:49)
Offline
Something is off somewhere. OP has no reference to the stretch version:
t@o:~$ sudo apt-cache policy octave
octave:
Installed: (none)
Candidate: 4.4.1-2~bpo9+1
@strodog Please post your sources (and please use code tags this time )
Be Excellent to Each Other...
The Bunsenlabs Lithium Desktop » Here
FORUM RULES and posting guidelines «» Help page for forum post formatting
Artwork on DeviantArt «» BunsenLabs on DeviantArt
Offline
OP did you try:
~$ sudo apt -t stretch-backports install octave
Real Men Use Linux
Offline
Thank you all .
I managed to get it all installed. The trick was to rerun alt-get update after the bl-welcome script adds the additional repositories.
Offline
Pages: 1