You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Looking for documentation on how to perform upgrades of termshark.
Describe the solution you'd like
Share details on how to upgrade termshark. Example: Ubuntu repo only has 2.0.3-1. I want to upgrade to the latest. If the answer is "Remove 2.0.3 with apt, then git clone and compile from source" then so be it, but would like to see it in the documentation some where, because maybe there is an easier way.
EDIT:
For myself, I accomplished an upgrade doing the following:
sudo apt remove termshark --purge
Make sure your golang version is up to date (at least 1.13).
Install termshark via go packages for newest versions of go go install github.com/gcla/termshark/v2/cmd/[email protected]
Fix any PATH problems.
Not sure if this is one size fits all process or if there are other recommendations.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Looking for documentation on how to perform upgrades of termshark.
Describe the solution you'd like
Share details on how to upgrade termshark. Example: Ubuntu repo only has 2.0.3-1. I want to upgrade to the latest. If the answer is "Remove 2.0.3 with apt, then git clone and compile from source" then so be it, but would like to see it in the documentation some where, because maybe there is an easier way.
EDIT:
For myself, I accomplished an upgrade doing the following:
sudo apt remove termshark --purge
go install github.com/gcla/termshark/v2/cmd/[email protected]
Not sure if this is one size fits all process or if there are other recommendations.
The text was updated successfully, but these errors were encountered: