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

Guide for performing a termshark upgrade to latest version #141

Open
davehouser1 opened this issue Sep 21, 2022 · 0 comments
Open

Guide for performing a termshark upgrade to latest version #141

davehouser1 opened this issue Sep 21, 2022 · 0 comments

Comments

@davehouser1
Copy link

davehouser1 commented Sep 21, 2022

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/termshark@v2.4.0
  • Fix any PATH problems.

Not sure if this is one size fits all process or if there are other recommendations.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant