I am new to Ubuntu and having problem installing VLC Player. My system is Ubuntu Linux Desktop Linux x86 32 bit version 6.10 (Edgy).
From documentation page: http://www.videolan.org/vlc/download-ubuntu.html
I have done the following:
1. System | Administration | Synaptic Package Manager
2. enter the password
3. menu Settings | Repositories
4. "ubuntu 6.10" tab I have checked the "Community.... (universe)"
5. "Third Party" tab APT line:
deb ftp://ftp.videolan.org/pub/videolan/ubuntu edgy universe
NOTE: I don't know if this source exists. There is no info about this source on VLC page documentation!!!
6. Close button to close window
7. Reload button from tools menu
I got error: Could not download all repository indexes
Inside error there is a message:
http://archive.ubuntu.com/ubuntu/dists/edgy/Release.gpg: Temporary failure resolving 'pro'
http://archive.ubuntu.com/ubuntu/dists/ ... -en_US.bz2: Temporary failure resolving 'pro'
ftp://ftp.videolan.org/pub/videolan/ubu ... ackages.gz: Unable to fetch file, server said '/pub/videolan/ubuntu/dists/edgy/universe/binary-i386/Packages.gz: No such file or directory '
So there is no package available. What is the correct package name for Ubuntu Linux 6.10?
BTW, I have tried installing package"dapper" instread of "edgy" and got the same error.
Please help,
Abcuser
My /etc/apt/source.list file looks like this (I have commented all sources beside VLC ftp source - last line in file):
Code: Select all
# deb http://us.archive.ubuntu.com/ubuntu/ edgy main restricted universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ edgy main restricted universe
## Major bug fix updates produced after the final release of the
## distribution.
# deb http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe
# deb-src http://us.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe
## 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://si.archive.ubuntu.com/ubuntu/ edgy universe
# deb-src http://si.archive.ubuntu.com/ubuntu/ edgy
## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb http://si.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb-src http://si.archive.ubuntu.com/ubuntu/ edgy-backports main restricted universe multiverse
# deb http://security.ubuntu.com/ubuntu edgy-security main restricted universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security main restricted universe
# deb http://security.ubuntu.com/ubuntu edgy-security universe
# deb http://archive.ubuntu.com/ubuntu/ edgy-proposed restricted main universe
# deb-src http://archive.ubuntu.com/ubuntu/ edgy-proposed restricted main universe
# deb-src http://security.ubuntu.com/ubuntu edgy-security universe
deb http://archive.ubuntu.com/ubuntu/ edgy universe