12.12 Alpha添加Bumblebee源时提示出错
Tofloor
poster avatar
wdnba
deepin
2013-02-07 04:40
Author
Traceback (most recent call last):
  File "/usr/bin/add-apt-repository", line 160, in
    sp = SoftwareProperties(options=options)
  File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 96, in __init__
    self.reload_sourceslist()
  File "/usr/lib/python2.7/dist-packages/softwareproperties/SoftwareProperties.py", line 584, in reload_sourceslist
    self.distro.get_sources(self.sourceslist)   
  File "/usr/lib/python2.7/dist-packages/aptsources/distro.py", line 87, in get_sources
    raise NoDistroTemplateException("Error: could not find a "
aptsources.distro.NoDistroTemplateException: Error: could not find a distribution template
Reply Favorite View the author
All Replies
wdnba
deepin
2013-02-07 04:41
#1
有何解决方法么?
Reply View the author
ahcute
deepin
2013-02-07 05:01
#2
我也是,双显N卡伤不起
Reply View the author
cxbii
deepin
2013-02-07 05:02
#3
Reply View the author
mywjch
deepin
2013-02-09 05:56
#4
使用 root 权限修改 /etc/lsb-release 为如下内容:
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04 LTS"
即可。测试通过。
Reply View the author