How do I install the Lubuntu Software Center?

I'd like to install the lubuntu software center on lubuntu 11.10.

Here is the launchpad project, they have a PPA

2 Answers

11.10

You can install lubuntu-software-center Install lubuntu-software-center via the following:

First, add the PPA. The exact instructions are here, the PPA you need to add is this:

ppa:lubuntu-desktop/ppa

If you have add-apt-repository programe, just run:

sudo add-apt-repository ppa:lubuntu-desktop/ppa

Then, you need to update your package list:

sudo apt-get update

Then, you'll need to install the lubuntu software center:

sudo apt-get install lubuntu-software-center

12.04

Lubuntu software center is in the main repositories and is part of the default Lubuntu applications. If in case you want to install it for Ubuntu or other flavours, you can use the following command:

sudo apt-get install lubuntu-software-center
1

At the time of writing this answer, there does not seem to be any support.

But there is still another alternative, the Gnome Software Center.

It can be installed by: sudo apt-get install gnome-software. This is in the main repositories.

UPDATE

Zanna (See comments) has told me that Lubuntu now comes with a software centre call Discover. See the screenshot here to see how to open it.

Hope this helps!

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like