Skip to content

Commit 5aa7ed5

Browse files
Add tab for x64 Linux dpkg command
1 parent d2fb7ea commit 5aa7ed5

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

content/install-guides/performix.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,14 @@ sudo apt update
116116

117117
Install the package:
118118

119-
```bash
120-
sudo dpkg -i ArmPerformix-linux-arm64.deb
121-
```
119+
{{< tabpane code=true >}}
120+
{{< tab header="Arm64" >}}
121+
sudo dpkg -i ArmPerformix-linux-arm64.deb
122+
{{< /tab >}}
123+
{{< tab header="x64" >}}
124+
sudo dpkg -i ArmPerformix-linux-amd64.deb
125+
{{< /tab >}}
126+
{{< /tabpane >}}
122127

123128
The `dpkg` command may report missing dependency errors. Run the following command to automatically fetch and install any missing dependencies:
124129

0 commit comments

Comments
 (0)