Skip to content

Instantly share code, notes, and snippets.

@frankmanzhu
Created March 17, 2017 00:58
Show Gist options
  • Save frankmanzhu/a01e44ff84ffe2b3db17f375daec3423 to your computer and use it in GitHub Desktop.
Save frankmanzhu/a01e44ff84ffe2b3db17f375daec3423 to your computer and use it in GitHub Desktop.
Install Cockpit ubuntu
Install Cockpit on Ubuntu 16.04:
Cockpit repository for Ubuntu is less tested and irregularly updated, that does not mean it won’t work. Add a Cockpit repository on Ubuntu.
$ sudo add-apt-repository ppa:cockpit-project/cockpit
Update the apt cache database.
$ sudo apt-get update
Install the Cockpit package.
$ sudo apt-get -y install cockpit
Start and Enable the Cockpit.
$ sudo systemctl start cockpit
$ sudo systemctl enable cockpit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment