fc

Open the most recent command and edit it. More information: <https://manned.org/fc>.

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