Mailinglist Archive: opensuse-bugs (7309 mails)
| < Previous | Next > |
[Bug 487626] Add "update unconditionally" option for zypper
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Fri, 27 Mar 2009 08:30:00 -0600 (MDT)
- Message-id: <20090327143000.52547CC7D0@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=487626
User jkupec@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=487626#c9
--- Comment #9 from Ján Kupec <jkupec@xxxxxxxxxx> 2009-03-27 08:29:59 MST ---
c#7:
To accomplish this, the 'update' would also need to reinstall a lot of packages
(all that would be kept as they are otherwise). I'm not sure if that should be
added.
There must be better ways to do this than to abuse 'update' functionality. E.g.
use --root:
$ zypper repos -e myrepos.repo
$ mkdir /tmp/myroot
$ zypper --root /tmp/myroot addrepo myrepos.repo
$ zypper --root /tmp/myroot modify-repo -kr
$ zypper --root rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE} ' | xargs \
zypper in --dry-run
(soon also 'zypper in --download-only ...')
What about that?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User jkupec@xxxxxxxxxx added comment
https://bugzilla.novell.com/show_bug.cgi?id=487626#c9
--- Comment #9 from Ján Kupec <jkupec@xxxxxxxxxx> 2009-03-27 08:29:59 MST ---
c#7:
To accomplish this, the 'update' would also need to reinstall a lot of packages
(all that would be kept as they are otherwise). I'm not sure if that should be
added.
There must be better ways to do this than to abuse 'update' functionality. E.g.
use --root:
$ zypper repos -e myrepos.repo
$ mkdir /tmp/myroot
$ zypper --root /tmp/myroot addrepo myrepos.repo
$ zypper --root /tmp/myroot modify-repo -kr
$ zypper --root rpm -qa --qf '%{NAME}-%{VERSION}-%{RELEASE} ' | xargs \
zypper in --dry-run
(soon also 'zypper in --download-only ...')
What about that?
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |