mirror of
https://onedev.site.tesses.net/crosslang/crosslang-website
synced 2026-02-08 17:15:46 +00:00
Update website
This commit is contained in:
32
content/downloads/linux/ubuntu.md
Normal file
32
content/downloads/linux/ubuntu.md
Normal file
@@ -0,0 +1,32 @@
|
||||
+++
|
||||
title = 'Ubuntu'
|
||||
date = 2025-09-24T20:29:28-05:00
|
||||
+++
|
||||
|
||||
This requires Ubuntu 22:04 or later.
|
||||
|
||||
## Install the repository (For Ubuntu jammy - oracular)
|
||||
````bash
|
||||
sudo curl https://git.tesseslanguage.com/api/packages/tesses50/debian/repository.key -o /etc/apt/keyrings/gitea-tesses50.asc
|
||||
echo "deb [signed-by=/etc/apt/keyrings/gitea-tesses50.asc] https://git.tesseslanguage.com/api/packages/tesses50/debian jammy main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
|
||||
sudo apt update
|
||||
````
|
||||
|
||||
|
||||
## Install the repository (For Ubuntu plucky or later)
|
||||
````bash
|
||||
sudo curl https://git.tesseslanguage.com/api/packages/tesses50/debian/repository.key -o /etc/apt/keyrings/gitea-tesses50.asc
|
||||
echo "deb [signed-by=/etc/apt/keyrings/gitea-tesses50.asc] https://git.tesseslanguage.com/api/packages/tesses50/debian plucky main" | sudo tee -a /etc/apt/sources.list.d/gitea.list
|
||||
sudo apt update
|
||||
````
|
||||
|
||||
|
||||
## Install the language (also installs tesses-framework)
|
||||
````bash
|
||||
sudo apt install crosslang
|
||||
````
|
||||
|
||||
## Or the IDE
|
||||
````bash
|
||||
sudo apt install crosslang-devstudio # FOR IDE as well
|
||||
````
|
||||
Reference in New Issue
Block a user