We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fb7ea commit 5aa7ed5Copy full SHA for 5aa7ed5
1 file changed
content/install-guides/performix.md
@@ -116,9 +116,14 @@ sudo apt update
116
117
Install the package:
118
119
-```bash
120
-sudo dpkg -i ArmPerformix-linux-arm64.deb
121
-```
+{{< tabpane code=true >}}
+{{< tab header="Arm64" >}}
+sudo dpkg -i ArmPerformix-linux-arm64.deb
122
+{{< /tab >}}
123
+{{< tab header="x64" >}}
124
+sudo dpkg -i ArmPerformix-linux-amd64.deb
125
126
+{{< /tabpane >}}
127
128
The `dpkg` command may report missing dependency errors. Run the following command to automatically fetch and install any missing dependencies:
129
0 commit comments