Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Raspberry Pi OS includes a pre-installed copy of `rpicam-apps`. Before building

[source,console]
----
$ sudo apt-get remove --purge rpicam-apps
$ sudo apt remove --purge rpicam-apps
----

==== Building `rpicam-apps` without building `libcamera`
Expand Down
2 changes: 1 addition & 1 deletion documentation/asciidoc/computers/os/updating.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ If you update your firmware to the latest release and experience an issue, use t

[source,console]
----
$ sudo apt-get update
$ sudo apt update
$ sudo apt install --reinstall raspi-firmware
----

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Alternatively you can use a standalone TFTP server like `tftpd-hpa`.

[,bash]
----
$ sudo apt-get install tftpd-hpa
$ sudo apt install tftpd-hpa
$ sudo systemctl start tftpd-hpa
----

Expand All @@ -72,7 +72,7 @@ DHCP in IPv6 has changed a lot. We need DHCP to at least tell us the address of

[,bash]
----
$ sudo apt-get install isc-dhcp-server
$ sudo apt install isc-dhcp-server
----

Modify the configuration in `/etc/default/isc-dhcp-server`
Expand Down Expand Up @@ -133,7 +133,7 @@ To use IPv6 you really need a router and ISP that supports IPv6. There are sites

[,bash]
----
sudo apt-get install ndisc6
sudo apt install ndisc6
rdisc6 -1 eth0
----

Expand Down