← All resources

Your first week with Ubuntu: a complete checklist.

Day-by-day plan to take a brand-new Ubuntu install from “where’s the Start menu” to “I never want to go back”. Eight things to do in order.

An over-the-shoulder photograph of a 4K monitor running a Linux installer in dark theme, glowing cyan against a dark home office.
Day 0. Twenty minutes to a usable desktop. A modern Linux installer walks you through language, keyboard, timezone, and account setup. Coffee, then a working desktop.

You installed Ubuntu. The desktop looks unfamiliar. Everything is in a slightly different place. Your muscle memory is wrong. Your fingers reach for a Start menu that doesn’t exist.

Take a breath. The first week is the worst week, and then it’s never bad again. Here’s the day-by-day plan I’d give a friend.

Day 1: Just live in it.

Don’t optimise anything. Don’t install anything new. Open the apps that came with the system and use them.

That’s a full working day on day one. Resist the urge to tinker.

Day 2: Make the desktop feel like yours.

Open Settings → Appearance. Move the dock to the bottom if you miss the Windows taskbar. Pick a wallpaper you don’t hate. Change the accent colour.

The point isn’t to make Ubuntu look like Windows. The point is to make Ubuntu feel like your computer.

Day 3: Install the apps you actually use.

Open Ubuntu Software (the orange shopping bag icon). Search for what you need. Click Install. Done.

The ones most people grab on day three:

Day 4: Update the system.

Open Software Updater (it’ll also bug you about this — that’s normal). Install the updates. Reboot.

This is the equivalent of Windows Update, except it takes a few minutes instead of an hour and never asks you to “restart now to finish installing important updates”.

Day 5: Try the terminal. Just once.

Press Ctrl + Alt + T. A black window opens. Type:

sudo apt update

It asks for your password. Type it (you won’t see the dots — that’s intentional). Press Enter. Watch the lines scroll by.

Then type:

sudo apt upgrade -y

This is the command-line way of doing what the Software Updater did on day 4. Same thing, different interface. That’s all the terminal is — another way to do what you already do, just faster once you know it.

Day 6: Move your stuff.

Plug in the external drive you used to back up from Windows. It should appear in the Files app. Drag your Documents, Photos, Music across.

Sign into your Google account in the Settings app if you want your calendar and contacts to sync. Sign into Firefox to bring your bookmarks. Sign into your password manager to bring your passwords.

Day 7: Decide.

By now you know whether Ubuntu is for you. Three likely outcomes:

  1. “This is great, where has this been all my life?” — Welcome. You live here now.
  2. “It’s fine, but I need Windows for one specific thing.” — Install both. Pick at boot. Most people do this for years.
  3. “I hate it.” — That’s a valid outcome. Try Linux Mint instead — same idea, more familiar-feeling. Or come back in a year; the desktop improves every six months.

What you do not need to do.

A few things the internet will tell you are mandatory but aren’t:

Bonus: the keyboard shortcuts that pay for themselves

ShortcutWhat it does
Super (Windows key)Open the activities overview
Super + TypeSpotlight-style search
Ctrl + Alt + TOpen a terminal
Ctrl + Shift + C / VCopy / paste in a terminal
Super + LLock the screen
Print ScreenTake a screenshot (saved to Pictures)

Found this useful? We’re publishing more beginner guides over the coming weeks. Back to all resources →