How to Install Apps on Linux: Ubuntu 24.04 Package Manager Guide

Опубликовано: 21 Август 2026
на канале: Hydranoid
54
0

Following up on our previous video teaching step-by-step how to install Ubuntu 24.04 on a laptop, this tutorial covers exactly how to get software onto your new system.

A package manager is essentially the Linux version of an app store, but it operates entirely through the terminal. Instead of searching the web for installer files, a package manager securely downloads, installs, updates, and removes software directly from central, trusted servers.

On Ubuntu, the default package manager is called APT. In this video, we look at a practical example and use the terminal to install the basic compiler tools needed for C++ programming.

📌 Timestamps:
Note: Make sure to adjust these times to match your actual edit. Typing out the exact timeline allows YouTube to automatically parse these into chapters, which drastically improves your ranking on both YouTube and Google Search.

00:12 - What is a Package Manager?
00:41 - APT on Ubuntu and how it handles dependencies
01:18 - Updating the System (sudo apt update and sudo apt upgrade -y)
02:30 - Installing Applications (sudo apt install package_name)
02:58 - Attempting to install build-essential and proceeding to install htop
03:25 - Running Installed Applications
04:21 - Removing Applications (sudo apt remove package_name)
05:02 - Cleaning Up Leftover Files (sudo apt autoremove)

If you found this quick guide helpful, please drop a like on the video and subscribe to the channel. As a brand-new channel, every single view and subscription helps me create more Linux, development, and coding content for you.

#Ubuntu2404 #LinuxForBeginners #Programming #LinuxSetup #OpenSource #TechTutorial