-1

I use Mac Big Sur 11.5.1. I installed wget using brew, but the terminal said apt-get: command not found when I put sudo apt-get install ros-noetic-imu-tools. Although I tried brew install wget again, it said wget 1.21.1 is already installed and up-to-date. So wget is installed for sure. What is a possible cause?

Lala
  • 11
  • 1
  • 2
  • 1
    As this is not a programming question within the scope defined by the help center, it is off topic for Stack Overflow. For general operating system or application support, you may be able to find help on [su] or [apple.se], but be sure to follow their content guidelines to ensure an on-topic question. – jmoerdyk Aug 11 '21 at 19:12
  • ``apt`` has nothing to do with mac, where did you find this command? – user996142 Aug 11 '21 at 19:22

1 Answers1

2

macOS doesn't use apt as its package manager. Homebrew is the most popular package manager for macOS. Additionally, wget is a separate software package than the package manager, apt. See the awesome answer here for more information.

I would try this search for getting it ROS working with Mac. This SO question might be of relevance too.

Thomas
  • 720
  • 9
  • 22