【发布时间】:2016-06-02 11:29:24
【问题描述】:
sbt 安装说明表明sbt 在存储库中。然而:
$ sudo apt-get install -y sbt
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package sbt
让我们看看周围..
$ s apt-cache search sbt
coop-computing-tools - cooperative computing tools
libnet-z3950-simpleserver-perl - simple perl API for building Z39.50 servers
libusbtc08-1 - Hardware interface library for PicoTech USB TC08 Thermocouple sensor
libusbtc08-dev - Development files for PicoTech USB TC08
python-usbtc08 - Python wrapper for libusbtc08
s51dude - In-System Programmer for 8051 MCUs using usbtiny
嗯.. 没有..
那么 apt-get 是否可以在 ubuntu 上使用 sbt?有专门的apt repository吗?
【问题讨论】: