Paragraph about future software installation (#23268)
* Paragraph about future software installation Added a paragraph about using apt-get install and apt-cache search * Added code formatting to changes
This commit is contained in:
@ -10,5 +10,7 @@ If you need any help with installing the operating system <a href='http://www.ub
|
||||
|
||||
Once Ubuntu is installed, open the terminal and type `sudo apt update && sudo apt upgrade` to update your packages.
|
||||
|
||||
In order to install new programs onto your Ubuntu device, simply open the terminal and type `sudo apt-get install <PROGRAM>`, where `<PROGRAM>` is the name of the program you wish to install. In order to learn the name of a program you wish to install, open the terminal and type `apt-cache search <KEYWORD>`, where `<KEYWORD>` is the keyword you wish to search for.
|
||||
|
||||
 Previous |  Home  | Next 
|
||||
[**Alternatives to popular Windows and Mac software**](//forum.freecodecamp.com/t/alternatives-to-popular-windows-and-mac-software/18387) | [**Table of Contents**](//forum.freecodecamp.com/t/setting-up-ubuntu-for-programming/18388) | [**Customising Ubuntu**](//forum.freecodecamp.com/t/customizing-ubuntu/18382)
|
||||
[**Alternatives to popular Windows and Mac software**](//forum.freecodecamp.com/t/alternatives-to-popular-windows-and-mac-software/18387) | [**Table of Contents**](//forum.freecodecamp.com/t/setting-up-ubuntu-for-programming/18388) | [**Customising Ubuntu**](//forum.freecodecamp.com/t/customizing-ubuntu/18382)
|
||||
|
Reference in New Issue
Block a user