Yes, there is an alternative to the Ubuntu Software Center named appgrid. It's a very lightweight application center for Ubuntu and it will let you purchase applications too. You can install it in Ubuntu with these following commands:
There is a regularly updated list of featured applications on the
home page. The list of recommendations are produced based on user
ratings.
The Software Repository gives you a handy way to choose and install
desired applications with just one click. With a powerful
multi-threaded download back-end, they are available to you for fast
download, limited only by your network connection.
Update manager helps you make sure your operating system has the
latest and greatest software installed. All the updates are available
for free!
Uninstalling applications that you no longer need gives you an
opportunity to have a cleaner working environment.
Comes with 9 pre-installed colorful skins, so you can select one that
brightens your day!
Cleanup cached packages to gain more space
Open download location and refresh application list
We have added official Ubuntu sources for fast downloads
If you just want to search for Ubuntu applications in the Ubuntu official repositories, you can browse the official "Apps" website: https://apps.ubuntu.com/
Here you can also quicly see screenshots and reviews for every app.
To install an app, you can just click the "Available in the Software Center" button in app detail page, using the "apt:" protocol.
Yes, there is an alternative to the Ubuntu Software Center named
appgrid
. It's a very lightweight application center for Ubuntu and it will let you purchase applications too. You can install it in Ubuntu with these following commands:It was only a 100KB download for me.
Comparison between
appgrid
and Ubuntu Software Center:You can sign in with Ubuntu One ID also:
You can use
synaptic
, a front-end forapt-get
.Yes. Try the Lubuntu Software Center. It is very fast and light-weight.
sudo apt-get install lubuntu-software-center
I noticed that deepin software-center is not on this list...
Features:
Reference:
You can try to familiarize yourself with the command lines: Searching:
This will often yield many results, so it is useful to pipe eg to less or to use grep to search further:
Search in all descriptions for FTP, show only the matches which have FTP in the package description
Installing:
Removing:
There is Muon Software Center (
muon-installer
), default Kubuntu software manager.You can install it in Ubuntu, but it'll probably have a lot of Qt and KDE dependencies.
I recommend you
aptitude
, it's similar toapt-get
but it has a very easy to use CLI.You can always use
synaptic
, it's fairly easy to use and very powerful.sudo aptitude
is my personal favorite, used in the command line, very quick response on my 500mhz command line system.You can also do it without
sudo
or root, but you can only view packages installed and search for packages.I noticed nobody mentioned
gnome-software
It will replace
software-center
in 16.04, but I quite likesoftware-center
itself.If you just want to search for Ubuntu applications in the Ubuntu official repositories, you can browse the official "Apps" website: https://apps.ubuntu.com/
Here you can also quicly see screenshots and reviews for every app.
To install an app, you can just click the "Available in the Software Center" button in app detail page, using the "apt:" protocol.
Here you can find info about apt links:
Or you can just install the found package with
synaptic
or directly with command linesudo apt-get install <name>
, as reported in other answers.You can try this:
Appnr : A web based software center
This is a website which primarily uses the functionality of apt-url to install apps on Ubuntu.
More details find here : How to Download??