Install Yadedaily ubuntu18.04

Asked by Luis Barbosa

Hi,

I've just updated to ubuntu 18.04.
Then I went to install yadedaily using:

sudo bash -c 'echo "deb http://www.yade-dem.org/packages/ bionic/" >> /etc/apt/sources.list'
wget -O - http://www.yade-dem.org/packages/yadedev_pub.gpg | sudo apt-key add -
sudo apt-get update

But when I type "sudo apt-get install yadedaily" I get the message "Unable to find package".

By curiosity I've tried "sudo apt-get install yade" and it was installed, apparently ok Yade 2018.02b.

Perhaps this post, if it is correct, could be a warning for users?! Or it is obvious and I'm being redundant?!

Thank you all,
Luis

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Luis Barbosa
Solved:
Last query:
Last reply:
Revision history for this message
Jérôme Duriez (jduriez) said :
#1

Hi,

The same issue was faced around me. From what I was told, you should

wget http://yade-dem.org/packages/bionic/libyadedaily_2018.02b-290bf6a54e~bionic-1_amd64.deb
wget http://yade-dem.org/packages/bionic/python-yadedaily_2018.02b-290bf6a54e~bionic-1_amd64.deb
wget http://yade-dem.org/packages/bionic/yadedaily_2018.02b-290bf6a54e~bionic-1_amd64.deb

then install everything with

dpkg -i *.deb

Jerome

PS : yade and yadedaily are two different packages, and yade is automatically shipped for free in ubuntu distributions, hence no surprise you already have it.

Revision history for this message
Luis Barbosa (luis-pires-b) said :
#2

Nice, tks!

Revision history for this message
Bruno Chareyre (bruno-chareyre) said :
#3

I confirm that there is a problem in the 18.04 "daily" release. Glad to know that wget+dpkg is a workaround.
Not sure current repository will be fixed since it is in the process of replacement by another build system, in the meantime you can use the workaround. Note also that "yade" (not daily) is available and very recent.

Bruno

Revision history for this message
Xue (1q12) said :
#4

hi , Jérôme Duriez! the address you provided here has no longer accessable. could you please tell me the lastest website to download the deb file of yaddedaily(for ubuntu 16.04).
P.S. i found this website but i can`t found the deb file.