LoginSignup
1
1

More than 3 years have passed since last update.

install apt-get to Mac

Posted at

NOTE: install time is maybe 60~80 minutes

Environment

OS X : 10.15.5
Shell Type:zsh
xcode: 11.5

Requirements

1.Xcode Command Line Tools

Open link: https://developer.apple.com/download/more/
Next, search: Command Line Tools
Download file that matched your xcode version.

2.JDK

Process

Open link: http://www.finkproject.org/download/srcdist.php?phpLang=en
Download InstallFink.tgz file from https://github.com/fink/scripts/releases/tag/setup/0.45.1

Next, type below commands.

tar -xvf InstallFink.tgz
cd InstallFink
sh Install\ Fink.tool

NOTE: When XQuartz is downloaded and installed by Install\ Fink.tool, sh command is stopped command.

Then you just execute sh Install\ Fink.tool.

While installing, terminal ask some questions.
Then you just type "Enter".(If you don't need to customize)

Finally, open another tab.
Then you type apt-get

$ apt-get
apt 0.5.4 for darwin x86_64 compiled on Jun 21 2020 10:23:53

reference:

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1