Ubuntu Linux

Information in this chapter is for following systems:

  • Ubuntu 20.04 LTS with 5.4 kernel;

  • Ubuntu 22.04 LTS with 5.15 kernel;

  • Ubuntu 23.04 with 6.2 kernel.

Ubuntu 20.04 LTS

To install xiRAID Classic 4.1.0 on an Ubuntu 20.04 LTS with kernel 5.4:

  1. Install linux-headers for the currently loaded kernel:

    # apt update && apt install linux-headers-$(uname -r)
  2. Install xiraid-repo for your OS:

    # cd /tmp/
    # curl -O https://pkg.xinnor.io/repository/Repository/xiraid/ubuntu/20.04/kver-5.4/xiraid-repo_1.1.0-446.kver.5.4_amd64.deb
    # apt install ./xiraid-repo_1.1.0-446.kver.5.4_amd64.deb
  3. Install xiraid-release.

    These commands install xiRAID Classic 4.1.0.

    # apt update && apt install xiraid-release

Ubuntu 22.04 LTS

To install xiRAID Classic 4.1.0 on an Ubuntu 22.04 LTS with kernel 5.15:

  1. Install linux-headers for the currently loaded kernel:

    # apt update && apt install linux-headers-$(uname -r)
  2. Install xiraid-repo for your OS:

    # cd /tmp/
    # curl -O https://pkg.xinnor.io/repository/Repository/xiraid/ubuntu/22.04/kver-5.15/xiraid-repo_1.1.0-446.kver.5.15_amd64.deb
    # apt install ./xiraid-repo_1.1.0-446.kver.5.15_amd64.deb
  3. Install xiraid-release.

    These commands install xiRAID Classic 4.1.0.

    # apt update && apt install xiraid-release

Ubuntu 23.04

To install xiRAID Classic 4.1.0 on an Ubuntu 23.04 with kernel 6.2:

  1. Install linux-headers for the currently loaded kernel:

    # apt update && apt install linux-headers-$(uname -r)
  2. Install xiraid-repo for your OS:

    # cd /tmp/
    # curl -O https://pkg.xinnor.io/repository/Repository/xiraid/ubuntu/23.04/kver-6.2/xiraid-repo_1.1.0-446.kver.6.2_amd64.deb
    # apt install ./xiraid-repo_1.1.0-446.kver.6.2_amd64.deb
  3. Install xiraid-release.

    These commands install xiRAID Classic 4.1.0.

    # apt update && apt install xiraid-release