Profiles /
cheatsheets
Here @ there a link to a debian cheatsheet.
A Devuan cheatsheet should put emphasis of init-free process - services control.
infographics
graphics
workflow diagrams
find backported packages
install backported packages
$ sudo apt install <package>/<devuan release name>-backports $ sudo apt-get install <package>/<devuan release name>-backports
Explictly state the backport section of the release in order to force apt to pull also any backport depedencies needed:
$ sudo apt install -t <devuan release name>-backports <package> $ sudo apt-get install -t <devuan release name>-backports <package>