-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Labels
Description
tl;dr Future releases will only provide .deb
and .rpm
. AppImage and Snap support will be discontinued.
Debian/Ubuntu
- Download
.deb
from the latest release - Install
sudo apt install ./Netron-x.x.x-<arch>.deb
- Run
netron
Fedora/Red Hat
- Download
.rpm
from the latest release - Install
sudo dnf install ./Netron-x.x.x-<arch>.rpm
- Run
netron
Notes
- Builds are provided; community testing and improvements are welcome.
- Auto-update is available in beta.
Migration
- AppImage: Discontinued due to electron/electron#42510. Run
rm Netron-*.AppImage
and migrate to.deb
or.rpm
. - Snap: Discontinued due to maintenance complexity. Please run
snap remove netron
and migrate to.deb
or.rpm
.