Skip to content

Commit b04d843

Browse files
Merge pull request #3775 from raspberrypi/purge-apt-get
Remove lingering apt-get mentions
2 parents f555a37 + bcdaca9 commit b04d843

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

documentation/asciidoc/computers/camera/rpicam_apps_building.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Raspberry Pi OS includes a pre-installed copy of `rpicam-apps`. Before building
1818

1919
[source,console]
2020
----
21-
$ sudo apt-get remove --purge rpicam-apps
21+
$ sudo apt remove --purge rpicam-apps
2222
----
2323

2424
==== Building `rpicam-apps` without building `libcamera`

documentation/asciidoc/computers/os/updating.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ If you update your firmware to the latest release and experience an issue, use t
171171

172172
[source,console]
173173
----
174-
$ sudo apt-get update
174+
$ sudo apt update
175175
$ sudo apt install --reinstall raspi-firmware
176176
----
177177

documentation/asciidoc/computers/remote-access/network-boot-ipv6.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Alternatively you can use a standalone TFTP server like `tftpd-hpa`.
6262

6363
[,bash]
6464
----
65-
$ sudo apt-get install tftpd-hpa
65+
$ sudo apt install tftpd-hpa
6666
$ sudo systemctl start tftpd-hpa
6767
----
6868

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

7373
[,bash]
7474
----
75-
$ sudo apt-get install isc-dhcp-server
75+
$ sudo apt install isc-dhcp-server
7676
----
7777

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

134134
[,bash]
135135
----
136-
sudo apt-get install ndisc6
136+
sudo apt install ndisc6
137137
rdisc6 -1 eth0
138138
----
139139

0 commit comments

Comments
 (0)