Hi all;
I have Fedora 29 running as my laptop, I can run dnf search stoken and it finds it, however if I create a new Fedora 29 VM dnf cannot find stoken. Anyone know what package / repo I need to install to get stoken?
One odd thing is that dnf provides shows stoken (on my laptop) as coming from fedora.repo
$ dnf provides stoken Last metadata expiration check: 5 days, 12:45:06 ago on Fri 12 Apr 2019 09:23:10 AM MDT. stoken-cli-0.91-6.fc29.x86_64 : Command line tool for stoken Repo : fedora Matched from: Filename : /usr/bin/stoken
I visually compared the fedora.repo files on the laptop vs VM, they seem to be the same
Solved - User Error
On 4/17/19 10:10 PM, S. Bob wrote:
Hi all;
I have Fedora 29 running as my laptop, I can run dnf search stoken and it finds it, however if I create a new Fedora 29 VM dnf cannot find stoken. Anyone know what package / repo I need to install to get stoken?
One odd thing is that dnf provides shows stoken (on my laptop) as coming from fedora.repo
$ dnf provides stoken Last metadata expiration check: 5 days, 12:45:06 ago on Fri 12 Apr 2019 09:23:10 AM MDT. stoken-cli-0.91-6.fc29.x86_64 : Command line tool for stoken Repo : fedora Matched from: Filename : /usr/bin/stoken
I visually compared the fedora.repo files on the laptop vs VM, they seem to be the same
On 4/18/19 12:10 PM, S. Bob wrote:
I have Fedora 29 running as my laptop, I can run dnf search stoken and it finds it, however if I create a new Fedora 29 VM dnf cannot find stoken. Anyone know what package / repo I need to install to get stoken?
One odd thing is that dnf provides shows stoken (on my laptop) as coming from fedora.repo
$ dnf provides stoken Last metadata expiration check: 5 days, 12:45:06 ago on Fri 12 Apr 2019 09:23:10 AM MDT. stoken-cli-0.91-6.fc29.x86_64 : Command line tool for stoken Repo : fedora Matched from: Filename : /usr/bin/stoken
I visually compared the fedora.repo files on the laptop vs VM, they seem to be the same
The answer is in the output. The "stoken" command is provided by the "stoken-cli" package.
dnf install stoken-cli