I have installed Lubuntu without a browser. I can't figure out how to download and install new software on it. Should I reinstall Lubuntu?
Asked
Active
Viewed 1.3k times
1 Answers
4
You can use Lubuntu Software Center in order to install new software on your system.
- From Lubuntu 12.04 onwards, it comes preinstalled.

If for some reason you don't have it, install it:
sudo apt-get install lubuntu-software-center
- If you are using Lubuntu 11.10 or older, the Software Center doesn't comes preinstalled. Use these commands instead to add the PPA:
sudo add-apt-repository ppa:lubuntu-desktop/ppa
sudo apt-get update
sudo apt-get install lubuntu-software-center
If you prefer the command line, you can use
apt-getinstead of the Software Center in order to install new software (but you have to know the package name).For example, to install firefox, type
sudo apt-get install firefox.
That Brazilian Guy
- 4,490