Can I use sudo apt-get update
if I install linux on macos?
When I looked into it, many people said they didn't support macos, so I asked because I was curious.
"Even if I run it on a brew or macports, it becomes ""command not found""."
By the way, what kind of things can I use on a Mac instead of apt-get?
I am a beginner, so please understand the questionnaire.
apt(apt-get)
is the package management command used primarily for Debian/Ubuntu distributions in Linux.There are many different types of Linux, and other major package management commands include yum(dnf)
, but Operating different OS types also have different commands.
MacOS may also be Linux-based in a broad sense, but the apt
command is not available because package management works differently.
If you look into it a little bit, there seems to be a way to imitate the behavior of apt on macOS, but it takes a lot of time and I think the benefits are thin.I think it would be better to manage it honestly using Homebrew or Macports.
Note:
How to install apt-get or YUM on Mac OS X
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
573 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
© 2024 OneMinuteCode. All rights reserved.