From 0d0117e9d0b84c7f1f650b09bd4232f0e55e4768 Mon Sep 17 00:00:00 2001 From: Roger Shimizu Date: Mon, 20 Oct 2025 20:50:20 -0700 Subject: [PATCH] qcom-noble-ppa is deprecated qcom-noble-ppa is deprecated. The successor qcom-ppa is enabled by default, so actually no need to add qcom-ppa manually. --- .../1.0.0-u/11.Troubleshooting/4.troubleshooting.md | 2 -- .../Robotics Sample Applications.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/docs-en/docs/rubik-pi-3-user-manual/1.0.0-u/11.Troubleshooting/4.troubleshooting.md b/docs-en/docs/rubik-pi-3-user-manual/1.0.0-u/11.Troubleshooting/4.troubleshooting.md index 359ef37..a21c745 100644 --- a/docs-en/docs/rubik-pi-3-user-manual/1.0.0-u/11.Troubleshooting/4.troubleshooting.md +++ b/docs-en/docs/rubik-pi-3-user-manual/1.0.0-u/11.Troubleshooting/4.troubleshooting.md @@ -146,7 +146,6 @@ toc_max_heading_level: 4 2. Run the following commands to switch from the desktop version to server version. ```shell - sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-noble-ppa sudo apt update sudo apt upgrade -y sudo apt-get install qcom-adreno1 @@ -162,7 +161,6 @@ toc_max_heading_level: 4 2. Run the following commands to switch from the server version to desktop version. ```shell - sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-noble-ppa sudo apt update sudo apt upgrade -y sudo apt install qcom-adreno1- libgbm-msm1- libegl-mesa0 libegl1 libgles2 libglvnd0 libvulkan1 diff --git a/docs-en/docs/rubik-pi-3-user-manual/1.0.0-u/7.Application Development and Execution Guide/4.Robotics-Sample-Applications/Robotics Sample Applications.md b/docs-en/docs/rubik-pi-3-user-manual/1.0.0-u/7.Application Development and Execution Guide/4.Robotics-Sample-Applications/Robotics Sample Applications.md index f06b325..e7aab3b 100644 --- a/docs-en/docs/rubik-pi-3-user-manual/1.0.0-u/7.Application Development and Execution Guide/4.Robotics-Sample-Applications/Robotics Sample Applications.md +++ b/docs-en/docs/rubik-pi-3-user-manual/1.0.0-u/7.Application Development and Execution Guide/4.Robotics-Sample-Applications/Robotics Sample Applications.md @@ -31,7 +31,7 @@ This guide walks you through using QIR sample applications on development kits r 4. Add Qualcomm public PPA archives to your Ubuntu software sources: ```shell -sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-ppa +sudo add-apt-repository ppa:ubuntu-qcom-iot/qcom-ppa # qcom-ppa is usually already enabled in your system. Describe here just in case. sudo add-apt-repository ppa:ubuntu-qcom-iot/qirp ```