Add TUXEDO Computers software package sources - Add TUXEDO software package sources - TUXEDO Computers

  ATTENTION: To use our store you have to activate JavaScript and deactivate script blockers!  
Thank you for your understanding!

Add TUXEDO software package sources

Ubuntu

The easiest way: graphical

1. Select Software & Updates from the main menu/dashboard and switch to the Other Software tab.


2. Select "Add ..." and enter the following lines one after the other as APT line.

The APT lines:
deb https://deb.tuxedocomputers.com/ubuntu [UBUNTU_CODENAME] main

Please replace [UBUNTU_CODENAME] with the version alias of your system.

  • Code name for Ubuntu 20.04: focal
  • Code name for Ubuntu 22.04: jammy

The whole thing should look like this for Ubuntu 22.04:

deb https://deb.tuxedocomputers.com/ubuntu jammy main

 


 

The alternative way: Terminal

First we fetch the key, that secures the TUXEDO repository, following the new method:

$ wget -O - https://deb.tuxedocomputers.com/0x54840598.pub.asc | gpg --dearmor > 0x54840598.pub.gpg
$ cat 0x54840598.pub.gpg | sudo tee -a /usr/share/keyrings/tuxedo-keyring.gpg > /dev/null
Then we create a meaningful new entry inside /etc/apt/sources.list.d, so that the package manager can install software from the new repository.

$ echo 'deb [arch=amd64 signed-by=/usr/share/keyrings/tuxedo-keyring.gpg] https://deb.tuxedocomputers.com/ubuntu jammy main' | sudo tee -a /etc/apt/sources.list.d/tuxedo-computers.list

 

As final step, we run sudo apt update in the terminal to check whether the package sources are fetched without errors. If the prompt returns without errors, you were successful. If you want to know more about the meaning of these keys and the new method that Debian stores them, you might want to read our article What are GPG-Keys for with Repositories? 

 


 

openSUSE Leap 15.3

Common packages


1. Start YaST and switch to the Software Repositories area. Click on Add (bottom left) and confirm the preselection ("Enter URL...") in the subsequent window by clicking Next.

2. Enter the following data for openSUSE Leap 15.3 in the next dialog box:
Name: isv:TUXEDO (openSUSE Leap 15.3)
URL: https://rpm.tuxedocomputers.com/opensuse/15.3/

3. YaST now loads the index data of the repository based on your specifications. Meanwhile, you will be asked to verify the signature of the added package source and confirm it if applicable.
When the process is complete, the repository appears in the overview list, and you can confirm with OK and exit YaST.

Notice
For other versions of openSUSE (Leap 42.3, Tumbleweed) please adjust your entries accordingly.

We support openSUSE Tumbleweed only to a limited extent. For NVIDIA devices, please refer to the corresponding repository directly at openSUSE.