I usually use Ubuntu software centre to install programs but I sometimes use apt-get install
instead. Is the Ubuntu software centre method just a user interface equivalent of the apt-get install
commands? I use Ubuntu 12.04
I usually use Ubuntu software centre to install programs but I sometimes use apt-get install
instead. Is the Ubuntu software centre method just a user interface equivalent of the apt-get install
commands? I use Ubuntu 12.04
Except for paid apps as tachyons has pointed out (which can be installed and uninstalled with
apt-get
but only once purchased in the Software Center), the Software Center is primarily a front end for the variousapt-
commands--not justapt-get
. For example, the Software Center will also search for packages and let you edit your Software Sources.The main practical distinction between the two is that the Software Center will automatically fetch information about what packages are available from where and in what versions. In contrast, when installing or upgrading software with
apt-get
, you should runsudo apt-get update
first if you haven't done so recently.sudo apt-get install ...
does not (ever) causesudo apt-get update
to be run automatically (though it may be run automatically up to once a day as part of automatic updates in the system).Yes , software center is just a gui front end of apt , but paid apps and some of the free apps which is submited through my apps portal are not available in apt-get
Yes. As is another popular program - synaptic. I find synaptic faster.