“apt install -y” Command Explained For Beginners!

In this article, let us learn about the command “apt install -y”.

When I was a complete beginner and I needed to install something on my Ubuntu machine, I went online and typed in “How to install <software name> on Ubuntu/Debian/Mint” and it led me to a page with some commands which looked like this

sudo apt install -y <software name>

I was just happy that I was able to type something in the Terminal and that it actually worked and did what I wanted it to do! I did not pay much attention to what I actually typed in. I guess to beginners, it just feels like a magic spell to get something installed!

In this article, I have tried to explain what this command “apt install -y“means from a beginner’s perspective avoiding unnecessary “technical terms” and I have tried to keep this article concise so that you can get through the entire article in about 10 to 20 mins max!

Let us see what this command does, how it does that, and the reason you need to use this command every now and then on your Linux computer.

For those of you in a hurry, here is the short version of the answer!

The Short Version of the Answer

What is the meaning of the command “apt install -y“? apt install -y command is usually used to download your desired application which has many configuration options from an online software repository pointed to by your sources.list configuration file and install that application on your Linux machine in a non-interactive manner asking the apt package management tool to assume “yes” to any questions that pop-up during the installation process.

I can see that the above paragraph has too many “technical terms” (which I promised not to use!) but that is just the short version of the answer to explain the command “apt install -y“, so do not worry if you don’t understand every word in that paragraph!

By the end of this article we will get back to this short answer version and by that time I am sure you will be able to understand what every word meant in the short answer above!

So let us begin!

apt install -y

Let us start by exploring the answer to the question “What does apt do?”

The apt command is responsible for installation, removal, and updating of software in our system.

A good analogy is to think of your computer as a factory and the apt command as the manager in that factory who is responsible for the installation of new equipment, removal of equipment that is no longer needed, and update desired equipment to their latest versions, while maintaining records of the equipment names and versions which are currently present in the factory.

The -y in the above command is usually pronounced “minus”y or “dash”y. This option is available with many commands which execute in an interactive manner asking the user several questions with “yes/no” answers and proceed with the command execution based on our answers to those questions.

Let us experiment by installing a package without the -y option and see how that goes.

In the screenshot below I am trying to install an app named gedit, which is the default text editor for the gnome-desktop environment.

apt install without the -y option

Your output might look a bit different than mine, but the important things to note here are the first 2 lines and the last line.

Continuing with our “factory analogy”, if you “the factory owner” orders the manager to install a conveyor belt, the manager is smart enough to understand that you need an entire conveyor system, and you expect him to install everything for you.

Let’s assume the manager has a list of files with given to him by all the equipment part manufacturers about what parts each of them produce. So naturally, the first thing the manager will do is to have a look at the documents given by all the equipment manufacturers and information required regarding what are the parts available with each of them which are necessary to build the conveyor system.

As you can see the first line in the screenshot above says “Reading package lists… Done” which means that apt went ahead and read all the available software in the repos.

The next thing the manager need to do is to go ahead and do the research of what are the parts needed for the conveyor and make a shopping list.

As you can see, the second line in the screenshot says “Building dependency tree” which means the apt is trying to see which other packages are required to make our desired package, gedit to run.

You cannot install a belt for the conveyor, before installing the rollers and the conveyor motors, because a belt depends on the presence of a conveyor motor and a roller to do its job, hence roller, sensors and motors are dependencies for a conveyor belt!

conveyor system

Then once apt knows what software to download and where to download them, apt tells us what additional packages will be downloaded and installed and how much extra space will be needed. Once we confirm this list by typing the letter “Y” and press enter, apt will download and install everything for us.

This prompt can be thought of as the factory manager asking you to confirm if you are okay with the list of things that need to be bought, and how much space they will these parts occupy once you install a conveyor system in your factory.

Now let us try the same command with the -y option.

apt install with the -y option

As you can see there is no prompt asking you to confirm if the list is okay, so in the case, you “the factory owner” has decided to that you have enough space on your factory and asked “apt “the manager to install everything without further questions.

I would avoid using the – y option unless

  1. I am very familiar with the command and I know I need to press Y to confirm things or
  2. I am using the command inside a script that I use to install a list of software that I need on a fresh distro installation.

Because it is considered good practice to know beforehand how much space and resources a given package needs before installing that on our machines.

So this is the meaning behind the “apt install -y” command!

If you still have an “incomplete feeling” about what this command means, read on for a longer and more informative answer where I explain the answers to the following questions

  • Command Line Interface vs Graphical User Interface: What is the need to have these 2 interfaces?
  • What is a command-line?
  • What do the 3 words in our command apt, -y, and install) mean?
  • Why do we need this command before we install software? and
  • Where to get more information about these commands?

So let us carry on with our exploration of the Linux world!

Let us start by exploring the world of text-based command line interface!

Command Line Interface vs Graphical User Interface

For those of you who love learning via videos, here is one we made to explain this concept!

If you are looking for some quiet reading time, then skip the video and read on!

Let us first begin with this basic question of why use the command-line interface in the first place! Why not simply download and install an app instead?

As you might already know there are 2 types of ways for us to interact with the computers

  1. Through the Graphical User Interface, a.k.a GUI and
  2. Through the Command Line Interface, a.k.a CLI

But, what is an “Interface”?

Interface

Interfaces can be thought of as the middleman between you and the machine, a way to make the machine understand what your wishes are. A TV remote is a good example of an interface, as this device acts as a middleman between you(the human) and your TV(the machine). Using a remote you can interact with your television, hence your TV remote is an interface!

TV Remote: Example of an Interface.

Graphical User Interface

The graphical user interface is the interface we are all familiar with, where we use our mouse or the touch screen to click through various icons and perform the desired action on our computers. This interface was made to make the operations on computers easier for regular users who might not be as tech-savy as programmers or software engineers.

Graphical User Interface

Command Line Interface

Before GUI, in the computing world, the uses/applications of using a machine like a computer were very limited and there was another way to run programs on the computers, which is via the CLI. Through CLI, which is a text-only interface, specialists can run their desired programs.

Command Line Interface

There are several advantages of CLI compared to the GUI. The 3 main advantages of CLI are listed below

  • since the CLI came first, this means GUI is still playing “catch-up” and this means you can do more things through the CLI than through the GUI
  • CLI is very resource-efficient (most of what you pay for in terms of hardware like CPU, GPU, mouse, touch-pad, touch-screen are all made for the main purpose of running the GUI. Because of the resource efficiency, almost all of the webservers and cloud infrastructure are run via CLI without a GUI.
  • Once you become a power user of Linux on the CLI, you can do a lot of fun projects which you never thought possible! This can include things like hosting your own website straight from your laptop, or tweak your old laptop to run as smoothly as a freshly bought one!

Now that we have established the fact that the command line interface is very useful, let us learn a few basics of the CLI.

Let us start by answering the question, ‘what is a command-line?’

What is a command-line?

A command-line is a line of text which tells our computer to perform a specific action.

As you might already know the words used in the text are specific for a given purpose and not some random text.

For example, a computer will understand the command-line “sudo apt install” and not “please install software“!

Unfortunately, our computers have not reached a state where we can just order the computer around the way we see robots are instructed in science fiction movies. We are getting there with natural language processing AI, but there is an awful lot of processing involved, which is very inefficient.

Due to this inefficiency, voice input is never going to replace the good old command-line interface when it comes to cloud computing and data centers. This is because in data-centers are very power-hungry and better efficiency translates into lower power consumption and lower running costs, which means more profit for the company!

Next let us see the basic structure of a command-line.

Command-Line Format

The command-line usually consists of the following 4 parts

  • command
  • sub-command
  • options and
  • arguments
command line format

Among these 3 parts, the command is mandatory. sub-command, options, and arguments are optional parts though you will need them in most command-lines!

What does the 3 words in our command (apt, install and -y) mean?

Let us try to break the command “apt isntall -y” into its building blocks and try to figure out the meaning of each word by taking the example of apt install -y gedit

command break-up

As you can see in the above picture, the command-line “apt install -y” in question contains the command named “apt”, the sub-command named of install and the option named “-y with the argument gedit in this command line.

To understand what command and sub-commands mean, you can think of the main command as an app and the subcommand as a button inside that app. So in essence, you are asking your computer to open the apt app and push the button named install!

What is apt?

APT stands for Advanced Packaging Tool which is a tool that is used to manage software in our system and apt is the software used to communicate this APT software management tool.

The words “manage software” in the above paragraph simply refer to these 5 basic tasks

  • install software
  • remove software
  • upgrade software
  • upgrade system
  • maintain the list of software that is installed in our system

If you are interested to learn more about how software packages are managed in Linux I highly recommend reading the article in the link below.

A Beginners Introduction To Linux Package managers: apt, yum, dpkg & rpm

Let us see how software in Linux is organized by answering the following questions.

What are packages in a Linux System?

Linux OS is basically made up of 3 parts

  • The hardware
  • The Linux Kernel and
  • Software packages that work with the Kernel to give us a complete Operating System

In simple words, hardware, as we know, includes CPU, HDD, SSD, RAM, and all the other components that make up your computer. The kernel is a special software that takes all the available hardware resources and virtualizes and manages them. The software packages are typically applications that we run which can make use of these hardware resources by requesting access to them through the kernel.

Examples of software packages can include application software like text editors, word processors, etc. or they can be the GNU utilities like bash, cron, dd, etc., or they can be device drivers to talk to the hardware.

These packages are managed by a special class of software known as “Package managers” which are explained in the article linked here.

Next, let’s have a brief look at what is included in these “Packages” of software.

Contents of packages

The content of the packages managed by these package managers involves the following 4 main components

  • Binaries or the executable programs
  • metadata files containing the version, dependencies, signatures, and other relevant information
  • documentation and manuals
  • configuration files

These packages are stored online in servers. These places are called software repositories.

What are Software Repositories?

This is the next question we must address. Repositories (or repos for short) are basically a place where verified packages are stored for easy retrieval and installation. They can be online like the APT repository or they can be on a local folder or a DVD where you have a special collection of software that you need.

This is one of the strong areas of Linux against other operating systems like Windows and Mac OSX, because on the 2 latter OSes we usually need to go to the software vendor’s website to download a software package and manually install them, whereas in Linux you can just type one line of code to get your desired software!

Also because we need to go-to some untrusted vendor website to download software, which are not curated by the OS, there can be security issues where a malware could be come along with the download, whereas in Linux as long as you stick to the official software repositories, you don’t need to worry about security issues as these software are already verified before being stored in the repo!

Windows and Mac OSX are improving this situation through their app-stores but Linux is miles ahead of other OSes in this race!

You can have several repositories from which you can download and install these packages. These can be

  • official repos of your particular distro (some have guaranteed support while others are not entirely supported) and
  • 3rd party repos

What is a Package Source List?

This is a list of packages available for installing on a given distro. This list is maintained by your Linux machine. The information in this list usually includes the locations of various repositories from which software can be installed. These locations are usually on the internet.

This list is often stored in the /etc/apt directory. You can view and edit this list the same way you can view any other text files using one of your favorite text editors like vs-code, gedit, nano or vim.

If you are using Ubuntu or one of its derivatives, you can also view this list by typing in the following command in the Linux terminal

cat /etc/apt/sources.list

The screenshot below shows the output of the above command.

As you can see from the above screenshot, this list basically contains some URLs to locations on the internet. From these locations, further information can be collected like

  • the latest bug fix updates
  • the latest version of each available package in the main repo
  • the latest version of each available package in the partner repos

If a particular URL has “#” in front of it, it will be ignored as comments.

Let’s go ahead and visit one of these repos to see what it actually contains. You can try going to this link. The screenshot below shows its contents.

Downloading and extracting the Sources.gz file gives a file named “Source” with no file extension. You can open it using any text editor and it reveals a massive file with more than 28,000 lines!

The screenshot above shows one of the packages named zsh, and the information it contains.

zsh is an alternative of bash shells, if you do not know what these packages are for, just focus on the main point here which is as you can see it contains information like

  • the latest version of the software
  • the dependencies of this particular software etc.

The Short Version of the Answer Revisited!

Now that we have seen all the necessary building blocks to answer the question in this article’s title, let us get back and visit what we saw in the section “The Short Version of the Answer” at the beginning of the article!

The apt command is responsible for installation, removal, and updating of software in our system.

The -y in the above command is usually pronounced “minus”y or “dash”y. This option is available with many commands which execute in an interactive manner asking the user several questions with a several “yes/no” answer and proceed with the command execution based on our answers to those questions.

Let us experiment by installing a package without the -y option and see how that goes.

In the screenshot below I am trying to install an app named gedit, which is basically a text editor

apt install without the -y option

Your output might look a bit different than mine, but the important things to note here are the first 2 lines and the last line.

As you can see the first line in the screenshot above says “Reading package lists… Done” which means that apt went ahead and read all the available software in the repos.

The second line in the screenshot says “Building dependency tree” which means the apt is trying to see which other packages are required to make our desired package, gedit to run.

Then once apt know what software to download and where to download them, apt tells us what additional packages will be downloaded and installed and how much extra space will be needed. Once we confirm this list by typing the letter “Y” and press enter, apt will download and install everything for us.

Now let us try the same command with the -y option.

apt with the -y option

As you can see there is no prompt asking you to confirm if the list is okay.

I would avoid using the – y option unless

  1. I am very familiar with the command and I know I need to press Y to confirm things or
  2. I am using the command inside a script that I use to install a list of software that I need on a fresh distro installation.

Because it is considered good practice to know beforehand how much space and resources a given package needs before installing that on our machines.

So this is the meaning behind the “apt -y” command!

Where to get more information about these commands?

So the next logical question to ask is, is there a better way to quickly remind yourself of what this command means without going onto the internet?

The answer is yes, it is possible and the best way to do this is by using the man command from the CLI!

man stands for manual and is used to get information about a given command along with the options and arguments the command supports. For example for our command “apt” try entering the following command-line on your terminal.

man apt

and you will get something similar to the screenshot below

man apt

To scroll this page, you can use the Enter button to go one line at a time, or you can use the space-bar to go one page at a time. If you wish to close this and get back to the terminal, just press the key Q

Now that you know how to move around man pages, let us see if what we just learned is there on the man page for the apt command.

As shown in the screenshots above, if you have a look under the Description sub-heading, you will see the following lines.

apt provides a high-level commandline interface for the package management system. It is intended as an end user interface and enables some options better suited for interactive usage by default compared to more specialized APT tools like apt-get(8) and apt-cache(8).

apt man page

If you scroll a bit down you will find the sub-command install and the explanation of that.

Since apt supports all the options that apt-get supports as explained in the last few lines of the man page (see screenshot below), we need to refer to the apt-get man page to see what -y means.

Going to the apt-get man page using the command man apt-get and scrolling a bit down you will find the explanation for the -y option as shown below.

-y

Automatic yes to prompts; assume “yes” as answer to all prompts and run non-interactively. If an undesirable situation, such as changing a held package, trying to install an unauthenticated package or removing an essential package occurs then apt will abort. Configuration Item: APT::Get::Assume-Yes.

apt man page

On a unrelated side note,I believe this is not a lazy move to ask us to refer elsewhere, because having the same documentation in 2 different places means, every time a change is made, both documentation needs to be updated, and this will potentially lead to errors!

As you can see, we can get all the desired information right from within the Linux CLI! This is one of the many features of CLI that is very useful especially when you know what command to use but you don’t know what option to use with the command to achieve what you desire!

Another point worth noting here is that there are 2 command apt and apt-get which are capable of doing similar things like updating sources list, updating installed packages and adding/removing packages. They are both useful in special scenarios, you can read about them in the article below.

apt & apt-get Explained For Beginners!

Alright, I will stop here, hope you have enjoyed reading this article and found this article useful!

Feel free to share it with your friends and colleagues!

Here are some of our other articles that might be interesting to you!

A Step By Step Plan To Learn Linux The Fun Way..!
A Beginners Introduction To Linux Package managers: apt, yum, dpkg & rpm
“sudo apt update” Command Explained For Beginners!
DNF vs APT: Similarities and Differences Analyzed!
Photo of author
Editor
Balaji Gunasekaran
Balaji Gunasekaran is a Senior Software Engineer with a Master of Science degree in Mechatronics and a bachelor’s degree in Electrical and Electronics Engineering. He loves to write about tech and has written more than 300 articles. He has also published the book “Cracking the Embedded Software Engineering Interview”. You can follow him on LinkedIn