yadedaily

Asked by ozge

HELLO,

I could not get the yadedaily packages for ubuntu versions (yade-dem.org/packages ). Just wondering if there is a problem?

thanks

özge

Question information

Language:
English Edit question
Status:
Answered
For:
Yade Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Robert Caulk (rcaulk) said :
#1

Which version? Which error? [1]

[1]https://www.yade-dem.org/wiki/Howtoask

Revision history for this message
ozge (osge) said :
#2

version: Ubuntu 16.04 xenial

error: http://www.yade-dem.org/packages xenial/ Packages
404 Not Found

thanks

Revision history for this message
Robert Caulk (rcaulk) said :
#3

Which commands did you issue? [1] which server are you connected to in
Ubuntu?

Le lun. 5 oct. 2020 à 18:15, ozge <email address hidden> a
écrit :

> Question #693284 on Yade changed:
> https://answers.launchpad.net/yade/+question/693284
>
> ozge posted a new comment:
> version: Ubuntu 16.04 xenial
>
> error: http://www.yade-dem.org/packages xenial/ Packages
> 404 Not Found
>
> thanks
>
> --
> You received this question notification because your team yade-users is
> an answer contact for Yade.
>
> _______________________________________________
> Mailing list: https://launchpad.net/~yade-users
> Post to : <email address hidden>
> Unsubscribe : https://launchpad.net/~yade-users
> More help : https://help.launchpad.net/ListHelp
>

Revision history for this message
ozge (osge) said :
#4

The commands I use are :

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

I run my simulations in dell optiplex 7020.

Many thanks

Revision history for this message
Robert Caulk (rcaulk) said :
#5

Which server are you connected to? Make sure it is the "main" server [1]

I cannot check on xenial, but this set of commands works on bionic.

Revision history for this message
Janek Kozicki (cosurgi) said :
#6

It is very strange. I have just checked these four commands inside a xenial chroot and it worked perfectly.

root@:/# sudo bash -c 'echo "deb http://www.yade-dem.org/packages/ xenial main" >> /etc/apt/sources.list'
root@:/# cat /etc/apt/sources.list
deb http://pl.archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu xenial main restricted universe multiverse
deb http://www.yade-dem.org/packages/ xenial main
root@:/# wget -O - http://www.yade-dem.org/packages/yadedev_pub.gpg | sudo apt-key add -
--2020-10-06 13:16:02-- http://www.yade-dem.org/packages/yadedev_pub.gpg
Resolving www.yade-dem.org (www.yade-dem.org)... 194.254.65.201
Connecting to www.yade-dem.org (www.yade-dem.org)|194.254.65.201|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3143 (3.1K)
Saving to: ‘STDOUT’

- 100%[===============================>] 3.07K --.-KB/s in 0s

2020-10-06 13:16:02 (235 MB/s) - written to stdout [3143/3143]

OK
root@:/# sudo apt-get update
Get:1 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial InRelease [23.8 kB]
Hit:2 http://pl.archive.ubuntu.com/ubuntu xenial InRelease
Get:3 http://www.yade-dem.org/packages xenial InRelease [4749 B]
Get:4 http://www.yade-dem.org/packages xenial/main amd64 Packages [4330 B]
Get:5 http://ppa.launchpad.net/git-core/ppa/ubuntu xenial/main amd64 Packages [3372 B]
Fetched 36.3 kB in 0s (72.7 kB/s)
Reading package lists... Done
root@:/# sudo apt-get install yadedaily
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  libyadedaily python3-yadedaily
The following NEW packages will be installed:
  libyadedaily python3-yadedaily yadedaily
0 upgraded, 3 newly installed, 0 to remove and 2 not upgraded.
Need to get 17.7 MB of archives.
After this operation, 124 MB of additional disk space will be used.
Do you want to continue? [Y/n]
Get:1 http://www.yade-dem.org/packages xenial/main amd64 libyadedaily amd64 20201005-4239~57d1c9c~xenial1-1 [12.3 MB]
Get:2 http://www.yade-dem.org/packages xenial/main amd64 python3-yadedaily amd64 20201005-4239~57d1c9c~xenial1-1 [3182 kB]
Get:3 http://www.yade-dem.org/packages xenial/main amd64 yadedaily amd64 20201005-4239~57d1c9c~xenial1-1 [2191 kB]
Fetched 17.7 MB in 21s (829 kB/s)
Selecting previously unselected package libyadedaily:amd64.
(Reading database ... 136169 files and directories currently installed.)
Preparing to unpack .../libyadedaily_20201005-4239~57d1c9c~xenial1-1_amd64.deb ...
Unpacking libyadedaily:amd64 (20201005-4239~57d1c9c~xenial1-1) ...
Selecting previously unselected package python3-yadedaily.
Preparing to unpack .../python3-yadedaily_20201005-4239~57d1c9c~xenial1-1_amd64.deb ...
Unpacking python3-yadedaily (20201005-4239~57d1c9c~xenial1-1) ...
Selecting previously unselected package yadedaily.
Preparing to unpack .../yadedaily_20201005-4239~57d1c9c~xenial1-1_amd64.deb ...
Unpacking yadedaily (20201005-4239~57d1c9c~xenial1-1) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Processing triggers for man-db (2.7.5-1) ...
Setting up libyadedaily:amd64 (20201005-4239~57d1c9c~xenial1-1) ...
Setting up python3-yadedaily (20201005-4239~57d1c9c~xenial1-1) ...
Setting up yadedaily (20201005-4239~57d1c9c~xenial1-1) ...

Revision history for this message
ozge (osge) said :
#7

Thanks a lot for your response. I'll check everything immediately from the rough.

Can you help with this problem?

Provide an answer of your own, or ask ozge for more information if necessary.

To post a message you must log in.