parnoldx / nasc

Do maths like a normal person
http://parnoldx.github.io/nasc/
GNU General Public License v3.0
560 stars 37 forks source link

[Packaging] libgranite3 is not available in the Ubuntu 16.04 repos #66

Closed aaronfranke closed 7 years ago

aaronfranke commented 7 years ago
aaronfranke@aaron-xub16desk:~$ sudo apt install com.github.parnold-x.nasc
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:
 com.github.parnold-x.nasc : Depends: libgranite3 (>= 0.2.0) but it is not installable
E: Unable to correct problems, you have held broken packages.

aaronfranke@aaron-xub16desk:~$ sudo apt install libgranite3
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package libgranite3 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'libgranite3' has no installation candidate

Options:

  1. libgranite2 does exist in the repos, so wait for Ubuntu to package libgranite3 as well.
  2. Package libgranite3 in ppa:nasc-team/daily PPA.
  3. Downgrade to libgranite2.
parnoldx commented 7 years ago

Hi, you will get libgranite3 from elementary repo.

rnwolf commented 6 years ago

Adding the elemtary rep did not work for me in 17.10. I download the lib from https://launchpad.net/%7Eelementary-os/+archive/ubuntu/stable/+packages and manually installed it. After that sudo install bookworm worked for me.