PDA

View Full Version : [ubuntu] Installing softwares without synaptic manager



arpit625
May 23rd, 2011, 08:01 AM
I have ubuntu 11.04 on my pc.....
i have downloaded some packages from :

http://www.debian.org/distrib/packages

when i extracted them they contain some config files....there was no .deb files...
how can i install softwares downloaded from this site..?????

I tried these commands but they didnt work:
./configute
make
make install

joshuachoo
May 23rd, 2011, 08:12 AM
You most likely have to install them through the command line (I hope you are familiar with this). Using the command line, navigate to the directory where you have extracted your installation files (there should be a file called "configure"). In that directory, type ./configure in the command line. If all goes well and no errors are reported, you should be able to do:

make

make install

Note: You may have to type sudo before each command to run with administrator privileges.

The make install should install the packages into your system. Some times other dependencies are required, which would be another problem depending on the packages you are trying to install.

arpit625
May 23rd, 2011, 08:37 AM
i have tries these commands even with sudo .....
what are the other dependicies you are talking about. ????

yeah actually the setup did start but after some times it says some other packages or something else are not found....
i think it the same thing u are talking about.....

How can this problem be solved ???

linuxinstalledfromhdd
May 23rd, 2011, 09:14 AM
If you are just trying to install software in general this might help:

http://cinderbox.net/2011/04/03/to-do-list-after-installing-ubuntu-11-04-aka-natty-narwhal/

oldos2er
May 23rd, 2011, 05:06 PM
Which packages? Why aren't you using packages.ubuntu.com?