From f5664f0dc009f3a7bf03ebfff25380b56e06dfba Mon Sep 17 00:00:00 2001 From: ngn Date: Thu, 11 Jan 2024 19:03:47 +0300 Subject: [PATCH] Fixed typos updated information releated to mp --- wiki/pkg.md | 6 ++---- wiki/pkg_man.json | 2 +- wiki/pkg_man.md | 6 +++--- 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/wiki/pkg.md b/wiki/pkg.md index c01ab50..dc84ee5 100644 --- a/wiki/pkg.md +++ b/wiki/pkg.md @@ -55,10 +55,8 @@ usr/lib/libnss_resolve.so.2 # Usage While installing a package using the [MatterLinux Package Manager (`mp`)](/wiki/package_man), `mp` downloads the target package(s) from the repos, these packages are in the format discussed above. -After downloading and verifying the target package(s), `mp` extracts the packages [using the `tar` -tool](https://git.matterlinux.xyz/Matter/mp/src/main/src/utils/util.c#L103). - -To learn more about this process see the [page for `mp`](/wiki/package_man). +After downloading and verifying the target package(s), `mp` extracts the packages using `libarchive`. +To learn more about this process see the [page for package management](/wiki/package_man). It's also possible to install packages manualy. To do this you can grab a package you want and extract it to your the root directory by running: `tar xvf -C /` diff --git a/wiki/pkg_man.json b/wiki/pkg_man.json index 4ca9ec3..f1d11b2 100644 --- a/wiki/pkg_man.json +++ b/wiki/pkg_man.json @@ -1,6 +1,6 @@ { "id": "package_man", - "title": "Package Managment", + "title": "Package Management", "author": "ngn", "date": "07/01/24" } diff --git a/wiki/pkg_man.md b/wiki/pkg_man.md index 555a553..ff6edfd 100644 --- a/wiki/pkg_man.md +++ b/wiki/pkg_man.md @@ -1,8 +1,8 @@ -Package managment is the process of installing, updating and removing software, tools and libaries. -On GNU/Linux systems, package managment is usually done with a package manager. +Package management is the process of installing, updating and removing software, tools and libaries. +On GNU/Linux systems, package management is usually done with a package manager. # MatterLinux Package Manager -In a Matter system, package managment is generally done with the MatterLinux Package Manager (`mp`). +In a Matter system, package management is generally done with the MatterLinux Package Manager (`mp`). `mp` lets you install, remove, update and search different MatterLinux packages accross different repos. ### Installation