script

Make a typescript file of a terminal session. More information: <https://manned.org/script>.

Debian Debian
RUN apt-get update && \ apt-get install -y circos-tools
Ubuntu
RUN apt-get update && \ apt-get install -y circos-tools
Alpine
RUN apk add util-linux
Arch Arch Linux
RUN pacman -S --noconfirm util-linux
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y circos-tools
CentOS
RUN yum install -y util-linux
Fedora
RUN dnf install -y util-linux
Raspbian
RUN apt-get update && \ apt-get install -y bsdutils
click the source code to copy install script on any operating system with command-not-found.com