Forum     

Go Back   Digit Technology Discussion Forum > Software > Open Source
Register FAQ Calendar Mark Forums Read

Open Source A place where you can talk to like-minded people about the fastest growing software movement today! Discuss anything and everything about Open Source software and Operating Systems.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 14-08-2006, 09:19 AM   #1 (permalink)
Right Off the Assembly Line
 
Join Date: Aug 2006
Posts: 15
Question How to install softwares in Ubuntu?????????

I had installed ubuntu Debian but i dont know how to install the softwares provided with digit cd and dvd please tell me.......................
mannu_techy is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 14-08-2006, 11:01 AM   #2 (permalink)
Right Off the Assembly Line
 
Join Date: May 2006
Posts: 21
Default Re: How to install softwares in Ubuntu?????????

for installing softwares in ubuntu u require

for installing rpm packages like "amarok.rpm"
u require 'alien'

to get it from online repositories jus enter
$sudo apt-get install alien
now
$alien -i *.rpm
$dpkg -i *.deb
your package will be installed
for installing deb packages like amarok.deb just double click on it.
for installing source codes with 'tar.bz2' extension or 'tar.gz' u need
a utility called make

for this enter
$sudo apt-get install make
then
$tar -zxvf <package name>
$./configure
$make
$make install
hope ur package will be installed
ramana321388 is offline  
Old 14-08-2006, 08:30 PM   #3 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: How to install softwares in Ubuntu?????????

Ubuntu is a Debian-based distro. So it's native package format is <package-name>.deb,
If the CD/DVD contains software packages in the RPM format, you must convert it
to Debian format using 'alien' package
Open the Terminal WIndow & type:
$ sudo apt-get install alien
Now wait for the installation to complete.
Use 'cd' command to move to different directory like in WIndows.
$ sudo alien <package>.extension
This will convert the package to Debian format.
If you are using Ubuntu 6.06 (Dapper Drake), just right-click on the package,
choose 'Open with 'GDebi Package Installer' & click on 'Install' button.
If you are using a older version of Ubuntu, then type this:
$ dpkg -i <package>.deb

For installing packages available as Source code in package.tar.gz2, or package.tar.gz
$ sudo apt-get install build-essential
$ gzip -d <package>.tar.gz2
$ tar -xvf <package>.tar
$./configure
$ make
$ sudo make install

This is the procedure.
@Ramana, the overall procedure you have given is correct, but there are minor mistakes!!
To compile from Source, you need C/C++ compilers,& make.
JGuru is offline  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +5.5. The time now is 02:40 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2