Log In Registration

Installing Packages on a Linux System

  • Sharebar

Like Windows, Linux also lets you install softwares on it. They’re commonly known as packages, instead of softwares. There are tools, specifically created on installing and updating packages on a Linux system. They are called Package Managers but are more often referred to as “install managers”. Ubuntu systems come with Synaptic Package Manager. Red Hat has RPM or Red Hat Package Manager.
Synaptic Package Manager is one of the most commonly used graphical front end package manager for Linux (debian-based distributions).  It doesn’t only let you install packages, but also provides update/upgrade options. To install packages using Synaptic Package Manager, follow the simple steps below:

1.    Open Synaptic Package Manager by going to System.
2.    Go to Administration.
3.    And you should see Synaptic Package Manager listed there.
4.    To make changes and manage package installation, you’ll need administrative privileges.
5.    Enter the root password.
6.    Once open, Synaptic Package Manager will show you a list of packages to choose from. They’re often categorized, so you won’t have problems sorting out the packages.
7.    Mark the package you want to install and press CTRL + I to install the packages.
This installation process is done through the GUI (Graphical User Interface). You shouldn’t have a hard time.

Related posts:

  1. Installing Joomla 1.6 On Your Computer (Offline)
  2. Is Android Compatible with Linux?
  3. Setting Static IP Address on LINUX
  4. Review of Windows 7 Ultimate Operating System
  5. Install A WordPress Blog On Your Computer (Offline)
This entry was posted in Tutorials and tagged , , , , , , , , , , , , , , , , , , , , , , , , , . Bookmark the permalink. Post a comment or leave a trackback: Trackback URL.
  • Support sabrinasabino.com!

No Comments

(Required)
(Required, will not be published)

CommentLuv badge

  • RSS Featured Software

  • Categories

  • Archives

  • About Me

    WYSIWYG! I'm a simple person trying to live the simplest life possible - it seems to be the most difficult thing to achieve! I'm an internet enthusiast and I've been a webmaster since early 2007. I like: blogging, developing sites using open source software, social media, computer games, '80s music, comedy & horror, animals, crunching on M&Ms peanut and Smarties!
More in Tutorials (55 of 78 articles)


At some point in your life, you may find it a need to manually assign an IP address to your computer. What if it's LINUX? You'd better have an idea ...