-
Notifications
You must be signed in to change notification settings - Fork 46
/
index.html
44 lines (43 loc) · 2.74 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="/termux-x-repository/static/stylesheet.css">
<!-- Begin Jekyll SEO tag v2.3.0 -->
<title>Termux Repository of X/GUI packages | termux-x-repository</title>
<meta property="og:title" content="Termux Repository of X/GUI packages" />
<meta property="og:locale" content="en_US" />
<meta name="description" content="Termux Repository of X/GUI packages (unofficial)" />
<meta property="og:description" content="Termux Repository of X/GUI packages (unofficial)" />
<link rel="canonical" href="https://xeffyr.github.io/termux-x-repository/" />
<meta property="og:url" content="https://xeffyr.github.io/termux-x-repository/" />
<meta property="og:site_name" content="termux-x-repository" />
<script type="application/ld+json">
{"name":"termux-x-repository","description":"Termux Repository of X/GUI packages","author":null,"@type":"WebSite","url":"https://xeffyr.github.io/termux-x-repository/","image":null,"publisher":null,"headline":"APT Repository for Termux RootFS","dateModified":null,"datePublished":null,"sameAs":null,"mainEntityOfPage":null,"@context":"http://schema.org"}
</script>
<!-- End Jekyll SEO tag -->
</head>
<body>
<header>
<div class="container">
<h1>X/GUI packages for Termux</h1>
<h2>Here is located an unofficial APT repository that serves X/GUI packages for <a href="https://github.com/termux/termux-app/">Termux</a></h2>
</div>
</header>
<div class="container">
<section id="main_content">
<br>
<h3>Enabling repository in APT</h3>
<p>1. Download and add GPG public key to APT keyring:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>wget https://xeffyr.github.io/termux-x-repository/pubkey.gpg<br>apt-key add pubkey.gpg</code></pre>
<p>2. Edit your sources.list by adding a line with correct CPU architecture:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>## For AArch64<br>deb [arch=all,aarch64] https://xeffyr.github.io/termux-x-repository/ termux x-gui<br><br>## For ARM<br>deb [arch=all,arm] https://xeffyr.github.io/termux-x-repository/ termux x-gui<br><br>## For i686<br>deb [arch=all,i686] https://xeffyr.github.io/termux-x-repository/ termux x-gui<br><br>## For x86_64<br>deb [arch=all,x86_64] https://xeffyr.github.io/termux-x-repository/ termux x-gui</code></pre>
<p>3. Update package lists:</p>
<div class="highlighter-rouge"><pre class="highlight"><code>apt update</code></pre>
</div>
</section>
</div>
</body>
</html>