Page 1 of 1

Slapt wants to downgrade QEMU

Posted: 1. Jun 2019, 19:52
by icanttellyou
I used a SlackBuild for QEMU that I modified. Slapt want's to downgrade QEMU 4.0.0 to QEMU 2.6.0.

Re: Slapt wants to downgrade QEMU

Posted: 1. Jun 2019, 23:30
by galmei
icanttellyou wrote: 1. Jun 2019, 19:52 I used a SlackBuild for QEMU that I modified. Slapt want's to downgrade QEMU 4.0.0 to QEMU 2.6.0.
Append

Code: Select all

,^qemu
to the 'EXCLUDE=' line in file /etc/slapt-get/slapt-getrc . You can do this via Gslapt (ctrl-p in Gslapt) or manually via an editor and sudo.

Re: Slapt wants to downgrade QEMU

Posted: 2. Jun 2019, 19:03
by icanttellyou
Thanks, that worked.

Re: Slapt wants to downgrade QEMU

Posted: 2. Jun 2019, 20:23
by ChuangTzu
or add

Code: Select all

[0-9]+_SBo 
to your slapt-get excludes and it will prevent slapt-get from upgrading/downgrading any SBo package.

Re: Slapt wants to downgrade QEMU

Posted: 2. Jun 2019, 20:46
by gapan