Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 1352  / 3 Years ago, thu, october 14, 2021, 10:49:43

I recently switched to Ubuntu 12.04 LTS 64-bit and I installed many essential softwares the terminal by using this command:



sudo apt-get install <package_name>



Is there any difference in installing softwares through terminal or via software center (i.e. does the actual working of installation varies)?


More From » apt

 Answers
1

There are some differences:




  • Using a GUI interface, installation error messages are hidden and they just give you a general message that it didn't work, but when you install something from terminal using apt-get, you will see all the messages that are generated; this information can be used to fix the errors.


  • apt-get will inform you by other associated packages that are recommended along with your package.


  • apt-get inform you by any packages that were installed previously and that are probably not needed any more.



[#26687] Friday, October 15, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tresein

Total Points: 197
Total Questions: 113
Total Answers: 112

Location: Hungary
Member since Wed, Nov 9, 2022
2 Years ago
tresein questions
Tue, Jun 28, 22, 17:57, 2 Years ago
Sun, Apr 3, 22, 07:11, 2 Years ago
Thu, Feb 3, 22, 18:03, 2 Years ago
Sat, May 13, 23, 13:00, 1 Year ago
;