moovweb / gvm

Go Version Manager
http://github.com/moovweb/gvm
MIT License
9.88k stars 520 forks source link

Fedora 38: "warning: egrep is obsolescent" #431

Open kisamoto opened 1 year ago

kisamoto commented 1 year ago

Getting the following when using gvm on Fedora 38: egrep:

warning: egrep is obsolescent; using grep -E

This was a change made in September 2022 in version GNU Grep 3.8+

Edit: Reading the official release notes for Grep 3.8, egrep seems to be deprecated since 2007 so it should be fairly safe to replace these and maintain backwards compatability.

ankitcharolia commented 11 months ago

@kisamoto kindly try this GO Version Manager: https://github.com/ankitcharolia/goenv

adonespitogo commented 10 months ago

Having this same problem. The submitted PR needs to be fixed (conflicts).