前提・実現したいこと
駆け出しの初心者プログラマーです。
gem "refile", require: "refile/rails", github: 'manfe/refile'
gem "refile-mini_magick"
をGemfileniに記述してるんですがsudo apt-get update をしてもsudo: apt-get: command not foundが出てしまいます。過去に同じ質問がありましたので調べたところMacOSはこのコマンドが対応してないとのことでしたがFinkを取り入れればapt-getを使えるとのことでしたのでMacOsのバージョン(10.15.7)にあったものをインストールしようとしたところ
Downloads % fink-0.45.2/bootstrap
Fink must be installed and run with superuser (root) privileges. Fink can
automatically try to become root when it's run from a user account. Since
you're currently running this script as a normal user, the method you choose
will also be used immediately for this script. Available methods:
(1) Use sudo
(2) Use su
(3) None, fink must be run as root
Choose a method: [1]
Please install an Oracle JDK from
https://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
or
https://www.oracle.com/technetwork/java/javase/downloads/index.html
or the Apple Legacy Java package (macOS 10.7-10.13) from
https://support.apple.com/kb/DL1572
before re-attempting the fink bootstrap.
が出てきてインストールを要求してきました。オラクルのアカウントが今無職なので作れないのですが何かいい方法はありますでしょうか?指定されているものをインストールしなければダメなんでしょうか?
どなたかアドバイスいただけると助かります、よろしくお願いします。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。