Monday, April 29, 2024
8
rated 0 times [  8] [ 0]  / answers: 1 / hits: 6062  / 1 Year ago, sun, april 9, 2023, 3:12:02

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


More From » installation

 Answers
6

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 various apt- commands--not just apt-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 run sudo apt-get update first if you haven't done so recently. sudo apt-get install ... does not (ever) cause sudo 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).


[#36686] Monday, April 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
wherejuic

Total Points: 53
Total Questions: 123
Total Answers: 117

Location: Zambia
Member since Mon, Jan 23, 2023
1 Year ago
wherejuic questions
Thu, Aug 19, 21, 18:07, 3 Years ago
Wed, May 12, 21, 03:23, 3 Years ago
Sat, Nov 13, 21, 05:27, 3 Years ago
Mon, Sep 5, 22, 17:36, 2 Years ago
;