Gå til innhold

hvordan innstallere codecs på linux?


Anbefalte innlegg

Videoannonse
Annonse

sudo apt-get install gstreamer0.8-plugins gstreamer0.8-plugins-multiverse gstreamer0.8-ffmpeg

Reading package lists... Done

Building dependency tree... Done

Package gstreamer0.8-plugins is not available, but is referred to by another package.

This may mean that the package is missing, has been obsoleted, or

is only available from another source

E: Package gstreamer0.8-plugins has no installation candidate

 

 

kan det vøre feilen? kom i terminal tingen

Endret av norma_saw
Lenke til kommentar

Du må legge til multiverse også for å få den, hvis du ikke får det til, kan du gjøre det manuelt "sudo gedit /etc/apt/sources.list", den skal se nøyaktig slik ut:

 

# deb cdrom:[ubuntu 5.10 _Breezy Badger_ - Release i386 (20051012)]/ breezy main restricted

 

deb http://no.archive.ubuntu.com/ubuntu breezy main restricted

deb-src http://no.archive.ubuntu.com/ubuntu breezy main restricted

 

## Major bug fix updates produced after the final release of the

## distribution.

deb http://no.archive.ubuntu.com/ubuntu breezy-updates main restricted

deb-src http://no.archive.ubuntu.com/ubuntu breezy-updates main restricted

 

## Uncomment the following two lines to add software from the 'universe'

## repository.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu

## team, and may not be under a free licence. Please satisfy yourself as to

## your rights to use the software. Also, please note that software in

## universe WILL NOT receive any review or updates from the Ubuntu security

## team.

deb http://no.archive.ubuntu.com/ubuntu breezy universe

deb-src http://no.archive.ubuntu.com/ubuntu breezy universe

 

deb http://archive.ubuntu.com/ubuntu breezy multiverse

deb-src http://archive.ubuntu.com/ubuntu breezy multiverse

 

deb http://security.ubuntu.com/ubuntu breezy-security main restricted

deb-src http://security.ubuntu.com/ubuntu breezy-security main restricted

 

deb http://security.ubuntu.com/ubuntu breezy-security universe

deb-src http://security.ubuntu.com/ubuntu breezy-security universe

Lenke til kommentar

deb cdrom:[ubuntu 5.04 _Hoary Hedgehog_ - Release i386 (20050407)]/ hoary main restricted

 

 

## Uncomment the following two lines to fetch updated software from the network

deb http://no.archive.ubuntu.com/ubuntu hoary main restricted

deb-src http://no.archive.ubuntu.com/ubuntu hoary main restricted

 

## Uncomment the following two lines to fetch major bug fix updates produced

## after the final release of the distribution.

deb http://no.archive.ubuntu.com/ubuntu hoary-updates main restricted

deb-src http://no.archive.ubuntu.com/ubuntu hoary-updates main restricted

 

## Uncomment the following two lines to add software from the 'universe'

## repository.

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu

## team, and may not be under a free licence. Please satisfy yourself as to

## your rights to use the software. Also, please note that software in

## universe WILL NOT receive any review or updates from the Ubuntu security

## team.

deb http://no.archive.ubuntu.com/ubuntu hoary universe

# deb-src http://no.archive.ubuntu.com/ubuntu hoary universe

 

# deb http://security.ubuntu.com/ubuntu hoary-security main restricted

deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

 

deb http://security.ubuntu.com/ubuntu hoary-security universe

deb-src http://security.ubuntu.com/ubuntu hoary-security universe

 

 

sånn er min... hva må jeg gjære?

Lenke til kommentar

Installere multimediacodecs fra terminal i ubuntu hoary:

sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup
sudo gedit /etc/apt/sources.list

bytt ut til:

## Uncomment the following two lines to fetch updated software from the network
deb http://us.archive.ubuntu.com/ubuntu hoary main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary main restricted

## Uncomment the following two lines to fetch major bug fix updates produced
## after the final release of the distribution.
deb http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted
deb-src http://us.archive.ubuntu.com/ubuntu hoary-updates main restricted

## Uncomment the following two lines to add software from the 'universe'
## repository.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## universe WILL NOT receive any review or updates from the Ubuntu security
## team.
deb http://us.archive.ubuntu.com/ubuntu hoary universe
deb-src http://us.archive.ubuntu.com/ubuntu hoary universe

deb http://security.ubuntu.com/ubuntu hoary-security main restricted
deb-src http://security.ubuntu.com/ubuntu hoary-security main restricted

deb http://security.ubuntu.com/ubuntu hoary-security universe
deb-src http://security.ubuntu.com/ubuntu hoary-security universe

deb http://archive.ubuntu.com/ubuntu hoary multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary multiverse


deb http://archive.ubuntu.com/ubuntu hoary-backports main restricted universe multiverse
deb-src http://archive.ubuntu.com/ubuntu hoary-backports main restricted universe multiverse

oppdater ved hjelp av «sudo apt-get update» og installer:

 

sudo apt-get install gstreamer0.8-plugins
sudo apt-get install gstreamer0.8-lame
sudo apt-get install gstreamer0.8-ffmpeg
sudo apt-get install w32codecs
sudo apt-get install libdivx4linux
sudo apt-get install lame
sudo apt-get install sox
sudo apt-get install ffmpeg
sudo apt-get install mjpegtools
sudo apt-get install vorbis-tools
gst-register-0.8

(alt er henta og modifisert fra ubuntuguide.org (ikke oppdatert til breezy pga sjukdom hos forfatteren).)

 

edit: det finnes likevell en ubuntuguide for breezy, den finner du her: http://ubuntuguide.squarecows.com/

Endret av dabear
Lenke til kommentar
  • 2 uker senere...

Opprett en konto eller logg inn for å kommentere

Du må være et medlem for å kunne skrive en kommentar

Opprett konto

Det er enkelt å melde seg inn for å starte en ny konto!

Start en konto

Logg inn

Har du allerede en konto? Logg inn her.

Logg inn nå
×
×
  • Opprett ny...