Linux Question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Linux Question

I'm not entirely sure if this an appropriate question to post here, if not i apologize, but here goes. i recently did a fresh install of my linux (its a debian based distro) and whenever i try to use the "info" command, it says its not a command? why cant i use the info command? it just says its not a command? any help would be greatly appreciated.

18th Feb 2019, 7:21 AM
the_master_coder;
the_master_coder; - avatar
6 Answers
+ 9
Some commands are not built-in and must be installed by user if needs.
19th Feb 2019, 8:47 AM
Mehdi Eslami
Mehdi Eslami - avatar
+ 3
If you can't access or use it. Try installing it: `sudo apt install -y info` Hope it works!
18th Feb 2019, 9:08 PM
Rakibul Yeasin
Rakibul Yeasin - avatar
+ 1
Linux, like it's predecessor Unix, come in different 'flavors'. It is open source...
12th Jul 2019, 7:59 AM
Da2
Da2 - avatar
0
Lets try: $sudo info
18th Feb 2019, 9:13 AM
HD Satria
HD Satria - avatar
0
+HD Ryan i still get the same thing :(
18th Feb 2019, 6:47 PM
the_master_coder;
the_master_coder; - avatar