سؤال

Is apt-get part of the OSX?

If not, what would be the easiest way to uninstall it from the system?

هل كانت مفيدة؟

المحلول 2

apt-get is a debian package manager, there is no way to use this on mac.. (well no good way or point of using it because all the packages would fail to install even if you managed to get apt-get to install)

Use MacPorts or Homebrew...

نصائح أخرى

Try using brew install/uninstall pkg; For example:

brew uninstall apt-get

These commands might prove useful:

brew list                  # list all installed packages
brew search partial-name   # search for available packages
brew info pkg-name         # get information about a package
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top