LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HELP with apt-getHow come when I tried to use apt-get to remove a package to regain (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-apt-gethow-come-when-i-tried-to-use-apt-get-to-remove-a-package-to-regain-221143/)

redss 08-22-2004 11:32 PM

HELP with apt-getHow come when I tried to use apt-get to remove a package to regain
 
How come when I tried to use apt-get to remove a package to regain disk space, it starts to install extra packages that take up more space than before?

See output below... (and another question is: when I'm thru with apt-get can I remove all the files under /var/cache/apt? this is to make room for a knoppix liveCD remaster)

Code:

# apt-get remove emacs21
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
  gettext-el libcompfaceg1 libdb3 libtiff4 xemacs21 xemacs21-basesupport
  xemacs21-bin xemacs21-nomule xemacs21-support
Suggested packages:
  xemacs21-supportel
The following packages will be REMOVED:
  emacs21
The following NEW packages will be installed:
  libcompfaceg1 libtiff4 xemacs21 xemacs21-basesupport xemacs21-bin xemacs21-nomule xemacs21-support
The following packages will be upgraded:
  gettext-el libdb3
2 upgraded, 7 newly installed, 1 to remove and 569 not upgraded.
Need to get 26.3MB of archives.
After unpacking 73.9MB of additional disk space will be used.
Do you want to continue? [Y/n] y


foo_bar_foo 08-22-2004 11:59 PM

yea apt for all it's beauty is somtimes trying to think for you
well if you don't want to use emacs21 then try xemacs21 i know you will like that one !
it's like your wife's mom trying to get you to eat more food....

anyway try

dpkg -r emacs21

to clean the cache

apt-get clean


All times are GMT -5. The time now is 04:28 PM.