Mutate icon indicating copy to clipboard operation
Mutate copied to clipboard

Install Ubuntu 16.04 either PPA or gdebi doesn't work

Open birchcode opened this issue 8 years ago • 12 comments

Tried installing both ways, here is via the gdebi method:

% sudo gdebi Mutate-2.3.deb 
Reading package lists... Done
Building dependency tree        
Reading state information... Done
Reading state information... Done
This package is uninstallable
Dependency is not satisfiable: libboost-regex1.55-dev

birchcode avatar Dec 17 '16 09:12 birchcode

yeah your version doesnt have boost 1.55, i made some packages some time ago. Ill dig up my build vm and reupload the debs.

mgolisch avatar Dec 24 '16 03:12 mgolisch

you can try http://buildout.apps.mgolisch.eu/xenial_result/mutate_2.4~precise~NoolsLab.com_amd64.deb

should work on xenial

mgolisch avatar Dec 24 '16 05:12 mgolisch

Works on xenial. Thanks.

ckruse avatar Jan 08 '17 20:01 ckruse

hey, anything for x86? i get a wrong architecture error using gdebi

ranjitc avatar Jan 29 '17 10:01 ranjitc

no i never build any packages for x86, do people still have non amd64 x86 cpus?

mgolisch avatar Jan 30 '17 12:01 mgolisch

@mgolisch Good job! :+1:

wzpan avatar Feb 18 '17 08:02 wzpan

@mgolisch hi, i have a few old computers that i'm converting to linux. was looking for an alfred replacement as i totally love that on osx. i'm a linux noob and have had some trouble compiling packages in the past, so was wary of compiling it myself. i'll give it a try.

ranjitc avatar Feb 18 '17 15:02 ranjitc

you can try http://buildout.apps.mgolisch.eu/xenial_result/mutate_2.4~precise~NoolsLab.com_amd64.deb

should work on xenial

@mgolisch I am able to install this on Ubuntu 16.04 however opening preferences results in a Cannot open ini file error without any further information.

kleinfreund avatar Mar 21 '17 09:03 kleinfreund

Do you have this file https://github.com/qdore/Mutate/blob/master/config/config.ini in Mutate insstalled directory? I am currently on mac so can't give you exact file location. But this is the configuration that mutate is looking for. Try to create one manually if its not already there.

samundra avatar Mar 21 '17 09:03 samundra

Within ~/.config/Mutate, there is only the file frequence. No other files.

What I needed to do in addition:

git clone https://github.com/qdore/Mutate.git
cd Mutate
cp -R config/* ~/.config/Mutate
chmod -R a+x ~/.config/Mutate/scripts
chmod -R a+w ~/.config/Mutate
sed -i "s|{home}|$HOME|g" ~/.config/Mutate/config.ini

kleinfreund avatar Mar 21 '17 09:03 kleinfreund

try find . / -name 'Mutate' and check if you have it there.

samundra avatar Mar 21 '17 10:03 samundra

@kleinfreund Cheers, you got it working I guess.

samundra avatar Mar 21 '17 10:03 samundra