Ubuntu dependencies
Publié : dim. janv. 27, 2019 5:09 am
Hi!
I got a new laptop and installed Ubuntu 18 on it; but I ran into problems installing giac on it. (I've installed giac on my other computers which have an older version of Ubuntu.)
I got giac and giac-dbgsym from the install_en page, but installing those didn't work. I did
sudo dpkg -i giac*deb
and got dependency problems; when I then did
sudo apt-get -f install
it actually removed giac and giac-dbgsym.
I tried using the repositories, Ubuntu is supposed to use testing, but when I update I got the error
E: The repository 'http://www-fourier.ujf-grenoble.fr/~parisse/debian testing Release' does not have a Release file.
so I simply downloaded the latest giac from the testing repository, and tried to install it, but Ubuntu 18 doesn't have the dependencies. It needs libmpfr4 (Ubuntu 18 has libmpfr6), libpng12-0 (Ubuntu 18 has libpng16-16), and libreadline6 (Ubuntu 18 has libreadline7).
I got the needed libraries from previous versions of Ubuntu and got giac installed that way, but it looks like giac doesn't install the way that it should in Ubuntu 18.
I got a new laptop and installed Ubuntu 18 on it; but I ran into problems installing giac on it. (I've installed giac on my other computers which have an older version of Ubuntu.)
I got giac and giac-dbgsym from the install_en page, but installing those didn't work. I did
sudo dpkg -i giac*deb
and got dependency problems; when I then did
sudo apt-get -f install
it actually removed giac and giac-dbgsym.
I tried using the repositories, Ubuntu is supposed to use testing, but when I update I got the error
E: The repository 'http://www-fourier.ujf-grenoble.fr/~parisse/debian testing Release' does not have a Release file.
so I simply downloaded the latest giac from the testing repository, and tried to install it, but Ubuntu 18 doesn't have the dependencies. It needs libmpfr4 (Ubuntu 18 has libmpfr6), libpng12-0 (Ubuntu 18 has libpng16-16), and libreadline6 (Ubuntu 18 has libreadline7).
I got the needed libraries from previous versions of Ubuntu and got giac installed that way, but it looks like giac doesn't install the way that it should in Ubuntu 18.