public inbox for gentoo-user-ru@lists.gentoo.org
 help / color / mirror / Atom feed
From: Alex Efros <powerman@powerman.asdfgroup.com>
To: gentoo-user-ru@lists.gentoo.org
Subject: Re: [gentoo-user-ru] Правильное обновление системы
Date: Tue, 17 Mar 2009 07:12:57 +0200	[thread overview]
Message-ID: <20090317051257.GE2753@home.power> (raw)
In-Reply-To: <1237263014.16439.2.camel@ddipp.mine.nu>

Hi!

On Tue, Mar 17, 2009 at 09:10:14AM +0500, ddipp wrote:
> Только что закончилось emerge world. Пересобралось 98 пакетов, все
> нормально. Но снова:
> emerge -pv world

emerge - обычно *устанавливает* указанные пакеты.
Таким образом, emerge world - команда *(пере)установить* все пакеты.
Для *обновления* нужно указывать параметр -u:

1. предположим, установлен пакет foo-1.0, и это самая последняя из
   доступных в портаж версий пакета foo
2. команда emerge foo перекомпилирует и переустановит foo-1.0
3. если её запустить несколько раз - она это сделает несколько раз
4. команда emerge -u foo не сделает ничего, т.к. версия 1.0 - самая
   последняя из доступных

5. если через некоторое время запустить emerge --sync, в портаж может
   стать доступна более новая версия, foo-1.1
6. если после этого запустить emerge -u foo - она скомпилирует и установит
   foo-1.1. если после этого запустить emerge -u foo ещё раз - она ничего
   делать не будет, т.к. уже будет установлена последняя доступная версия
   и обновлять ей нечего
7. если в предыдущем пункте вместо emerge -u foo запустить emerge foo -
   она сделает то же самое - установит foo-1.1 вместо старой foo-1.0 -
   но не потому, что она будет *обновлять* систему, а просто потому, что
   дали команду установить пакет foo, вот она и установит последнюю
   доступную версию - 1.1. если после этого ещё раз запустить emerge foo -
   она *снова* перекомпилирует и переустановит foo-1.1

hope that helps...

-- 
			WBR, Alex.



  reply	other threads:[~2009-03-17  5:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-16 19:03 [gentoo-user-ru] Правильное обновление системы ddipp
2009-03-16 19:05 ` Alex Efros
2009-03-16 19:14   ` ddipp
2009-03-16 19:26     ` Alex Efros
2009-03-16 19:29       ` ddipp
2009-03-17  4:10         ` ddipp
2009-03-17  5:12           ` Alex Efros [this message]
2009-03-17  5:26             ` ddipp
2009-03-17  5:32               ` Alex Efros
2009-03-17  7:35                 ` [gentoo-user-ru] " Игорь
2009-03-17  8:54                   ` Alex Efros
2009-03-17 19:32                     ` [gentoo-user-ru] " Игорь
2009-03-17 20:39                       ` Alex Efros
2009-03-19  2:31                         ` [gentoo-user-ru] " Кем Станислав
2009-03-18  0:23                     ` володя смотеско
2009-03-16 19:07 ` Марьясин Семён

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090317051257.GE2753@home.power \
    --to=powerman@powerman.asdfgroup.com \
    --cc=gentoo-user-ru@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox