So I'm new to Arch Linux and I'm trying to install a package from the AUR using yay. I get a prompt saying Remove make dependencies after install? [y/N]
.
Can anyone tell me what this means?
So I'm new to Arch Linux and I'm trying to install a package from the AUR using yay. I get a prompt saying Remove make dependencies after install? [y/N]
.
Can anyone tell me what this means?
When you install packages from AUR, your system has to compile them. To do so, it needs to use some other packages, called dependencies.
See this as assembling some furniture. You need some tools, let's say a hammer and a screwdriver, but only for the assembling part : they are not useful to you anymore after the furniture is ready.
Some dependencies are still needed after the main package is installed, others are not, so the system is asking you whether you want to keep them in case you need them again later, or just to remove them.