Questions tagged «update»

对于有关如何更新Pi的操作系统,编程语言和应用程序(本机和外部)的问题。如果合适,还可以考虑使用要更新的程序或OS进行标记,并为工具本身使用[rpi-update]。

3
如何更新软件和固件?
我了解Raspberry Pi上的软件分为三个部分:闭源GPU固件,修补的ARM Linux内核和用户空间软件。 GPU固件在芯片还是SD卡上?有一种简单的方法可以更新所有内容(固件,内核,模块)吗?
91 update  firmware 






1
如何在Raspbian上更新OpenSSL
似乎Raspbian尚未更新,无法解决Heartbleed错误。sudo apt-get update然后sudo apt-get upgrade不进行任何更新(这是一个昨天重新更新过的系统,因此它全部是最新的)。 当我这样做时,sudo apt-get install openssl它会告诉我已安装最新版本,而openssl version告诉我1.0.1e仍已安装。OpenSSL的第一个非漏洞版本是1.0.1g,那么如何更新到此版本?

4
如何在Raspbian中更新Java 8
我的Raspberry Pi 3附带了Java版本1.8.0_65。我无法使用apt-get- 将其更新为更高版本-我认为没有Debian仓库。我不知道如何更新它,并且安装较新的版本不会替代现有的版本。 在Raspbian上安装/更新Java并保持其更新的最佳方式是什么?
19 raspbian  java  update 

2
如何升级Raspbian?
我已经按照需要设置了Raspberry Pi,但我有一个比当前可用版本更旧的版本(2012-10-28-wheezy-raspbian.zip)。如何升级内核,固件等? 我已经升级了一些使用: $ sudo apt-get update $ sudo apt-get upgrade 我相信基于此,我当前的Raspbian版本是2012-07-15: [kevin@raspberrypi ~]$ more /boot/issue.txt Raspberry Pi reference 2012-07-15 (armhf) Generated using spindle, http://asbradbury.org/projects/spindle/, d2c1253, stage4-lxde-edu.qed 我不确定这是什么内核版本。

4
Raspberry Pi是否容易受到WPA2网络上的KRACK的攻击?
我有一个更新的RPI Zero W运行Stretch。 该研究指出的是wpa_supplicant是所有Linux机器脆弱。根据Debian 推出的补丁: For the oldstable distribution (jessie), these problems have been fixed in version 2.3-1+deb8u5. For the stable distribution (stretch), these problems have been fixed in version 2:2.4-1+deb9u1. For the testing distribution (buster), these problems have been fixed in version 2:2.4-1.1. For the unstable distribution (sid), these …


3
在Raspberry Pi上安装Python 3.4
是否可以在Raspberry Pi上运行python 3.4? 目前我有python 3.2,但奇怪的是正在运行 sudo apt-get update sudo apt-get install python3 导致我的Raspberry Pi通知我python3“已经是最新版本”。 我也尝试过sudo apt-get install python34,但这告诉我不存在这样的程序包。 有谁知道如何在Raspberry Pi上运行python 3.4?
13 raspbian  python  apt  update 

2
Raspberry Pi apt-get在Raspbian上更新/升级挂起?
每当我尝试使用sudo apt-get update && sudo apt-get upgrade它更新pi时,它通常会在安装过程中挂起。每次都不同,但最后一个是脉冲音频。 此外,我能够对pi进行ping操作,并且似乎可以连接ssh,但从未提示我。我同时打开了另一个终端,top显示CPU大约90%以上 有人遇到过这种情况么? 只要有能力,我就可以附加日志。
13 apt  update 


1
rpi-update和sudo-apt upgrade有什么区别?
我不知道有什么区别运行之间的git-中心获得的程序 rpi-update和使用sudo apt-get update之后sudo apt-get upgrade。 我检查了一下,找不到任何地方列出的差异。是一个比另一个更好的选择吗?
11 apt  update 

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.