Results 1 to 4 of 4
I have a fresh install on Ubuntu 8.04 and now am trying to install Ruby but come across some unmet dependencies issues.
root:~# sudo apt-get -f install ruby-full irb irb1.8 ...
- 07-16-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 1
unmet dependencies
I have a fresh install on Ubuntu 8.04 and now am trying to install Ruby but come across some unmet dependencies issues.
root:~# sudo apt-get -f install ruby-full irb irb1.8 ruby1.8
Reading package lists... Done
Building dependency tree
Reading state information... Done
ruby1.8 is already the newest version.
ruby1.8 set to manually installed.
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:
irb1.8: Depends: ruby1.8 (>= 1.8.6.111-2ubuntu1.2) but 1.8.6.111-2ubuntu1 is to be installed
ruby-full: Depends: rdoc but it is not going to be installed
Depends: ri but it is not going to be installed
E: Broken packages
how can i resolve this?
- 07-17-2009 #2Just Joined!
- Join Date
- May 2008
- Posts
- 16
Try the reload button in Synaptic and try installing the packages from there.
- 07-17-2009 #3Linux Newbie
- Join Date
- Aug 2006
- Location
- england
- Posts
- 138
it's trying to install an older version so refresh the repos
sudo apt-get update
- 07-18-2009 #4Just Joined!
- Join Date
- May 2008
- Posts
- 16
"Reload" button should do it. Nevertheless try apt-get update also. If not getting the correct versions, try changing the repository link.


Reply With Quote