Questions tagged «packages»

1
nslookup和挖子哪里去了?
我将Raspberry Pi开箱即用。不幸的是,我似乎无法找到既不nslookup也不是dig。 在哪里可以找到它们?我需要添加哪个软件包? uname -a 是: Linux brambleberry 3.12.28+ #709 PREEMPT Mon Sep 8 15:28:00 BST 2014 armv6l GNU/Linux 来自文件/etc/os-release: PRETTY_NAME="Raspbian GNU/Linux 7 (wheezy)"

4
ImportError:没有名为RPi的模块
我正在尝试在Raspberry Pi上运行一个软件包: 在终端上,我输入“ sudo apt-get install picap”,然后按Enter。 我安装了它,但是无法执行“ picap-setup” –相反,错误消息如下: pi @ raspberrypi:〜$ picap-setup回溯(最近一次调用):文件“”,ImportError中的第1行:没有名为RPi的模块 在Pi上安装了Python-dev和Rpi.GPIO。我还用sudo apt-get update和sudo apt-get dist-upgrade更新了最新版本的Pi。 Picap来自:https ://www.bareduct.com/make/setting-up-pi-cap-raspberry-pi/ 我很感谢任何提示。
12 python  pi-3  packages 

1
如何安装LibreOffice?
当我打字 $ sudo apt-get install libreoffice<tab> 我看到有141个制表符完成。那里有所有语言包以及几个支持包。 但是libreoffice它本身不存在。 最近,LibreOffice软件包已添加到Debian 7(Wheezy)存储库中。


5
我可以在运行Raspbian的Raspberry Pi 2上安全删除非自由软件吗?
我是安装了Raspbian的Raspberry Pi 2的幸运所有者: $ cat /proc/version Linux version 3.18.11-v7+ (dc4@dc4-XPS13-9333) (gcc version 4.8.3 20140303 (prerelease) (crosstool-NG linaro-1.13.1+bzr2650 - Linaro GCC 2014.03) ) #781 SMP PREEMPT Tue Apr 21 18:07:59 BST 2015 为了使我自己的RMS满意,我想删除默认情况下附带的非免费软件包(我已经照顾好了sonic-pi它似乎是非免费的……) $ vrms Non-free packages installed on oufmalade.... firmware-atheros Binary firmware for Atheros wireless cards firmware-brcm80211 Binary firmware for …

2
无法使用apt-get:dpkg:无法恢复的致命错误…缺少最后的换行符
我无法使用apt-get命令在pi上安装任何软件包。 我开始尝试使用安装python-pip sudo apt-get install python-pip 导致错误 dpkg: unrecoverable fatal error, aborting: files list file for package 'libc6:armhf' is missing final newline E: Sub-process /usr/bin/dpkg returned an error code (2) 我尝试了其他一些软件包,但没有一个起作用。它们都导致相同的错误。 尝试通过Google进行多项修复后,我无法解决该问题。
8 apt  packages 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.