NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
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 i want to make the installation simple. how can i do it. gokulnath |
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.