1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-25 08:35:42 +02:00

Add apt info (#8621)

As apt is gaining more traction, specially for end users, is better to maintain this command in the summary for Debian Based Distributions
This commit is contained in:
Bryan Wilches
2025-05-12 09:09:53 -05:00
committed by GitHub
parent eda161232b
commit d38b1d52bf

View File

@@ -7,11 +7,11 @@ Linux distributions use various package managers. Some of the commonly used are
For instance, to install a package in a Debian-based distribution, you would use the following command in apt:
```bash
sudo apt-get install <package-name>
sudo apt install <package-name>
```
Such vital features have made package management systems an integral part of Linux distributions, allowing users to handle applications efficiently.
Learn more from the following resources:
- [@article@Software Installation on Linux](https://labex.io/tutorials/linux-software-installation-on-linux-18005)
- [@article@Software Installation on Linux](https://labex.io/tutorials/linux-software-installation-on-linux-18005)