Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/linux/pacman-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pacman --files

> Arch Linux package manager utility.
> Query the local files database.
> See also: `pacman`, `pkgfile`.
> More information: <https://manned.org/pacman.8>.

Expand All @@ -20,7 +20,7 @@

`pacman -Fq {{filename}}`

- [l]ist the [F]iles owned by a specific package:

Check failure on line 23 in pages/linux/pacman-files.md

View workflow job for this annotation

GitHub Actions / build

ist ==> is, it, its, it's, sit, list

`pacman -Fl {{package}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/pacman-query.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# pacman --query

> Arch Linux package manager utility.
> Query the local package database.
> See also: `pacman`.
> More information: <https://manned.org/pacman.8>.

- [Q]uery the local package database and list installed packages and versions:

Check failure on line 7 in pages/linux/pacman-query.md

View workflow job for this annotation

GitHub Actions / build

uery ==> query, very

`pacman -Q`

Expand All @@ -16,11 +16,11 @@

`pacman -Qo {{filename}}`

- Display information about an [i]nstalled package:

Check failure on line 19 in pages/linux/pacman-query.md

View workflow job for this annotation

GitHub Actions / build

nstalled ==> installed

`pacman -Qi {{package}}`

- Display the [l]ist of files owned by a specific package:

Check failure on line 23 in pages/linux/pacman-query.md

View workflow job for this annotation

GitHub Actions / build

ist ==> is, it, its, it's, sit, list

`pacman -Ql {{package}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/pacman-remove.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pacman --remove

> Arch Linux package manager utility.
> Remove packages from the system.
> See also: `pacman`.
> More information: <https://manned.org/pacman.8>.

Expand All @@ -8,7 +8,7 @@

`sudo pacman -Rs {{package}}`

- [R]emove a package and its dependencies. Also do [n]ot save backups of configuration files:

Check failure on line 11 in pages/linux/pacman-remove.md

View workflow job for this annotation

GitHub Actions / build

ot ==> to, of, or, not, it

`sudo pacman -Rsn {{package}}`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/pacman-sync.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pacman --sync

> Arch Linux package manager utility.
> Synchronize packages from remote repositories.
> See also: `pacman`.
> More information: <https://manned.org/pacman.8>.

Expand All @@ -16,7 +16,7 @@

`sudo pacman -Syu --noconfirm {{package}}`

- [s]earch the package database for a `regex` or keyword:

Check failure on line 19 in pages/linux/pacman-sync.md

View workflow job for this annotation

GitHub Actions / build

earch ==> search, each

`pacman -Ss "{{search_pattern}}"`

Expand Down
2 changes: 1 addition & 1 deletion pages/linux/pacman-upgrade.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# pacman --upgrade

> Arch Linux package manager utility.
> Install packages manually from archive files.
> See also: `pacman`.
> More information: <https://manned.org/pacman.8>.

Expand Down
Loading