Monday, 21 May 2012
 Home arrow Blog arrow Ubuntu: 4 Ways to Install Programs or Packages
   
Main Menu
Home
News
Blog
Links
Search
FAQs
Spider
Articles
@intrenet
Free Softwares
Break for fun
Friends VIdeos
Techno videos
Contact Us
Disclaimer
Guest Book
Speed test
V.E.C. Calculator
IPv4 Subnet Calc
IPv6 Subnet Calc
Byte Converter
Converter
GMT/UTC Time
Bandwidth Calc
Allinone Calc
IANA Port Numbers
Country Call Codes
Pk Postal Codes
Surf Anonumously
Visitors Counter
mod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_countermod_vvisit_counter
mod_vvisit_counterToday112
mod_vvisit_counterYesterday203
mod_vvisit_counterThis week112
mod_vvisit_counterThis month4661
mod_vvisit_counterAll125337
 
 
 
 


Ubuntu: 4 Ways to Install Programs or Packages PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Amanatullah khalil   
Sunday, 24 May 2009

Ubuntu: 4 Ways to Install Programs or Packages

 

This howto describes the simple, common methods for installing packages in Ubuntu.


1. Add/Remove Programs Menu

This is obviously the first method you’ll learn, because it is the most beginner friendly way to install packages.

To access it, click Applications in the menu bar and select Add/Remove…

In the window that opens up, just select what you want to install, and then Ok.

2. Terminal: Apt-get Install

To use this, you have to know the name of the package as it is recognized by the Synaptic Package Manager.

Once you have the name of the package, type:

sudo apt-get install [Name of package]

in the terminal, and provide your password when it requests it.

3. Tarballs

If you have downloaded a file with tar.gz as the filetype, then this method is the way to go.

First, extract the package to your home folder.

Then, in the terminal, type:

cd /home/[username]/[Extracted tarball's folder]

./configure

make

sudo make install

Provide your password when it asks for it.

4. Debs/RPMs

To install .deb packages, double click the file and click Install Package.

Installing RPMs will require you to convert them to .deb.

To do this, install Alien using:

sudo apt-get install alien

And convert using:

sudo alien -k name-of-rpm-file.rpm

courtesy http://www.tech-recipes.com/rx/2806/ubuntu_4_ways_to_install_programs_or_packages/

 
< Prev   Next >
 
 
 
csatpk Newsflash
Statistics
OS: Linux h
PHP: 5.2.17
MySQL: 5.1.63-community-log
Time: 20:36
Caching: Disabled
GZIP: Disabled
Members: 3
News: 368
Web Links: 5
Visitors: 265569
Popular