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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user