From d38b1d52bf4b37638909a253f7c6a904edc25aa3 Mon Sep 17 00:00:00 2001 From: Bryan Wilches <60490258+BryanWV@users.noreply.github.com> Date: Mon, 12 May 2025 09:09:53 -0500 Subject: [PATCH] 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 --- src/data/roadmaps/linux/content/package-management/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/roadmaps/linux/content/package-management/index.md b/src/data/roadmaps/linux/content/package-management/index.md index 96bd57f41..130814937 100644 --- a/src/data/roadmaps/linux/content/package-management/index.md +++ b/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 +sudo apt install ``` 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) \ No newline at end of file +- [@article@Software Installation on Linux](https://labex.io/tutorials/linux-software-installation-on-linux-18005)