vlc installation problem

Asked by jagathyks

I try to install vlc-0.9.9
#./configure --prefix=/usr
error message: there is no libavcodec or libavutil

then I download ' libavcodec-dev_0.cvs20070307-5ubuntu7_i386.deb ' from launchpad

try to install this

status: error: Dependency is not satisfiable libavcodec1d

why it is so, please help me.

thanks in advance.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu vlc Edit question
Assignee:
No assignee Edit question
Solved by:
Mark Rijckenberg
Solved:
Last query:
Last reply:
Revision history for this message
Best Mark Rijckenberg (markrijckenberg) said :
#1

Hi,

Please first make sure to enable the universe and multiverse repositories in Ubuntu.

Read the following guide for details:
http://www.ubuntugeek.com/how-to-enable-the-universe-and-multiverse-repositories-in-ubuntu-804-hardy.html/comment-page-1

Then run the following commands in a Terminal to install vlc:

sudo aptitude update
sudo aptitude install vlc

Regards,

Mark

Revision history for this message
jagathyks (jagathyks) said :
#2

Thanks Mark Rijckenberg, that solved my question.