質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
Cloud9

Cloud9は、クラウドからのプログラミングが可能になるWebサービス。IDEとしての機能が搭載されており、GitHubやHerokuなど他ツールとの連携も可能です。ブラウザ上で動くため、デバイスに関係なく開発環境を準備できます。

apt-get

apt-getコマンドはUNIX系OSのパッケージのインストールなど、パッケージ管理を行うためのコマンドです。

Q&A

解決済

1回答

1096閲覧

突然aptが使えなくなった

nulll

総合スコア14

Cloud9

Cloud9は、クラウドからのプログラミングが可能になるWebサービス。IDEとしての機能が搭載されており、GitHubやHerokuなど他ツールとの連携も可能です。ブラウザ上で動くため、デバイスに関係なく開発環境を準備できます。

apt-get

apt-getコマンドはUNIX系OSのパッケージのインストールなど、パッケージ管理を行うためのコマンドです。

0グッド

0クリップ

投稿2019/05/22 07:13

aptが使えない

cloud9を使ってブラウザ上で開発をしていたのですが突然以下の警告が返されaptコマンドが使えなくなりました。
どうすればaptコマンドが使えるようになりますか。

発生している問題・エラーメッセージ

Usage: apt <apt and javac options> <source files> where apt options include: -classpath <path> Specify where to find user class files and annotation processor factories -cp <path> Specify where to find user class files and annotation processor factories -d <path> Specify where to place processor and javac generated class files -s <path> Specify where to place processor generated source files -source <release> Provide source compatibility with specified release -version Version information -help Print a synopsis of standard options; use javac -help for more options -X Print a synopsis of nonstandard options -J<flag> Pass <flag> directly to the runtime system -A[key[=value]] Options to pass to annotation processors -nocompile Do not compile source files to class files -print Print out textual representation of specified types -factorypath <path> Specify where to find annotation processor factories -factory <class> Name of AnnotationProcessorFactory to use; bypasses default discovery process See javac -help for information on javac options. warning: The apt tool and its associated API are planned to be removed in the next major JDK release. These features have been superseded by javac and the standardized annotation processing API, javax.annotation.processing and javax.lang.model. Users are recommended to migrate to the annotation processing features of javac; see the javac man page for more information.

補足情報(FW/ツールのバージョンなど)

パソコンのos macos mojave 10.14.5

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

自己解決

awsではもともとaptは使えなかったのですね勘違いしていました。

投稿2019/05/22 07:52

nulll

総合スコア14

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問