diff --git a/docs/run-a-node/3-ftso-data-provider.mdx b/docs/run-a-node/3-ftso-data-provider.mdx
index 67cdbbce..4a8d7157 100644
--- a/docs/run-a-node/3-ftso-data-provider.mdx
+++ b/docs/run-a-node/3-ftso-data-provider.mdx
@@ -230,7 +230,7 @@ yarn hardhat --network songbird register-entities
```bash
- apt-get install jq
+ apt install jq
```
diff --git a/guides/2024-05-24-flare-for-javascript-developers.mdx b/guides/2024-05-24-flare-for-javascript-developers.mdx
index 8a50cce2..859163b3 100644
--- a/guides/2024-05-24-flare-for-javascript-developers.mdx
+++ b/guides/2024-05-24-flare-for-javascript-developers.mdx
@@ -35,8 +35,8 @@ Install the Solidity compiler by following the instructions in the [Solidity doc
```bash
sudo add-apt-repository -y ppa:ethereum/ethereum
- sudo apt-get update
- sudo apt-get install solc
+ sudo apt update
+ sudo apt install solc
```
diff --git a/guides/2024-05-26-flare-for-rust-developers.mdx b/guides/2024-05-26-flare-for-rust-developers.mdx
index 2a78c5a5..492dc607 100644
--- a/guides/2024-05-26-flare-for-rust-developers.mdx
+++ b/guides/2024-05-26-flare-for-rust-developers.mdx
@@ -35,8 +35,8 @@ Install the Solidity compiler by following the instructions in the [Solidity doc
```bash
sudo add-apt-repository -y ppa:ethereum/ethereum
- sudo apt-get update
- sudo apt-get install solc
+ sudo apt update
+ sudo apt install solc
```
diff --git a/guides/2024-05-27-flare-for-go-developers.mdx b/guides/2024-05-27-flare-for-go-developers.mdx
index 7922a0b6..834a145d 100644
--- a/guides/2024-05-27-flare-for-go-developers.mdx
+++ b/guides/2024-05-27-flare-for-go-developers.mdx
@@ -35,8 +35,8 @@ Install Geth by following the instructions in the [Geth documentation](https://g
```bash
sudo add-apt-repository -y ppa:ethereum/ethereum
- sudo apt-get update
- sudo apt-get install ethereum solc
+ sudo apt update
+ sudo apt install ethereum solc
```