cevap icin tesekkurler fakat deb uzantili dosyayi kuramadim
Kod: Kodu kopyalamak için üzerine çift tıklayın!
root@ubuntu:~# sudo dpkg -i build-essential_11.1_i386.deb
(Reading database ... 22206 files and directories currently installed.)
Preparing to replace build-essential 11.1 (using build-essential_11.1_i386.deb) ...
Unpacking replacement build-essential ...
dpkg: dependency problems prevent configuration of build-essential:
build-essential depends on libc6-dev | libc-dev; however:
Package libc6-dev is not installed.
Package libc-dev is not installed.
build-essential depends on g++ (>= 4:4.0); however:
Package g++ is not installed.
build-essential depends on dpkg-dev (>= 1.13.5); however:
Package dpkg-dev is not installed.
dpkg: error processing build-essential (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
build-essential
root@ubuntu:~# sudo apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run `apt-get -f install' to correct these:
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.1.1) but it is not going to be installed
Depends: dpkg-dev (>= 1.13.5) but it is not going to be insta lled
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a s olution).
Kod: Kodu kopyalamak için üzerine çift tıklayın!
root@ubuntu:~# apt-get -f install build-essential_11.1_i386
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package build-essential_11.1_i386
root@ubuntu:~# apt-get -f install build-essential_11.1_i386.deb
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Couldn't find package build-essential_11.1_i386.deb
root@ubuntu:~#