newer version of miro

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
nalsdixit
Level 3
Level 3
Posts: 174
Joined: Mon Sep 14, 2009 11:38 am

newer version of miro

Post by nalsdixit »

i am trying to upgrade to a newer version of miro (2.5.3) versus the one in the repositories which is 2.0.3

the 2.5.3 version as per the miro website should be supported in ubuntu jaunty, but i am unable to figure out a way to add it to the repositories and download it

deb http://ftp.osuosl.org/pub/pculture.org/ ... ies/ubuntu jaunty/

any help

tks
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
rob2uk

Re: newer version of miro

Post by rob2uk »

in a terminal, enter

Code: Select all

gksudo gedit /etc/apt/sources.list
Add the deb line in your post to the end of the file, save it, then quit.

Then, in the terminal again, enter

Code: Select all

sudo aptitude update
sudo aptitude upgrade
Miro should then be updated to the latest version
nalsdixit
Level 3
Level 3
Posts: 174
Joined: Mon Sep 14, 2009 11:38 am

Re: newer version of miro

Post by nalsdixit »

thanks, did what you said, looked like the miro link was added.

i then went to software manager to install miro, however only the older version was shown

i did a sudo apt-get-install miro command in terminal

looked like was getting installed, until the following note came up

++
user@user ~ $ sudo apt-get install miro
Reading package lists... Done
Building dependency tree
Reading state information... Done
miro is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
miro: Depends: miro-data (>= 2.5.3) but 2.0.3-1ubuntu2 is to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
++

do i have to use a different command ?

tks

nals
Lantesh

Re: newer version of miro

Post by Lantesh »

It looks like a dependency issue with the old version of miro-data not wanting to cooperate with the new install. Try this from the terminal instead.

Code: Select all

sudo aptitude install miro
nalsdixit
Level 3
Level 3
Posts: 174
Joined: Mon Sep 14, 2009 11:38 am

newer version of miro (solved)

Post by nalsdixit »

tks for your help
fiddled around in package manager, the package was 'broken', once i fixed that, the new version was installed

testing that out now

nals
Locked

Return to “Software & Applications”