install yadedaily on Ubuntu 14.04

Asked by liukeqi

Hello,
I'm trying to install yadedaily on Ubuntu14.04, and I accorded to the following procedure
***********************************************************************************
sudo bash -c 'echo "deb http://www.yade-dem.org/packages/ trusty/" >> /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

*******************************
After the I executed the second line command, I executed "upadte", and got messages
**************************************************************************************
Hit http://www.yade-dem.org trusty/ Packages
Ign http://www.yade-dem.org trusty/ Translation-en_US
Ign http://www.yade-dem.org trusty/ Translation-en
Reading package lists... Done
W: Duplicate sources.list entry http://www.yade-dem.org/packages/ trusty/ Packages (/var/lib/apt/lists/www.yade-dem.org_packages_trusty_Packages)
W: Duplicate sources.list entry http://www.yade-dem.org/packages/ trusty/ Packages (/var/lib/apt/lists/www.yade-dem.org_packages_trusty_Packages)
W: You may want to run apt-get update to correct these problems
*************************************************************************************
Then I continued the installation, and got the following message
******************************************************************************************
liu@liu-OptiPlex-7020:~$ sudo apt-get install yadedaily
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  kde-l10n-engb kde-l10n-zhcn libntdb1 python-ntdb
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  libyadedaily python-yadedaily
The following NEW packages will be installed:
  libyadedaily python-yadedaily yadedaily
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 12.9 MB of archives.
After this operation, 89.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://www.yade-dem.org/packages/ trusty/ libyadedaily 2016.06a-19-baba476~trusty-1 [9,211 kB]
Get:2 http://www.yade-dem.org/packages/ trusty/ python-yadedaily 2016.06a-19-baba476~trusty-1 [2,100 kB]
Get:3 http://www.yade-dem.org/packages/ trusty/ yadedaily 2016.06a-19-baba476~trusty-1 [1,624 kB]
Fetched 12.9 MB in 36s (355 kB/s)
E: Failed to fetch http://www.yade-dem.org/packages/trusty/libyadedaily_2016.06a-19-baba476~trusty-1_amd64.deb Size mismatch

E: Failed to fetch http://www.yade-dem.org/packages/trusty/python-yadedaily_2016.06a-19-baba476~trusty-1_amd64.deb Size mismatch

E: Failed to fetch http://www.yade-dem.org/packages/trusty/yadedaily_2016.06a-19-baba476~trusty-1_amd64.deb Size mismatch

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Can you give me suggestions? Thank you.

Keqi

Question information

Language:
English Edit question
Status:
Solved
For:
Yade Edit question
Assignee:
No assignee Edit question
Solved by:
Anton Gladky
Solved:
Last query:
Last reply:
Revision history for this message
Jan De Pue (jan-depue-x) said :
#1

Hi Keqi,
I'm having exactly the same issue.

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

In Ubuntu 16.04 is happening a similar thing.

It is some issue in YADE, in few days they will fix it.

Luis

Revision history for this message
Best Anton Gladky (gladky-anton) said :
#3

Should be fixed already.

Revision history for this message
Jan De Pue (jan-depue-x) said :
#4

Yep, it is fixed. Thanks!

Revision history for this message
liukeqi (891979456-h) said :
#5

Thanks Anton Gladky, that solved my question.