Witam. Ostatnio na windowsie napisałem fajny, prosty program do statystyk rowerowych i chciałbym go skompilować na ubuntu. Przeczytałem FAQ, ale przy próbie instalacji pojawia się komunikat:
Czytanie list pakietów... Gotowe
Budowanie drzewa zależności
Odczyt informacji... Gotowe
Pakiet build-essential nie ma dostępnej wersji ale odnosi się do niego inny pakiet.
Zazwyczaj oznacza to, że pakietu brakuje, został zastąpiony przez inny
pakiet lub nie jest dostępny przy pomocy obecnie ustawionych źródeł.
E: Pakiet build-essential nie ma kandydata do instalacji
Proszę o pomoc
//bear7: Wyniki poleceń, polecenia, zawartość plików konfiguracyjnych i systemowych umieszczaj pomiędzy znacznikami CODE.
cat /etc/apt/sources.list
# deb cdrom:[Ubuntu 13.04 _Raring Ringtail_ - Release amd64 (20130424)]/ raring main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
## Major bug fix updates produced after the final release of the
## distribution.
## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
## 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
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
## 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.
## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
# deb http://archive.canonical.com/ubuntu raring partner
# deb-src http://archive.canonical.com/ubuntu raring partner
## Uncomment the following two lines to add software from Ubuntu's
## 'extras' repository.
## This software is not part of Ubuntu, but is offered by third-party
## developers who want to ship their latest software.
# deb http://extras.ubuntu.com/ubuntu raring main
deb-src http://archive.ubuntu.com/ubuntu raring main restricted universe #Added by software-properties
deb http://archive.ubuntu.com/ubuntu raring multiverse universe
# deb-src http://extras.ubuntu.com/ubuntu raring main
cat /etc/apt/sources.list.d/*
deb https://private-ppa.launchpad.net/commercial-ppa-uploaders/steam/ubuntu raring main #Added by software-center; credentials stored in /etc/apt/auth.conf
deb http://ppa.launchpad.net/ubuntu-unity/experimental-certified/ubuntu raring main
# deb-src http://ppa.launchpad.net/ubuntu-unity/experimental-certified/ubuntu raring main
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ raring main restricted multiverse universe partner
#deb-src http://pl.archive.ubuntu.com/ubuntu/ raring main restricted multiverse universe partner
## Major bug fix updates produced after the final release of the
## distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ raring-updates main restricted
#deb-src http://pl.archive.ubuntu.com/ubuntu/ raring-updates main restricted
deb http://security.ubuntu.com/ubuntu raring-security main restricted
#deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
deb http://security.ubuntu.com/ubuntu raring-security universe
#deb-src http://security.ubuntu.com/ubuntu raring-security universe
deb http://security.ubuntu.com/ubuntu raring-security multiverse
#deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
# Repozytorium Google
deb http://dl.google.com/linux/deb/ stable non-free
Jeżeli chcesz mieć dostęp do źródeł programów, to usuń znak # przed każdym deb-src. Po tym zapisz plik, a następnie uaktualnij listę programów:
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ raring main restricted multiverse universe partner
deb-src http://pl.archive.ubuntu.com/ubuntu/ raring main restricted multiverse universe partner
## Major bug fix updates produced after the final release of the
## distribution.
deb http://pl.archive.ubuntu.com/ubuntu/ raring-updates main restricted
deb-src http://pl.archive.ubuntu.com/ubuntu/ raring-updates main restricted
deb http://security.ubuntu.com/ubuntu raring-security main restricted
deb-src http://security.ubuntu.com/ubuntu raring-security main restricted
deb http://security.ubuntu.com/ubuntu raring-security universe
deb-src http://security.ubuntu.com/ubuntu raring-security universe
deb http://security.ubuntu.com/ubuntu raring-security multiverse
deb-src http://security.ubuntu.com/ubuntu raring-security multiverse
# Repozytorium Google
deb http://dl.google.com/linux/deb/ stable non-free
deb http://pl.archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ raring main restricted universe multiverse
deb http://pl.archive.ubuntu.com/ubuntu/ raring-security main restricted universe multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ raring-security main restricted universe multiverse
deb http://pl.archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ raring-updates main restricted universe multiverse
deb http://pl.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb-src http://pl.archive.ubuntu.com/ubuntu/ raring-backports main restricted universe multiverse
deb http://archive.canonical.com/ubuntu raring partner
deb-src http://archive.canonical.com/ubuntu raring partner
deb http://extras.ubuntu.com/ubuntu raring main
deb-src http://extras.ubuntu.com/ubuntu raring main