Skip to content

Instantly share code, notes, and snippets.

@illvart
Last active March 9, 2020 11:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save illvart/eb8adbe0633c1953c30ef88e858df4a2 to your computer and use it in GitHub Desktop.
Save illvart/eb8adbe0633c1953c30ef88e858df4a2 to your computer and use it in GitHub Desktop.
Install systemd-manager for Ubuntu/Arch Linux

Screenshot_2019-05-20_02-46-48

systemd-manager for ubuntu:

lsb_release -a

Example output:

Distributor ID: Ubuntu
Description: Ubuntu 19.04
Release: 19.04
Codename: disco

How to install?

First install Rust programming language:

curl https://sh.rustup.rs/ -sSf | sh

Then add path environment, example like a .zshrc, .bashrc, etc:

export PATH="$PATH:$HOME/.cargo/bin"

Close current terminal, open again and install:

sudo apt install glib-2.0
sudo apt install libcairo2-dev
sudo apt install libdbus-1-dev
sudo apt install libpango1.0-dev
sudo apt install libatk1.0-dev
sudo apt install libgtk-3-dev

Then install systemd-manager:

git clone https://gitlab.com/mmstick/systemd-manager && cd systemd-manager && make && sudo make install

Done!

Arch Linux user?

yay -S systemd-manager
trizen -S systemd-manager
yaourt -S systemd-manager

Reference:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment