Mailinglist Archive: zypp-devel (114 mails)
| < Previous | Next > |
Re: [zypp-devel] downgrading with zypper
- From: Jan Kupec <jkupec@xxxxxxx>
- Date: Tue, 31 Jul 2007 10:40:07 +0200
- Message-id: <46AEF567.5090706@xxxxxxx>
Martin Vidner wrote:
> 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
I like this more (less keystrokes to achieve :O). If you agree i'll
change it so that it works without the white space.
j.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
> 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
I like this more (less keystrokes to achieve :O). If you agree i'll
change it so that it works without the white space.
j.
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |