mirror of
https://github.com/etlegacy/etlegacy-snap.git
synced 2024-11-22 03:51:10 +00:00
37 lines
611 B
Markdown
37 lines
611 B
Markdown
# ET Legacy on Snap
|
|
## Ubuntu/Ubuntu Core/Frame IoT and others Linux distributions that support Snap
|
|
|
|
To install ET Legacy Snap.
|
|
```
|
|
sudo snap install etlegacy --stable
|
|
```
|
|
|
|
New X11 Support is now in edge
|
|
```
|
|
sudo snap install etlegacy --edge
|
|
```
|
|
|
|
|
|
Supported Window Manager Protocols
|
|
```
|
|
Wayland
|
|
X11
|
|
```
|
|
|
|
Supported Architectures:
|
|
```
|
|
amd64 | arm64
|
|
```
|
|
|
|
## Other requirements if needed
|
|
```
|
|
/snap/etlegacy/current/bin/setup.sh
|
|
```
|
|
|
|
To run ET Legacy Snap.
|
|
```
|
|
Type:
|
|
etlegacy.etl-wayland to run client with wayland
|
|
etlegacy.etl-x11 to run client with X11
|
|
etlegacy.etl-ded to run server side
|
|
```
|