sudo apt install fg
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package fg
Asked
Active
Viewed 305 times
-1

Thomas Ward
- 74,764
1 Answers
0
fg is not a package by itself, nor can you install it independently. It is part of the bash shell which is installed when Ubuntu is installed.

K7AAY
- 17,202
fg
? – guiverc Oct 30 '19 at 14:37type fg
:fg is a shell builtin
– karel Oct 30 '19 at 14:55