Skip to content
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

Update installation instructions for Massa Station ubuntu prior to 24.04 #348

Merged
merged 1 commit into from
Sep 19, 2024
Merged
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
16 changes: 11 additions & 5 deletions docs/massaStation/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,19 @@ On Linux, it is **highly recommended** to install _Massa Station_ using a termin
3. Navigate to the directory where the downloaded `.deb` package is located.
4. Run the following command to install the package:<br/>

```
sudo apt install ./massastation-VERSION_amd64.deb
```
```sh
sudo apt install ./massastation-VERSION_amd64.deb
```

5. Enter your administrator password when prompted and press Enter to confirm.
6. The installation will begin, and you will see progress information in the terminal.
7. Once the installation is complete, you can close the terminal.
7. **Ubuntu prior to 24.04 Only**: Massa Wallet requires the `libwebkit2gtk-4.1-0` package to be installed. Run the following command to install it:<br/>

```sh
sudo apt install libwebkit2gtk-4.1-0
```

Once the installation is complete, you can close the terminal.

:::info
If you experience any issues during the installation process or while using _Massa Station_, please refer to the [FAQ](/docs/massaStation/faq).
Expand All @@ -93,7 +99,7 @@ Once _Massa Station_ is installed, you can update it using the same method as fo
If you experience any issues during the update, please refer to the [FAQ](/docs/massaStation/faq).
:::

:::Important information
:::caution Important information

There is a known issue involving version checks while updating _Massa Station_ via the GUI. To avoid this issue we recommend following these instructions:

Expand Down
Loading