0

I want to install minicom to BeagleBone Green.It has debian version 9.3 Linux beaglebone 4.9.82-ti-r102. But when I do sudo apt-get install minicom , I get

bash: apt-get: command not found

how do I install minicom and is it possible to install at least something on BeagleBone Green enter image description here

reaction to sudo apt update enter image description here

Yael
  • 93
  • 7
  • The Debian team have shuffled commands `apt-get` and its more capable cousin `apt` around over the last years. Try `sudo apt install minicom` just in case. If that reports the same error, you're not running Debian. Try `cat /etc/issue` to see what is your operating system. – Tarmo Sep 26 '22 at 14:34
  • @Tarmo I tried to do as you said. screenshot attached in question – Yael Sep 28 '22 at 10:48
  • That's probably because you need to update the list of available packages before installing them: `sudo apt update` – Tarmo Sep 28 '22 at 11:15

0 Answers0