summaryrefslogtreecommitdiff
path: root/public/linux/debs/index.ru.html
blob: 107a8733233e5b675b072a47117b1a9d2cc8d379 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang='ru'>
<head>
<title>
Bitmask debian/ubuntu repositories - Скачать Bitmask
</title>
<meta content='width=device-width, initial-scale=1.0' name='viewport'>
<meta charset='utf-8'>
<link href='/assets/bootstrap.min.css' rel='stylesheet'>
<link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
<link href='/assets/style.css' rel='stylesheet'>
<script src='/assets/js/jquery.min.js'></script>
</head>
<body>
<a class='bm-masthead' href='/'></a>
<div class='bm-bar'>
Скачать Bitmask
</div>
<div class='bm-main container'>
<h1><a name="supported-distributions"></a>Supported distributions</h1>

<p>We provide packages for <strong>ubuntu</strong> <code>Bionic</code> (18.04), <strong>debian</strong> <code>Stretch</code> (<em>stable</em>) and <code>Buster</code> (<em>testing</em>).
Try the <a href="/ru/linux#standalone-bundles">standalone bundles</a> if your distribution is not there.</p>

<p>Please refer to the <a href="/ru/linux#Debian/Ubuntu">linux installation docs</a> how to install the debian packages for your distribution.</p>

<h1><a name="release-staging-or-master"></a>Release, staging, or master?</h1>

<p>Above, the <code>release</code> component tracks only the <strong>stable</strong> releases. That is probably what you want to use.</p>

<p>If you want <strong>alpha</strong> versions and <strong>release candidates</strong>, use <code>staging</code> in your <code>/etc/apt/sources.list.d/bitmask.list</code> file, like this:</p>

<pre><code>sudo gedit /etc/apt/sources.list.d/bitmask.list
deb http://deb.leap.se/client staging stretch
</code></pre>

<p>If you want to have the bleeding edge, use <code>master</code> instead. Beware that this can be unstable at times:</p>

<pre><code>deb http://deb.leap.se/client master stretch
</code></pre>

<h1><a name="removing-the-packages"></a>Removing the packages</h1>

<p>If you want to remove bitmask from your system:</p>

<pre><code>sudo -s
apt remove --purge bitmask leap-archive-keyring
rm /etc/apt/sources.list.d/bitmask.list
</code></pre>

<p>You probably also want to wipe all the files in your local user account, in:</p>

<pre><code>~/.config/leap/
</code></pre>

</div>
<footer>
<div>
(c) 2014-2018 LEAP Encryption Access Project
</div>
<div>
Everything available for download on this site is free and open source software.
<br>
Source code available from
<a href="https://leap.se/git/">https://leap.se/git</a>
or
<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
</div>
</footer>
</body>
</html>