We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using Debian, but with apt-get upgrade, teleport is now v8 and won't boot. I want to use v7, is it possible?
# apt-cache showpkg teleport Package: teleport Versions: 8.0.1 (/var/lib/apt/lists/deb.releases.teleport.dev_dists_stable_main_binary-amd64_Packages) (/var/lib/dpkg/status) Description Language: File: /var/lib/apt/lists/deb.releases.teleport.dev_dists_stable_main_binary-amd64_Packages MD5: f1bd1cf1b3e199c98ee1c62707e862d7 Reverse Depends: Dependencies: 8.0.1 - Provides: 8.0.1 -
The text was updated successfully, but these errors were encountered:
Hi @JUN-KOBAYASHI,
My apologies -- we don't have teleport 7 available in the apt repo. Please install it directly via dpkg.
$ curl -O https://get.gravitational.com/teleport_7.3.3_amd64.deb # snip ... $ apt install ./teleport_7.3.3_amd64.deb # snip ... Setting up teleport (7.3.3) ... $ teleport version Teleport v7.3.3 git:v7.3.3-0-g47ccf9e5f go1.16.2
We do plan to provide teleport 7 via apt eventually. For more information, see this bug #8166
Sorry, something went wrong.
Closing as a duplicate of #8166.
No branches or pull requests
How
I'm using Debian, but with apt-get upgrade, teleport is now v8 and won't boot.
I want to use v7, is it possible?
The text was updated successfully, but these errors were encountered: