Remove pkgfile installation
This commit is contained in:
parent
595f41ad81
commit
d3fec31d2d
1 changed files with 1 additions and 22 deletions
|
@ -303,28 +303,7 @@ and [tree](https://archlinux.org/packages/?name=tree) to list directory trees:
|
||||||
sudo pacman -S bash-completion tree
|
sudo pacman -S bash-completion tree
|
||||||
```
|
```
|
||||||
|
|
||||||
A [command-not-found](https://wiki.archlinux.org/title/Bash#Command_not_found)
|
A [command-not-found](https://wiki.archlinux.org/title/Bash#Command_not_found) message, which hints to packages for missing commands, can be setup through the [pkgfile](https://wiki.archlinux.org/title/Pkgfile) programm. If you are a terminal user beginner, this is a handy tool for your experience.
|
||||||
message, which hints to packages for missing commands, can be setup through the
|
|
||||||
[pkgfile](https://wiki.archlinux.org/title/Pkgfile) programm. I install it via:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo pacman -S pkgfile
|
|
||||||
```
|
|
||||||
|
|
||||||
I enable the automatic updates and immediately update the database using:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
sudo systemctl enable pkgfile-update.timer
|
|
||||||
sudo pkgfile -u
|
|
||||||
```
|
|
||||||
|
|
||||||
Finally, I append the following to my `$HOME/.bashrc` configuration file:
|
|
||||||
|
|
||||||
```bash
|
|
||||||
cat <<EOF > $HOME/.bashrc
|
|
||||||
source /usr/share/doc/pkgfile/command-not-found.bash
|
|
||||||
EOF
|
|
||||||
```
|
|
||||||
|
|
||||||
## Graphics driver
|
## Graphics driver
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue