【发布时间】:2018-12-16 15:17:59
【问题描述】:
我得到了一个二手的 Raspberry Pi 3 Model B(买来的)。 我格式化了 SD 卡并下载了Raspbian Stretch Lite。当我打开 Pi 时,它以某种方式打开了 Openelec 和 Kodi。 我一次又一次地尝试。我去尝试安装NOOBS。同样的事情也会发生。它会打开 OpenELEC 和 Kodi。
我已使用 Windows 10 PC 格式化了 SD 卡。尝试打开和关闭“快速格式化”选项。格式化后,据我从 Windows 资源管理器中得知,SD 卡似乎是空的。
因为我真的不需要 GUI,所以如果我可以使用 ssh 来获取终端并做我想做的工作,那就不会那么糟糕了。但是,Openelec 禁用了 apt-get 等基本功能。当我尝试它时,会出现以下消息:
There is no working 'apt-get'.
'apt-get' is a command to install, update and remove software which
is stored in a non local repo. 'apt-get' does nothing then connecting to such
repo, downloads the software, unpacks the software, updates a big
local database with all filepaths and other informations about the
installed software or removes or updates installed Software.
With OpenELEC it is not possible to change the system for security and
stability reasons so even 'apt-get' would not be able to do this.
We also dont have and want to maintain such a repo for various other
great reasons.
Also Ubuntu or Debian packages are often outdated and not compatible
with OpenELEC
TIP: use XBMC's addon browser to enhance your OpenELEC system
我无法解释这种行为。据我所知,树莓派不应该有任何类型的内部存储。所以我不明白在我第 5 次格式化 SD 卡后(没有连接其他数据存储介质),旧操作系统如何仍然存在。 Noobs 和 Raspbian 不应该与 Kodi 或 Openelec 有任何关系,所以我不明白它是如何不断出现的。我试图在网上寻找解决方案,但除了如何安装我想摆脱的软件之外找不到任何东西。
有人知道如何删除 Openelec 和 Kodi 以便安装正常的 Raspbian 发行版吗?提前致谢!
【问题讨论】:
标签: operating-system raspberry-pi3 raspbian kodi openelec