前提・実現したいこと
GoogleColaboratory上にgraphtoolを追加したいです。
発生している問題・エラーメッセージ
エラーメッセージ Reading package lists... Done Building dependency tree Reading state information... Done W: Target Sources (universe/source/Sources) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list:54 W: Target Sources (universe/source/Sources) is configured multiple times in /etc/apt/sources.list:52 and /etc/apt/sources.list:56 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:51 and /etc/apt/sources.list:53 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:51 and /etc/apt/sources.list:53 W: Target Packages (universe/binary-amd64/Packages) is configured multiple times in /etc/apt/sources.list:51 and /etc/apt/sources.list:55 W: Target Packages (universe/binary-all/Packages) is configured multiple times in /etc/apt/sources.list:51 and /etc/apt/sources.list:55 E: Unable to locate package python3-graph-tool
該当のソースコード
! echo deb http://downloads.skewed.de/apt/DISTRIBUTION DISTRIBUTION universe>>/etc/apt/sources.list ! echo deb-src http://downloads.skewed.de/apt/DISTRIBUTION DISTRIBUTION universe>>/etc/apt/sources.list ! cat /etc/apt/sources.list !apt-get install python3-graph-tool
試したこと
このページに書かれていることを試したのですが、python3-graph-toolが見つかりません(?)と出てきます
教えていただきたいです
回答1件
あなたの回答
tips
プレビュー