yade-daily installation problem

Asked by Nicola

Dear all,
I'm a new yade user,

I'm trying to install yade-daily by using the following commands in Ubuntu 14.04 LTS

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

however when I type the last line it results:

Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package yade-daily

what's the problem?

I tried also to install yade:

sudo apt-get install yade

and this is the response:

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:
 yade : Depends: libyade (= 1.07.0-2) but it is not going to be installed
        Depends: python-yade (= 1.07.0-2)
E: Unable to correct problems, you have held broken packages.

Any suggestion?s

Thanks!!

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
Anton Gladky (gladky-anton) said :
#1

Hi,

it looks like you have mess in /etc/apt/sources.list

I have yade and yadedaily installed on 14.04 without problems.

Cheers

Anton

Revision history for this message
Nicola (zecchin-nicola) said :
#2

Hi,
this is the sources.list text:

# deb cdrom:[Ubuntu 14.04.1 LTS _Trusty Tahr_ - Release amd64 (20140722.2)]/ trusty main restricted

# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://it.archive.ubuntu.com/ubuntu/ trusty main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ trusty main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://it.archive.ubuntu.com/ubuntu/ trusty-updates main restricted
deb-src http://it.archive.ubuntu.com/ubuntu/ trusty-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://it.archive.ubuntu.com/ubuntu/ trusty universe
deb-src http://it.archive.ubuntu.com/ubuntu/ trusty universe
deb http://it.archive.ubuntu.com/ubuntu/ trusty-updates universe
deb-src http://it.archive.ubuntu.com/ubuntu/ trusty-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://it.archive.ubuntu.com/ubuntu/ trusty multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ trusty multiverse
deb http://it.archive.ubuntu.com/ubuntu/ trusty-updates multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ trusty-updates multiverse

## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
deb http://it.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse
deb-src http://it.archive.ubuntu.com/ubuntu/ trusty-backports main restricted universe multiverse

deb http://security.ubuntu.com/ubuntu trusty-security main restricted
deb-src http://security.ubuntu.com/ubuntu trusty-security main restricted
deb http://security.ubuntu.com/ubuntu trusty-security universe
deb-src http://security.ubuntu.com/ubuntu trusty-security universe
deb http://security.ubuntu.com/ubuntu trusty-security multiverse
deb-src http://security.ubuntu.com/ubuntu trusty-security multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu trusty partner
# deb-src http://archive.canonical.com/ubuntu trusty partner

## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
deb http://extras.ubuntu.com/ubuntu trusty main
deb-src http://extras.ubuntu.com/ubuntu trusty main
deb http://www.yade-dem.org/packages/trusty/

I don't find mistakes.

Any suggestions?

Thanks!!

Revision history for this message
Sonali Goyal (sonaligoyal654321) said :
#3

Hi,
I also had the same problem. You can just try installing libyade and furthur follow any other installationif it asks so and then return installing yade and it will be installed after that.
Thanks!!

Can you help with this problem?

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

To post a message you must log in.