Skip to content

Commit

Permalink
Remove snap support.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Jan 10, 2022
1 parent c7f6fe2 commit 7161845
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 82 deletions.
21 changes: 0 additions & 21 deletions docs/installing-solidity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -118,27 +118,6 @@ The nightly version can be installed using these commands:
sudo apt-get update
sudo apt-get install solc
We are also releasing a `snap package <https://snapcraft.io/>`_, which is
installable in all the `supported Linux distros <https://snapcraft.io/docs/core/install>`_. To
install the latest stable version of solc:

.. code-block:: bash
sudo snap install solc
If you want to help testing the latest development version of Solidity
with the most recent changes, please use the following:

.. code-block:: bash
sudo snap install solc --edge
.. note::

The ``solc`` snap uses strict confinement. This is the most secure mode for snap packages
but it comes with limitations, like accessing only the files in your ``/home`` and ``/media`` directories.
For more information, go to `Demystifying Snap Confinement <https://snapcraft.io/blog/demystifying-snap-confinement>`_.

Arch Linux also has packages, albeit limited to the latest development version:

.. code-block:: bash
Expand Down
61 changes: 0 additions & 61 deletions snap/snapcraft.yaml

This file was deleted.

0 comments on commit 7161845

Please sign in to comment.