14 lines
197 B
Markdown
14 lines
197 B
Markdown
# Needed packet Installation
|
|
|
|
For the Server we need this package
|
|
|
|
```bash
|
|
sudo apt install nfs-kernel-server
|
|
```
|
|
|
|
And for the Client wee need this package
|
|
|
|
```bash
|
|
sudo apt install nfs-common
|
|
```
|