首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >安装2019 Ubuntu 20.10

安装2019 Ubuntu 20.10
EN

Ask Ubuntu用户
提问于 2020-12-09 21:48:35
回答 1查看 1.4K关注 0票数 0

当我按照步骤安装ms-SQL-在ubuntu上使用以下链接中的步骤时,我遇到了问题:

https://docs.microsoft.com/en-us/sql/linux/quickstart-install-connect-ubuntu?view=sql-server-ver15

在第2步中,我将面临以下错误:

代码语言:javascript
复制
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 330, in <module>
    addaptrepo = AddAptRepository()
  File "/usr/bin/add-apt-repository", line 35, in __init__
    self.distro.get_sources(self.sourceslist)
  File "/usr/lib/python3/dist-packages/aptsources/distro.py", line 91, in get_sources
    raise NoDistroTemplateException(
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template for Ubuntu/groovy

任何解决方案

EN

回答 1

Ask Ubuntu用户

回答已采纳

发布于 2020-12-10 09:53:41

问题是您的Ubuntu.info文件没有“groovy”条目。因为python中的一个bug -apt很常见。

好消息。今天修好了。只要做一个

代码语言:javascript
复制
sudo apt update && sudo apt upgrade
票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/1298877

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档