quando tentei instalar o RocketChat no Ubuntu 16.04
No prompt de comando, eu entro.
systemctl enable mongod
Depois que eu tenho o problema.
systemctl: command not found
Como resolver isso?
Eu tentei isso e recebi "dpkg-query: nenhum caminho encontrado correspondente ao padrão / bin / systemctl."
—
Vignesh Ramamoorthy
@VigneshRamamoorthy: O que esse comando fornece
—
precisa
whereis systemctl
?
Você tem certeza de que está usando o Ubuntu 16.04? Atualize sua postagem com saída de
—
N0rbert
cat /etc/os-release
e ls -al $(which init)
.
Desculpe, minha versão é 12.04.5 LTS. NAME = "Ubuntu" VERSION = "12.04.5 LTS, Precise Pangolin" ID = ubuntu ID_LIKE = debian PRETTY_NAME = "Ubuntu preciso (12.04.5 LTS)" VERSION_ID = "12.04" Como instalar o RocketChat no ubuntu 12.04.5 LTS, Pangolin preciso .. Tem algum guia tutorial?
—
Vignesh Ramamoorthy
dpkg-query -S /bin/systemctl
.