Skip to content

Commit

Permalink
remove debian from 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Xu committed Jan 23, 2025
1 parent be32bdc commit 2942e12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 197 deletions.
27 changes: 3 additions & 24 deletions docs/install/amdgpu-install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -285,20 +285,15 @@ After uninstalling ROCm, remove the amdgpu-install package from system.
Ubuntu
--------------------------------------------------------------------

.. code-block:: bash
.. code-block:: bash
.. tab-set::

sudo apt purge amdgpu-install
sudo apt autoremove
.. tab-item:: Debian
.. tab-item:: Ubuntu

.. code-block:: bash
sudo apt purge amdgpu-install
sudo apt autoremove
.. tab-item:: RHEL

.. code-block:: bash
Expand Down Expand Up @@ -337,22 +332,6 @@ Remove ROCm and AMDGPU repositories
# Restart the system
sudo reboot
.. tab-item:: Debian

.. code-block:: bash
# Remove the repositories
sudo rm /etc/apt/sources.list.d/amdgpu.list
sudo rm /etc/apt/sources.list.d/rocm.list
# Clear cache and clean system
sudo rm -rf /var/cache/apt/*
sudo apt clean all
sudo apt update
# Restart the system
sudo reboot
.. tab-item:: RHEL

Expand Down
173 changes: 0 additions & 173 deletions docs/install/native-install/debian.rst

This file was deleted.

0 comments on commit 2942e12

Please sign in to comment.