博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
如何在Fedora Linux上为Scala安装sbt
阅读量:2523 次
发布时间:2019-05-11

本文共 1047 字,大约阅读时间需要 3 分钟。

How to install sbt for on Fedora ? It is not included in the default Fedora repository although scala is included.

如何在Fedora 上为安装sbt? 尽管包含scala,但它不包含在默认的Fedora存储库中。

The of scala-sbt.org provides the RPM package.

scala-sbt.org的提供了RPM软件包。

You can install the sbt rpm package by yum. We only need the URL to the RPM package. Here, let take version 0.13.1 as a example.

您可以通过yum安装sbt rpm软件包。 我们只需要RPM软件包的URL。 这里,以0.13.1版本为例。

#  yum localinstall http://repo.scala-sbt.org/scalasbt/sbt-native-packages/org/scala-sbt/sbt/0.13.1/sbt.rpm

yum will download the package and install it.

yum将下载该软件包并安装。

After installation, you can run

安装后,可以运行

$ sbt

and sbt will download and configure itself.

并且sbt将下载并自行配置。

Answered by anonymous.
匿名回答。


If you need a good and introduction on sbt, here is a excellent one:

如果您需要有关sbt的优秀和简介,那么这里是一个很好的 : : V2rl62CZPVc



Or use the excellent sbt-extras: to automatically manage sbt versions used/needed.

或使用出色的sbt-extras: ://www.systutorials.com/qa/858/how-to-install-multiple-versions-of-sbt-on-my-linux-host自动管理所用的sbt版本/需要。

翻译自:

转载地址:http://smlwd.baihongyu.com/

你可能感兴趣的文章
三. k8s基本操作以及pod存活以及可用性验证钩子
查看>>
五. k8s--service学习笔记
查看>>
二. k8s安装过程
查看>>
jenkins pipeline 使用遇到的问题
查看>>
四. k8s--pod控制器
查看>>
一. python数据结构与算法
查看>>
django模型内部类meta解释
查看>>
v-for(:key)绑定index、id、key的区别
查看>>
el-tree文本内容过多显示不完全问题(解决)
查看>>
el-table翻页序号不从1开始(已解决)
查看>>
vue-cil 打包爬坑(解决)
查看>>
定位问题 vue+element-ui+easyui(兼容性)
查看>>
四叶草(css)
查看>>
nginx——前端服务环境
查看>>
vue+element-ui 字体自适应不同屏幕
查看>>
Vue 循环为选中的li列表添加效果
查看>>
vue创建脚手架 cil
查看>>
ArcGIS分支版本化( Branch Versioning )技术介绍
查看>>
scrapy过滤重复数据和增量爬取
查看>>
scrapy-redis源码浅析
查看>>