mislav / hub

A command-line tool that makes git easier to use with GitHub.

Home Page:https://hub.github.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hub 2.7.0 is perma installed on my Ubuntu 20.04

lk250211 opened this issue · comments

Command attempted:
sudo apt-get install hub

What happened:
After I ran the classic apt get to install hub its installing hub 2.7.0 while 2.14.2 is the lates

More info:
Each time I try to install hub on my Ubuntu 20.04 GH runner via a yaml chart its installing hub 2.7.0 and not the latest one. Not sure if you can help with this but I figured maybe you might

Hi buddy @lk250211 I would advise you to check what repository your hub package is using by doing:

apt policy hub

This command will display the version of the hub package that is installed on your system and the repository it comes from. Once we know which repository your hub package is using we may be able to have a clue what is going on.