Re: Firefox 3.5
Because the package recommends ubufox, which depends on apturl, which depends on synaptic.
Personally I think installing recommends by default is a pain most of time, fortunately you can skip installing recommends by using:
Originally posted by ivan-frankfurt
Personally I think installing recommends by default is a pain most of time, fortunately you can skip installing recommends by using:
Code:
sudo apt-get --no-install-recommends install firefox-3.5
Comment