Mutate icon indicating copy to clipboard operation
Mutate copied to clipboard

Can't install on Ubuntu 15.10

Open mehrancodes opened this issue 9 years ago • 12 comments

☁ 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

And then if I want to install "libboost-regex1.55-dev"

☁ sudo apt-get install libboost-regex1.55-dev
Reading package lists... Done Building dependency tree
Reading state information... Done Package libboost-regex1.55-dev is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source

E: Package 'libboost-regex1.55-dev' has no installation candidate

mehrancodes avatar Oct 23 '15 22:10 mehrancodes

I have the same problem. You have to compile it manually.

tudor07 avatar Oct 25 '15 18:10 tudor07

U can get these package from http://packages.ubuntu.com/(in vivid packages) but, i can't solve the next problem--Project ERROR: gtk+-2.0 development package not found

KoutenXiu avatar Nov 10 '15 04:11 KoutenXiu

I have the same problem too.

siriniok avatar Dec 04 '15 16:12 siriniok

Build it from source, I did it, and it worked. https://github.com/qdore/Mutate#from-source

kaijianding avatar Dec 06 '15 11:12 kaijianding

Just a small note here, I think https://github.com/qdore/Mutate/pull/102 is work being done to resolve this

benfalk avatar Dec 07 '15 17:12 benfalk

I can confirm that ppa package is not working on 14.04 as well, it just doesn't have any binaries in it

$ dpkg -L mutate
/.
/usr
/usr/share
/usr/share/doc
/usr/share/doc/mutate
/usr/share/doc/mutate/src.tar.gz
/usr/share/doc/mutate/config
/usr/share/doc/mutate/config/scripts
/usr/share/doc/mutate/config/scripts/find
...
/usr/share/doc/mutate/README.Debian
/usr/share/doc/mutate/changelog.Debian.gz

condemil avatar Dec 10 '15 07:12 condemil

I have the same problem,the only way to install it on Ubuntu 15.10 is compile it manually?

steermomo avatar Mar 16 '16 06:03 steermomo

@hakale I had to compile it manually

benfalk avatar Mar 16 '16 14:03 benfalk

@benfalk Thanks, it works well

steermomo avatar Mar 17 '16 01:03 steermomo

Well, the one on ppa:noobslab/apps has already soloved it. u can try it.

在 2016年03月16日 14:59, Hang Lee 写道:

I have the same problem,the only way to install it on Ubuntu 15.10 is compile it manually?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/qdore/Mutate/issues/95#issuecomment-197185554

KoutenXiu avatar Mar 17 '16 04:03 KoutenXiu

Couldn't get this going. Installed Albert instead: https://github.com/ManuelSchneid3r/albert

Works well

birchcode avatar Dec 17 '16 17:12 birchcode

Thanks @kaijianding Build from source works well

Patrickctyyx avatar Jan 29 '17 03:01 Patrickctyyx