added tar as essential

This commit is contained in:
Gaurav Bankar
2024-06-12 00:28:42 +05:30
parent 01e0c48575
commit 7467658e4d

View File

@@ -55,6 +55,12 @@ This guide assumes understanding of Linux systems, particularly [Arch Linux](htt
pacman -S nano pacman -S nano
``` ```
8. **tar:** The tar command is a utility for archiving and extracting files. It will be essential for managing various archives throughout the installation process.
```
pacman -S tar
```
#### Assumed Competencies #### Assumed Competencies
* **Basic Linux Command Line Knowledge:** You'll be spending some quality time in the terminal, so make sure you're comfortable with the command line. * **Basic Linux Command Line Knowledge:** You'll be spending some quality time in the terminal, so make sure you're comfortable with the command line.