Skip to content

Commit 4415c2f

Browse files
committed
Add note about snap and correct PPA URL
1 parent c6f6b39 commit 4415c2f

1 file changed

Lines changed: 29 additions & 5 deletions

File tree

docs/install.rst

Lines changed: 29 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ structa is distributed in several formats. The following sections detail
1212
installation on a variety of platforms.
1313

1414

15-
Ubuntu Linux
16-
============
15+
Ubuntu PPA
16+
==========
1717

18-
For Ubuntu Linux, it is simplest to install from the `author's PPA`_ as follows
19-
(this also ensures you are kept up to date as new releases are made):
18+
For Ubuntu Linux, it may be simplest to install from the `author's PPA`_ as
19+
follows:
2020

2121
.. code-block:: console
2222
@@ -30,6 +30,29 @@ If you wish to remove structa:
3030
3131
$ sudo apt remove structa
3232
33+
The deb-packaging includes a full man-page and bash-completion facilities.
34+
Tentative Debian packaging is also on Debian's excellent `salsa`_ service,
35+
pending submission.
36+
37+
38+
Snap
39+
====
40+
41+
structa is also distributed as a snap:
42+
43+
.. code-block:: console
44+
45+
$ snap install structa
46+
47+
If you wish to remove structa:
48+
49+
.. code-block:: console
50+
51+
$ snap remove structa
52+
53+
Note that the snap packaging does not include a man-page or bash-completion
54+
(because it can't).
55+
3356

3457
Microsoft Windows
3558
=================
@@ -96,5 +119,6 @@ And removal can be performed as follows:
96119
$ pip uninstall structa
97120
98121
99-
.. _author's PPA: https://launchpad.net/~waveform/+archive/ppa
122+
.. _author's PPA: https://launchpad.net/~waveform/+archive/ubuntu/structa
123+
.. _salsa: https://salsa.debian.org/python-team/packages/structa
100124
.. _setuptools: https://pypi.python.org/pypi/setuptools/

0 commit comments

Comments
 (0)