I am using Ubuntu 14.04.3 LTS, when I try to run command hostnamectl
I get error:
bash: hostnamectl: command not found
Which library shall I install to use hostnamectl
?
I am using Ubuntu 14.04.3 LTS, when I try to run command hostnamectl
I get error:
bash: hostnamectl: command not found
Which library shall I install to use hostnamectl
?
hostnamectl
is provided bysystemd-services
package in Ubuntu 14.04. You need to install that package to get the command line utilityTo find out which package a file is you can use apt- file:
After using it it is as simple as :
Once apt -file package tells you that the file is found , you just have to install it: