Skip to content

Commit 3d637f4

Browse files
Copilotsquirrelsc
andauthored
Update Azure Linux documentation to support version 3.0 (#3818)
* Initial plan for issue * Update Azure Linux documentation to support version 3.0 Co-authored-by: squirrelsc <27178119+squirrelsc@users.noreply.github.com> * Update installation_linux.rst to include Azure Linux 3.0 Co-authored-by: squirrelsc <27178119+squirrelsc@users.noreply.github.com> * Update installation_linux.rst to include Azure Linux mentions consistently Co-authored-by: squirrelsc <27178119+squirrelsc@users.noreply.github.com> * Add missing packages for Azure Linux in installation docs Co-authored-by: squirrelsc <27178119+squirrelsc@users.noreply.github.com> * Remove version numbers and Mariner qualifier from Azure Linux references Co-authored-by: squirrelsc <27178119+squirrelsc@users.noreply.github.com> * Update formatting for Azure Linux installation command heading Co-authored-by: squirrelsc <27178119+squirrelsc@users.noreply.github.com> * Add note about Python installation for Azure Linux in system dependencies Co-authored-by: squirrelsc <27178119+squirrelsc@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: squirrelsc <27178119+squirrelsc@users.noreply.github.com>
1 parent 6417592 commit 3d637f4

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

docs/installation_linux.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Minimum System Requirements
99
3. 4 GB system memory
1010

1111
We will guide you through the installation of LISA on Linux.
12-
The following commands assume Ubuntu is being used.
12+
The following commands assume Ubuntu or Azure Linux is being used.
1313

1414

1515
Install Python on Linux
@@ -36,6 +36,8 @@ Here is an example to install Python 3.11 on Ubuntu 22.04
3636
sudo apt update
3737
sudo apt install python3.11 python3.11-dev -y
3838
39+
For Azure Linux, Python installation is included in the system dependencies section below and does not need to be installed separately.
40+
3941

4042
Install system dependencies
4143
---------------------------
@@ -46,6 +48,12 @@ Run the command below to install the dependencies on Ubuntu:
4648
4749
sudo apt install git gcc libgirepository1.0-dev libcairo2-dev qemu-utils libvirt-dev python3-pip python3-venv -y
4850
51+
Run the command below to install the dependencies on Azure Linux:
52+
53+
.. code:: bash
54+
55+
sudo tdnf install -y git gcc gobject-introspection-devel cairo-gobject cairo-devel pkg-config libvirt-devel python3-devel python3-pip python3-virtualenv build-essential cairo-gobject-devel curl wget tar azure-cli ca-certificates
56+
4957
If you're using a different distribution or python version, adjust the command as needed
5058

5159

@@ -66,7 +74,7 @@ if it exists.
6674
6775
.. note::
6876

69-
For some distributions, such as Ubuntu, ``$HOME/\.local/bin`` will be
77+
For some distributions, such as Ubuntu and Azure Linux, ``$HOME/\.local/bin`` will be
7078
added to the ``$PATH`` at login if it exists. In this case, log out and
7179
log back in after installing LISA if your path doesn't currently include it.
7280

0 commit comments

Comments
 (0)