How do you install nfs common in Linux using apt-get command?
Here is a tutorial to learn how to install nfs common using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install nfs common -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of nfs common if it is running already.
Result of the Command Execution shown below:
root@hiox:~ apt-get install nfs common -y
Reading package lists...
Building dependency tree...
Reading state information...
The following packages were automatically installed and are no longer required:
libts 0.0 0 ttf dejavu extra xfonts encodings ttf dejavu core librrd4
libcairo2 xfonts utils libthai data libdirectfb 1.2 0 libdatrie1 fontconfig
libxfont1 libpango1.0 common libpixman 1 0 libxft2 fontconfig config
libthai0 libxrender1 x ttcidfont conf libfontenc1 ttf dejavu tsconf
x11 common libsysfs2 libfontconfig1 libpango1.0 0 libxcb render0 defoma
libxcb render util0
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
nfs common
0 upgraded, 1 newly installed, 0 to remove and 102 not upgraded.
Need to get 0B/231kB of archives.
After this operation, 647kB of additional disk space will be used.
Selecting previously deselected package nfs common.
(Reading database ... (Reading database ... 5%(Reading database ... 10%(Reading database ... 15%(Reading database ... 20%(Reading database ... 25%(Reading database ... 30%(Reading database ... 35%(Reading database ... 40%(Reading database ... 45%(Reading database ... 50%(Reading database ... 55%(Reading database ... 60%(Reading database ... 65%(Reading database ... 70%(Reading database ... 75%(Reading database ... 80%(Reading database ... 85%(Reading database ... 90%(Reading database ... 95%(Reading database ... 100%(Reading database ... 16669 files and directories currently installed.)
Unpacking nfs common (from .../nfs common_1%3a1.2.0 4ubuntu4.2_amd64.deb) ...
Processing triggers for ureadahead ...
Processing triggers for man db ...
Setting up nfs common (1:1.2.0 4ubuntu4.2) ...
statd start/running, process 3132
gssd stop/pre start, process 3155
idmapd stop/pre start, process 3181
root@hiox:~