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
pull/8629/head
Bryan Wilches 2 days ago committed by GitHub
parent eda161232b
commit d38b1d52bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      src/data/roadmaps/linux/content/package-management/index.md

@ -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)

Loading…
Cancel
Save