How To Install Applicaitons in Lubuntu?
A - Applications in Repositories
B - Applications NOT in Repositories
A- Applications in Repositories
There are three (3) simple ways to install ANY Applications from the Official Repositories:
1- LXTerminal
Menu > Accessories > LXTerminal

For many users, The Terminal is the easiest and the fastest way to install the desired program/application. However, it could be a nightmare for new comers to Linux. PLEASE, do not be afraid, it will never bite you. Once you'll use it as per these instructions, you'll love it and might be addicted to it just like myself.
To install any program/application from the official repositories, please follow the following basic steps:
1-
Code:
sudo apt-get update
2-
Code:
sudo apt-get install <packagename>
Example:
Code:
sudo apt-get install vlc
Code:
sudo apt-get install firefox
You could also do this if you know what programs/applications you want to install:
Code:
sudo apt-get install vlc firefox
Just leave one space between each package or program.
Sometimes, some programs have dependencies to be installed with them. If you issue the install command just like above, it will ask you whether to install all the dependencies or not. IF YOU KNOW what you are doing, then you can use "-y" at the end so it will not ask you whether you want to install them or not. Example:
Code:
sudo apt-get install vlc -y
2- Synatpic
This could be the favorite tool for many users, myself is included even though I tend to use The Terminal more often. Synaptic, which comes by default with Lubuntu, is VERY easy to use and straightforward.
Menu > System Tools > Synaptic Package Manager
You need to type your password so that you can use it.

And the main interface of Synaptic will be:

To install any program/application, you need first to Click on "Reload" then Click on the Search Button and Type whatever you are looking for.

Then
Right Click on the package name and select "Mark for Installation".

In case there are some dependencies to be installed, Mark them too and then Click "Apply" on the main interface of Synaptic.
3- Lubuntu Software Center (LSC)
Yes indeed. Stephen Smally and others developers are are working so hard on Lubuntu Software Center which hopefully will be included by default with Lubuntu 12.04.
Please check this update regarding LSC:
Ladies and Gentlemen, Lubuntu Software Center 0.0.2 is out!
this is the first stable version, you can grab the tarball at
http://launchpad.net/lubuntu-software-center
Now we need your tests, you comments and your hints.
Regards
Stephen Smally
P.S. the PPA is always updated, but is recommended only for test.
In the next section, I'll explain how to add it to your Lubuntu Installation.
B - Applications NOT in Repositories
You can find lots of programs and applications in the official repository. However, some applications are not there by default and you need to add them first then install them.
Usually, the easiest and the fastest way, as always, is The Terminal. However, you can also do that with Synaptic but to be honest, I'm trying to use The Terminal as much as possible whenever possible.
Examples of these applications and How To add each one of them:
1- Lubuntu Software Center:
From LXTerminal, please run these commands:
Code:
sudo apt-add-repository ppa:lubuntu-desktop/ppa
Code:
sudo apt-get update
Code:
sudo apt-get install lubuntu-software-center
After installing LSC, you'll find under System Tools Sub-Menu.
You can also download and install LSC from here: https://launchpad.net/lubuntu-software-center
2- LXScreenshot:
LXTerminal, please run these commands:
Code:
sudo apt-add-repository ppa:lubuntu-desktop/ppa
Code:
sudo apt-get update
Code:
sudo apt-get install lxscreenshot
LXScreenshot will be found in: Menu > Accessories > LXScreenshot
3- Faenza Icon Theme
From LXTerminal, please run these commands:
Code:
sudo add-apt-repository ppa:tiheum/equinox
Code:
sudo apt-get update
Code:
sudo apt-get install faenza-icon-theme
Bookmarks