did mce-tools disappear? [answered]
Hi, is it still possible to install mce-tools? I encountered this:
Fatal error: File './mw/armv7hl/mce-tools-1.62.5-1.51.1.armv7hl.rpm' not found on medium 'https://releases.jolla.com/releases/latest/jolla/armv7hl/'
EDIT - problem solved. Long story in comments below. Short story here:
- Check release with
ssu s
, update to actual OS release if required withssu release x.x.x.xx
(devel-su
required). Note: 'latest' is not correct. - If release updated, execute
version --dup
- Perform
pkcon refresh
(pkcon update isn't enough) - Perform
pkcon install mce-tools
- Install GUI for mcetool (Openrepos)
Bottomline: I have no idea of the reason why my OS release number went wrong.
@objectifnul - I just tried this, you're right, I get exactly the same message, so I did this and now mce-tools is installed:
pkcon install mce-tests
- let it do its thing, then:pkcon install mce-tools
, should install without error.Type
Spam Hunter ( 2015-12-26 16:01:21 +0200 )editmcetool --help
for more commands.Thanks. Still same "not found" error :(
(also with zypper instead of pkcon)
Looks like the repository has been messed up.
objectifnul ( 2015-12-26 17:54:32 +0200 )editThat's odd, perhaps there are dependencies.
I double checked, removed mce-tools, did pkcon install mce-tools, then ran a command to enable LPM mode - works fine.
Try running
Spam Hunter ( 2015-12-26 18:22:25 +0200 )editpkcon update
thenpkcon install mce-tools
I got this:
objectifnul ( 2015-12-26 18:26:47 +0200 )edit... and with pkcon refresh:
(also in dev mode)
objectifnul ( 2015-12-26 18:29:25 +0200 )edit