Skip to content

Open the Terminal on Ubuntu (0/∞)

Learn Qwik from A to Z (2025)

Learn how to open and use the Terminal on Ubuntu. The essential first step to install Node.js and start building your Qwik project.

Open the Terminal on Ubuntu
Open the Terminal on Ubuntu

🚀 Why Are We Starting from Scratch?

In this "Learn Qwik from A to Z (2025)" series, we are rebuilding everything from zero. The goal is to guide absolute beginners — and those who want a clean foundation — through every essential step to set up a complete Qwik development environment.

We won't dive into every technical detail, but we'll make sure you know everything important to install, configure, and start developing your first real Qwik application, smoothly and confidently.

🎒 Prerequisites for Building a Qwik App

Before creating your first project, here's what you'll need:

📂 Step 0: Open the Terminal on Ubuntu

  1. Click on the Activities menu at the bottom left of your screen.

    Open Activities Menu Ubuntu
    The Activities button to access all your apps.
  2. In the search bar, type Terminal to find the app.

    Search Terminal on Ubuntu
    Searching for the Terminal application.
  3. Right-click on the Terminal icon and choose "Pin to Dash".

    Pin Terminal to Dash
    Pinning the Terminal for faster access.
  4. Click on the Terminal icon from the sidebar to open it!

    Terminal Icon in Sidebar
    Terminal pinned and ready to launch.
  5. Your Terminal window should now be open and ready for use.

    Opened Terminal on Ubuntu
    The Ubuntu Terminal open and ready.

👨‍💻 Check if Everything Works

Run this command to check if your Terminal works:

Terminal
Terminal showing the result of ls command
The result of running ls — showing files and folders.

Explanation: The ls command lists the files and folders inside your current directory.

🎥 Watch the Video

Watch this quick video showing exactly how to open the Terminal:

🎉 Well done!

Congratulations ! You’ve successfully opened the Terminal on Ubuntu! This is a huge first step towards becoming a Qwik developer.

From now on, the Terminal will be your main tool to install software, run commands, and manage your Qwik projects. By mastering this simple skill, you've unlocked the door to the entire world of modern web development.

You’re now ready for the next step, let’s install Node.js and npm so you can start creating your first Qwik app!

Have questions, issues, or feedback?

Join our official Learn Qwik Discord server to get help and connect with the community.

🚀 Next step

Now that your Terminal is open and working, you're ready to install Node.js, the first tool needed to start developing your Qwik app! 🚀

Next step 👉 Install Node.js and NPM on Ubuntu.