LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   i can't install nokia pc suit in ubuntu operating system......help me (https://www.linuxquestions.org/questions/linux-newbie-8/i-cant-install-nokia-pc-suit-in-ubuntu-operating-system-help-me-722633/)

abhirup2009 04-30-2009 01:54 AM

i can't install nokia pc suit in ubuntu operating system......help me
 
hey freands..help me to install nokia pc suit........

as soon as possible.......

am waiting for ur ans........

abhirup2009 04-30-2009 02:07 AM

urjent
 
how can i install any softwere in ubuntu ....?????

help me.....plz

davender84 04-30-2009 02:47 AM

hi
 
Quote:

Originally Posted by abhirup2009 (Post 3525498)
how can i install any softwere in ubuntu ....?????

help me.....plz


Installing software on Ubuntu usually entails using Synaptic or by using an apt-get command from the terminal. Unfortunately, there are still a number of packages out there that are only distributed in RPM format.

There's a utility called Alien that converts packages from one format to the other. This doesn't always mean that an rpm will work on your system, though. You will need to install some prerequisite software packages in order to install alien, however. These packages include gcc and make.

Run this command to install alien and other necessary packages:

sudo apt-get install alien dpkg-dev debhelper build-essential

To convert a package from rpm to debian format, use this command syntax. The sudo may not be necessary, but we'll include it just in case.

sudo alien packagename.rpm

To install the package, you'll use the dpkg utility, which is the internal package management tool behind debian and Ubuntu.

sudo dpkg -i packagename.deb

baig 04-30-2009 02:50 AM

first search for the required software in ubuntu repos..


Code:

sudo aptitude search <your_required_software>
e.g

Code:

sudo aptitude search amsn
and if its exists.. type complete and correct name from there..

Code:

sudo aptitude install amsn -y
or you can download any .tgz or tar.gz file and

extract it by

Code:

tar -zxvf <filename.tgz>
cd filname_folder

Code:

./configure
make
sudo make install



Cheers!!

unSpawn 04-30-2009 03:31 AM

Please post your thread in only one forum. Posting a single thread in the most relevant forum will make it easier for members to help you and will keep the discussion in one place. This thread should be closed because it is a duplicate of http://www.linuxquestions.org/questi...urjent-722636/.

arochester 04-30-2009 03:32 AM

That's urgent? Really?

Look at http://www.psychocats.net/ubuntu/installingsoftware and http://amitech.50webs.com/installing/index.php.html

linuxlover.chaitanya 04-30-2009 03:36 AM

Quote:

Originally Posted by abhirup2009 (Post 3525498)
how can i install any softwere in ubuntu ....?????

help me.....plz

Urgent ? for whom? For you but no one else. Forbid from posting threads with such subjects. Use relevant titles to get more help. And google is your friend so use it first.

unSpawn 04-30-2009 03:37 AM

...and please don't crosspost your threads and use descriptive thread titles.

pixellany 04-30-2009 07:55 AM

Merged the two (almost duplicate) threads


All times are GMT -5. The time now is 09:16 AM.