--- title: Download and Install Ubuntu Desktop --- A quick tutorial showcasing how to install Ubuntu. ## Steps: You can download the latest version of Ubuntu Desktop here. If you need any help with installing the operating system this tutorial by Ubuntu will help you out. If you want to dual boot your computer with Windows and Ubuntu checkout this helpful article. 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 `, where `` 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 `, where `` 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)