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. 2
      src/data/roadmaps/linux/content/package-management/index.md

@ -7,7 +7,7 @@ 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.

Loading…
Cancel
Save