qdore / Mutate

A simple launcher inspired by Alfred for ubuntu and Fedora.
MIT License
1.28k stars 98 forks source link

Can't install on Ubuntu 15.10 #95

Open mehrancodes opened 9 years ago

mehrancodes commented 9 years ago

☁ 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

tudor07 commented 9 years ago

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

KoutenXiu commented 8 years ago

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

siriniok commented 8 years ago

I have the same problem too.

kaijianding commented 8 years ago

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

benfalk commented 8 years ago

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

condemil commented 8 years ago

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
steermomo commented 8 years ago

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

benfalk commented 8 years ago

@hakale I had to compile it manually

steermomo commented 8 years ago

@benfalk Thanks, it works well

KoutenXiu commented 8 years ago

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

birchcode commented 7 years ago

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

Works well

Patrickctyyx commented 7 years ago

Thanks @kaijianding Build from source works well