You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 19, 2024. It is now read-only.
@@ -120,9 +120,9 @@ The PKGBUILD declares that this only supports x86_64, but since it builds from s
120
120
121
121
This process will also work on arch-based distros
122
122
123
-
### Debian/Ubuntu
124
-
I will soon upload this to a ppa to make this process a bit easier
125
-
1. Download the pkg from the above prebuilt binaries
123
+
### Ubuntu
124
+
Packaging to a PPA has literally no good documentation online, and the official Ubuntu website for it has LITERALLY NO TEXT ON IT (its undergoing maintenance). Debian docs and launchpad docks also suck. You are stuck with this process until I feel like requesting tcobalt to be added to the official Ubuntu repositories. I won't bother with debian because they release stable updates every 2 years.
125
+
1. Download the pkg from the above prebuilt binaries (or use cURL)
126
126
2. Open a terminal and navigate to the directory containing the downloaded .deb file
127
127
3. Run the following command (replacing the fields in the angle brackets as necessary)
128
128
```
@@ -135,7 +135,7 @@ Download the .exe from the above prebuilt binaries, put it into any `%PATH%` fol
135
135
I will figure out how to add tcobalt to winget-pkgs sometime in the future
136
136
137
137
### Other Linux
138
-
You can try downloading the x86_64 linux binary from the above prebuilt binaries, putting it into `/usr/bin`, and renaming it to `tcb`
138
+
You can try downloading the linux binary from the above prebuilt binaries, putting it into `/usr/bin`, and renaming it to `tcb`
139
139
140
140
### Unsupported OSes
141
141
More support will come later. If you are on an unsupported operating system or architecture, or downloading a prebuilt binary didnt work, do this:
0 commit comments