http://maketecheasier.com/install-software-from-a-tarball-in-linux/2009/06/25
http://gelide.sourceforge.net/index.php?sect=downloads&lang=en
u need to install build-essentials
0) install any dependency the program ask
1) download and extract file desire
2) cd into the folder
3) ./configure
no error? great next step bitch
4) make
(or use, make -j 5, or any number u wish that ur pc can handle)
5) sudo checkinstall
Note: (dont need to use sudo make install)
Thanks!!
manojd2910 3 weeks ago
It's good to see someone out there cares enough to record a solution to these common but sometimes convoluted tasks in the Linux/Ubuntu community.
VoltOptConstruct 3 months ago
@Devvy996 do this instead: "sudo sh configure"
daeheadshot 8 months ago
@halosparton some files dont have a ./configure, if thats the case just go to the next step, 'make'
gotbletu 8 months ago
@Devvy996 I'm having the same problem... I can't get it either.
halosparton 8 months ago
Very Cool !!! Thank you !!!
johnnylifeson 9 months ago
Argh. I hate this! Every time I try to use one of these, I do ./configure and it says "bash: ./configure: No such file or directory" :c
Devvy996 11 months ago
thanks man you solve my problem
masterdollars 11 months ago
thank man you solve my problem
masterdollars 11 months ago
@SileDevil u need to go 11.04 alphas, like i said stop if u donno or look into PPAs is safer
gotbletu 11 months ago