Mailinglist Archive: zypp-devel (114 mails)
| < Previous | Next > |
Re: [zypp-devel] downgrading with zypper
- From: Martin Vidner <mvidner@xxxxxxx>
- Date: Tue, 31 Jul 2007 10:36:43 +0200
- Message-id: <20070731083643.GA4169@xxxxxxxxxxxxxxxx>
On Tue, Jul 31, 2007 at 09:32:57AM +0200, Jan Kupec wrote:
> Yes, specifying version to install/remove is a mandatory feature and is
> being implemented right now. In fact you can find the feature in zypper
> 0.8.4, but it is yet buggy and needs some more work. What you will be
> able to do after its completed is:
>
> zypper install sqlite = 3.38
Actually the quoting matters, at least in the current
implementation:
zypper install "sqlite = 3.38"
It would be easy to change the capability parser not to require
whitespace, to be able to use:
zypper install sqlite=3.38
--
Martin Vidner, YaST developer
http://en.opensuse.org/User:Mvidner
Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
> Yes, specifying version to install/remove is a mandatory feature and is
> being implemented right now. In fact you can find the feature in zypper
> 0.8.4, but it is yet buggy and needs some more work. What you will be
> able to do after its completed is:
>
> zypper install sqlite = 3.38
Actually the quoting matters, at least in the current
implementation:
zypper install "sqlite = 3.38"
It would be easy to change the capability parser not to require
whitespace, to be able to use:
zypper install sqlite=3.38
--
Martin Vidner, YaST developer
http://en.opensuse.org/User:Mvidner
Kuracke oddeleni v restauraci je jako fekalni oddeleni v bazenu
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |