Skip to content

Add Linux Mint troubleshooting #37

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions products-built-on-oxen/lokinet/guides/linux-gui-install-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,15 @@ Simply jump into the lokinet-gui client and click the large green power button.

Head over to [Exit nodes](../exit-nodes.md) or [Accessing SNApps](../snapps/accessing-snapps.md) for an overview of the exciting things you can do with Lokinet up and running!

### GUI installation troubleshooting

See the troubleshooting guide [here](./linux-troubleshooting.md) if you have issues.

#### Linux Mint does not work with \(lsb-release\)

It has been reported that Linux Mint users may need to use the following command instead of the second command in [Initial setup](linux-gui-install-guide.md#initial-setup):

```text
echo "deb https://deb.oxen.io jammy main" | sudo tee /etc/apt/sources.list.d/oxen.list
```