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:
seanakng
2018-12-03 23:27:00 -05:00
committed by Manish Giri
parent eb7d5ca14f
commit 08fe833d0b

View File

@ -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.
![:point_left:](//forum.freecodecamp.com/images/emoji/emoji_one/point_left.png?v=2 ":point_left:") Previous | ![:book:](//forum.freecodecamp.com/images/emoji/emoji_one/book.png?v=2 ":book:") Home ![:book:](//forum.freecodecamp.com/images/emoji/emoji_one/book.png?v=2 ":book:") | Next ![:point_right:](//forum.freecodecamp.com/images/emoji/emoji_one/point_right.png?v=2 ":point_right:")
[**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)