how to compile gok packages into one package (*.deb)

hi

i installed gok 1.2 in my debian 2.6.18. it was difficult to install it using the dpkg -i command as i had to install the dependencies one by one. i want to know how i can assimilate all the dependencies of gok into one pakage so that i just have to install gok with dpkg -i command and the dependencies will be installed automatically.

the dependencies are as follows

liat spi1 1.7.12
libxevie1 1.0.1-3
at-spi 1.7.12-1
libwnck18 2.14-3-1
libestools 1.2
festlex-poslex 1.4.0-5
festlex-cmu 1.4.0-6
festvox-kallpc16k 1.4.0-5
festival 1.4.3-17.2
libgnome speech3 1:0.3.10-1.2
gok 1.2.0-1
gok doc

i want to make the installation simple. how can i do it.

gokulnath

kerala
india

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

how to compile gok packages

If you have the packages on Debian CDs/DVDs or are connected to the internet, then the best solution is to use apt-get to install packages.

If you just want to install packages manually, then you can place the package and all of its dependencies in one directory. Then cd to that directory, and run as root

# dpkg -i *.deb

compile gok packages

hi matt
will this install all the dependencies. for eg: i transfer all the dependencies of gok into a folder. then run the command dpkg -i gok 1.2.0-1.deb. will all the dependencies be installed automatically?

gokulnath

compile gok packages

"dpkg -i gok 1.2.0-1.deb" will only attempt to install that one package, I think (go ahead and try it). To install dependencies automatically, you have to use apt-get, aptitude, or synaptic.

"dpkg -i *.deb" will attempt to install all packages in the current directory. I don't think you'll get any errors about dependencies if they are all in the current directory.

Syndicate content