0

I want to install the above mentioned packages as it is required for cmus installation as mentioned in this post

http://www.shuangrimu.com/25/

But I cannot find them in my system nor the PPA,I have searched for about 2 hours.

Any PPA to install this packages would be great..Thanks

Ron
  • 20,938
5ud0
  • 24

2 Answers2

1

As far as I can tell, install libopenjpeg5 libavcodec56 librtmp1 are not available for Ubuntu 14.04.

But if you want to install cums in 14.04, you have to enable universe repository first and then:

sudo apt-get update    
sudo apt-get install cmus 
Ron
  • 20,938
0

If you want to install cmus:

Open a terminal and run the following command:

sudo apt-get install cmus

In case your package manager doesn’t provide a current version of cmus,
you can get it by adding the mc3man PPA to your repositories.

$ sudo add-apt-repository ppa:mc3man/aqua-tests
$ sudo apt-get update
$ sudo apt-get install cmus

Note: libopenjpeg5 is available in Ubuntu - libavcodec56 and librtmp1 are not available.

Reference packages.ubuntu.com

cl-netbox
  • 31,491
Ravan
  • 9,567