I have a debian system installed and want to dist
upgrade it, BUT I want apt--get dist-upgrade to upgrade
only the installed debs and not to download everything
under the sun!
Is such a thing possible?
-ishwar
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-12-2008, 07:07 PM
Ron Johnson
apt-get question..
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 05/12/08 13:48, ISHWAR RATTAN wrote:
>
> I have a debian system installed and want to dist
> upgrade it, BUT I want apt--get dist-upgrade to upgrade
> only the installed debs and not to download everything
> under the sun!
>
> Is such a thing possible?
Define "download everything under the sun!". I say that, because a
dist-uprade *must* download all necessary packages.
- --
Ron Johnson, Jr.
Jefferson LA USA
We want... a Shrubbery!!
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-12-2008, 08:10 PM
Ishwar Rattan
apt-get question..
On Mon, 12 May 2008, Ron Johnson wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 05/12/08 13:48, ISHWAR RATTAN wrote:
I have a debian system installed and want to dist
upgrade it, BUT I want apt--get dist-upgrade to upgrade
only the installed debs and not to download everything
under the sun!
Is such a thing possible?
Define "download everything under the sun!". I say that, because a
dist-uprade *must* download all necessary packages.
Thanks that is clear now.
-ishwar
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-12-2008, 09:55 PM
Kamaraju S Kusumanchi
apt-get question..
ISHWAR RATTAN wrote:
>
> I have a debian system installed and want to dist
> upgrade it, BUT I want apt--get dist-upgrade to upgrade
> only the installed debs and not to download everything
> under the sun!
>
> Is such a thing possible?
You might be looking for
apt-get update
apt-get upgrade
hth
raju
--
Kamaraju S Kusumanchi
http://www.people.cornell.edu/pages/kk288/
http://malayamaarutham.blogspot.com/
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-13-2008, 12:55 AM
Raj Kiran Grandhi
apt-get question..
ISHWAR RATTAN wrote:
I have a debian system installed and want to dist
upgrade it, BUT I want apt--get dist-upgrade to upgrade
only the installed debs and not to download everything
under the sun!
'apt-get dist-upgrade' does exactly that. It tries to update as many of
the installed packages as possible and may add/remove a few packages to
resolve dependencies and conflicts in a more intelligent manner that
'apt-get upgrade'
Is such a thing possible?
-ishwar
--
Raj Kiran Grandhi
--
Politics is for the moment. An equation is for eternity.
-- Albert Einstein
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-13-2008, 06:40 AM
Kevin Mark
apt-get question..
On Mon, May 12, 2008 at 04:10:38PM -0400, Ishwar Rattan wrote:
>
>
> On Mon, 12 May 2008, Ron Johnson wrote:
>
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> On 05/12/08 13:48, ISHWAR RATTAN wrote:
>>>
>>> I have a debian system installed and want to dist
>>> upgrade it, BUT I want apt--get dist-upgrade to upgrade
>>> only the installed debs and not to download everything
>>> under the sun!
>>>
>>> Is such a thing possible?
>>
>> Define "download everything under the sun!". I say that, because a
>> dist-uprade *must* download all necessary packages.
>
> Thanks that is clear now.
If you want less stuff installed, then you can tell aptitude not to
install 'recommends',
-K
--
| .'`. == Debian GNU/Linux == | my web site: |
| : :' : The Universal |mysite.verizon.net/kevin.mark/|
| `. `' Operating System | go to counter.li.org and |
| `- http://www.debian.org/ | be counted! #238656 |
| my keyserver: subkeys.pgp.net | my NPO: cfsg.org |
|join the new debian-community.org to help Debian! |
|_______ Unless I ask to be CCd, assume I am subscribed _______|
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-13-2008, 11:03 AM
Chris Bannister
apt-get question..
On Tue, May 13, 2008 at 02:40:45AM -0400, Kevin Mark wrote:
> If you want less stuff installed, then you can tell aptitude not to
> install 'recommends',
If a package is listed as a recommends and you consider it should only
be a suggests it is considered a bug.
--
Chris.
======
"One, with God, is always a majority, but many a martyr has been burned
at the stake while the votes were being counted." -- Thomas B. Reed
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-14-2008, 01:31 AM
"Douglas A. Tutty"
apt-get question..
On Tue, May 13, 2008 at 11:03:59PM +1200, Chris Bannister wrote:
> On Tue, May 13, 2008 at 02:40:45AM -0400, Kevin Mark wrote:
> > If you want less stuff installed, then you can tell aptitude not to
> > install 'recommends',
>
> If a package is listed as a recommends and you consider it should only
> be a suggests it is considered a bug.
Yes but just because its recommended, things still work just fine. I
have all kinds of packages that don't have all the cruft that they
recommend.
If you have a simple one-liner that will provide you with a list of the
packages which are recommended by installed packages but which aren't
themselves insalled, let me know. I'll run it and send you the results.
Doug.
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-14-2008, 03:24 AM
Daniel Burrows
apt-get question..
On Tue, May 13, 2008 at 09:31:15PM -0400, "Douglas A. Tutty" <dtutty@porchlight.ca> was heard to say:
> On Tue, May 13, 2008 at 11:03:59PM +1200, Chris Bannister wrote:
> > On Tue, May 13, 2008 at 02:40:45AM -0400, Kevin Mark wrote:
> > > If you want less stuff installed, then you can tell aptitude not to
> > > install 'recommends',
> >
> > If a package is listed as a recommends and you consider it should only
> > be a suggests it is considered a bug.
>
> Yes but just because its recommended, things still work just fine. I
> have all kinds of packages that don't have all the cruft that they
> recommend.
>
> If you have a simple one-liner that will provide you with a list of the
> packages which are recommended by installed packages but which aren't
> themselves insalled, let me know. I'll run it and send you the results.
aptitude search '~Rrecommends:~i!~i'
or to ignore recommendations that are satisfied (e.g., ORs)
aptitude search '~RBrecommends:~i'
Daniel
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
05-14-2008, 03:51 AM
Andrew Sackville-West
apt-get question..
On Mon, May 12, 2008 at 02:48:29PM -0400, ISHWAR RATTAN wrote:
>
> I have a debian system installed and want to dist
> upgrade it, BUT I want apt--get dist-upgrade to upgrade
> only the installed debs and not to download everything
> under the sun!
dist-upgrade will only upgrade those packages that are currently
installed with the exception of certain situations, where packages have
been replaced, for example. In that case some additional packages may
be added or removed. It will not download everything under the sun,
but depending on what is installed and how out-of-date your system is,
you may end up downloading and upgrading hundred of packages.