Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Install Ubuntu 16.04 either PPA or gdebi doesn't work #136

Open
birchcode opened this issue Dec 17, 2016 · 12 comments
Open

Install Ubuntu 16.04 either PPA or gdebi doesn't work #136

birchcode opened this issue Dec 17, 2016 · 12 comments

Comments

@birchcode
Copy link

birchcode commented Dec 17, 2016

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
@mgolisch
Copy link
Contributor

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
Copy link
Contributor

@ckruse
Copy link

ckruse commented Jan 8, 2017

Works on xenial. Thanks.

@ranjitc
Copy link

ranjitc commented Jan 29, 2017

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

@mgolisch
Copy link
Contributor

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

@wzpan
Copy link

wzpan commented Feb 18, 2017

@mgolisch Good job! 👍

@ranjitc
Copy link

ranjitc commented Feb 18, 2017

@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.

@kleinfreund
Copy link

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.

@samundra
Copy link

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.

@kleinfreund
Copy link

kleinfreund commented Mar 21, 2017

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

@samundra
Copy link

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

@samundra
Copy link

@kleinfreund Cheers, you got it working I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants