1

I’ve tried following the instructions but after installing ppa, I don't know what should I do with about the Synaptic Package Manager and all. Also my download doesn’t start automatically and when I click on 'if download doesn’t start automatically' link it takes me back to the homepage. I have no idea what I'm doing and what I've to do now? I want to install miro via terminal!

I’m using 14.04-LTS.
Edits:
I've referred this and successfully installed a 4.04 versioned miro. The homepage shows the latest version as 6.0 What should I do to upgrade?

2 Answers2

2

Open a terminal and run (Ctrl+Alt+T)

Note: These are third party PPA's for miro and ffmpeg, not supported by their developers, they may be obsolete and insecure (at the moment of this post, the latest build of FFmpeg was 2014-03-29 which lags behind several Security Advisories and Miro 2014-10-22), use it at you own risk.

 sudo add-apt-repository ppa:ubuntuhandbook1/ppa
 sudo add-apt-repository ppa:joyard-nicolas/ffmpeg
 sudo apt-get update
 sudo apt-get install ffmpeg miro

reference here

Ravan
  • 9,379
2

If sudo apt-get install miro does not work from the terminal then the simplest way to do this is to download the appropriate DEB file from this site and use the appropriate version for your version of Ubuntu.

When downloaded, just open the DEB file and click on the install button. In my case, it gave a warning about there already being a copy in the repository but I just ignored it and installed with GDebi. GDebi should already be installed. If not, you can install it from the terminal with

sudo apt-get install gdebi

This is a picture of it working with the installer still open:

enter image description here

A.B.
  • 90,397
KGIII
  • 3,968
  • Which one's the appropriate package for 14.04? – abhishah901 Nov 15 '15 at 13:15
  • 1
    It is "Trusty" for 14.04. I don't have a 14.04 image to check but you can probably install the .deb file for version 6 at that site that I linked to. Otherwise, see the answer from @Ravan for more information. – KGIII Nov 15 '15 at 13:24
  • Thanks but the other answer did the job through the terminal. Thanks for the help though! Appreciated! – abhishah901 Nov 15 '15 at 13:28
  • 2
    Perfect. Glad you got it sorted. I'll leave it up in case someone decides to do it with the GUI. I'm on 15.10 so it is already in the repository which would have been cheating. :D – KGIII Nov 15 '15 at 13:33