Fórum Ubuntu CZ/SK
Ostatní => Archiv => Téma založeno: university 15 Prosince 2006, 23:50:04
-
sudo apt-get update
sudo apt-get install build-essential
sudo apt-get install kernel-package
sudo apt-get install gcc
sudo apt-get install libncurses5
sudo apt-get install libncurses5-dev
sudo apt-get install libqt3-mt-devvýsledek:
Reading package lists... Done
Building dependency tree... Done
The following extra packages will be installed:
cpp cpp-4.0 gcc gcc-4.0
Suggested packages:
cpp-doc gcc-4.0-locales manpages-dev autoconf automake1.9 libtool flex bison
gcc-doc gcc-4.0-doc libc6-dev-amd64 lib64gcc1 linux-source libdb3-dev
libncurses-dev docbook-utils
Recommended packages:
libc6-dev libc-dev libmudflap0-dev
The following NEW packages will be installed:
cpp cpp-4.0 gcc gcc-4.0 kernel-package
0 upgraded, 5 newly installed, 0 to remove and 38 not upgraded.
Need to get 2898kB of archives.
After unpacking 7459kB of additional disk space will be used.
Do you want to continue [Y/n]?povšiměte si prosím posledního řádku.
A já teď zadávám Y / y / yes / YES / Yes ... prostě cokoli, ale instalátor končí
Abort.Jaké je iq vývojářů Debianu?
-
Ještě bych k tomu podotknul, že žádat o samostatné build-essential končí
Reading package lists... Done
Building dependency tree... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
build-essential: Depends: libc6-dev but it is not going to be installed or
libc-dev
Depends: g++ (>= 4:4.0) but it is not going to be installed
E: Broken packages(další věc kterou nechápu...pět balíčků nainstalovat jde, ale jediný nikoli??!)
-
zkus spis:
sudo apt-get check
sudo apt-get install dpkg-dev g++ libc6-dev make build-essential
-
V podstatě to samé:
uni@knihovna:~$ sudo apt-get check
Reading package lists... Done
Building dependency tree... Done
uni@knihovna:~$ sudo apt-get install dpkg-dev g++ libc6-dev make build-essential
Reading package lists... Done
Building dependency tree... Done
make is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libc6-dev: Depends: libc6 (= 2.3.6-0ubuntu20) but 2.4-1ubuntu12 is to be installed
E: Broken packages
-
Nesmichal jste si nejak sources-listy ?
-
Broken packages... tak to bych asi udelal jeste nasledujici - smazat stazene libc6*.deb:
sudo rm -rf /var/cache/apt/archives/libc6*
sudo rm -rf /var/cache/apt/archives/partial/libc6*aby si apt-get stahnul ten balicek znovu... pro jistotu (jen si vzpominam, ze mi to jednou uz pomohlo). A pak zkusit dat reinstall toho balicku. A samozrejme zkontrolovat sources-list, resp. pro tuhle instalaci tam nechat jenom treba (doufam,ze jsem vytahnul ty spravny ;) )
deb http://cz.archive.ubuntu.com/ubuntu/ edgy main restricted universe multiverse
deb http://cz.archive.ubuntu.com/ubuntu/ edgy-updates main restricted universe multiverse
-
No.. Děkuji vám za rady.. Já to nakonec vyřešil celkovou reinstalací na Edgy Eft :)