Results 1 to 3 of 3
due to this problem the only apps i can install are with apt-get. and i don't have much selection because of that. so when i apt-get install make i get ...
- 12-06-2006 #1Just Joined!
- Join Date
- Mar 2006
- Posts
- 15
Problem with make
due to this problem the only apps i can install are with apt-get. and i don't have much selection because of that. so when i apt-get install make i get this
can somebody make some sense of that for me.root@box:~#apt-get install make
Reading Package Lists... Done
The following extra packages will be installed:
fileutils
The following NEW packages will be installed:
fileutils make
0 packages upgraded, 2 newly installed, 0 to remove and one not upgraded.
Need to get 0B/1097kB of archives. After unpacking 2773kB will be used.
Dow you want to continue? [Y/n] y
(Reading database ... 15347 files and directories currently installed.)
Unpacking fileutils (from .../fileutils_4.1-10_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/fileutils_4.1-10_i386.deb (--unpack):
trying to overwrite '/bin/chgrp', which is also in package coreutils
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/fileutils_4.1-10_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
- 12-06-2006 #2
open terminal and execute this
execute this code to clean upCode:sudo dpkg -i --force-overwrite /var/cache/apt/archives/fileutils_4.1-10_i386.deb
Code:$ sudo dpkg --configure -a $ sudo apt-get -f install make
casperIt is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 12-06-2006 #3Just Joined!
- Join Date
- Mar 2006
- Posts
- 15
thanks for the help
but now it's saying that my system doesn't support compilations due to me missing g++ I apt-get install g++ and it says i have missing dependencies that will not be installed. so i apt-get the following dependencies in their respective order. (each one depending the next) until i get to libc6 and it tells me it's the newest version. if it helps i'm using Damn Small linux 2.2.
g++-2.95
libstdc++2.10-dev
libc6dev
libc6


Reply With Quote