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

Unable to locate package glow #556

Open
Daydream0929 opened this issue Jan 11, 2024 · 1 comment
Open

Unable to locate package glow #556

Daydream0929 opened this issue Jan 11, 2024 · 1 comment

Comments

@Daydream0929
Copy link

Describe the bug
I can't install the glow from apt-get on ubuntu22.04LTS

Setup
Please complete the following information along with version numbers, if applicable.

  • OS [Ubuntu 22.04 LTS]
  • Shell [bash]

To Reproduce
Steps to reproduce the behavior:

  1. install from sudo apt
  2. see the error

Source Code
bash

sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg
echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list
sudo apt update && sudo apt install glow

Screenshots
image

@mirsahebali
Copy link

Hey is the problem seems to be resolved?
I tried to reproduce on a fresh Ubuntu 22.04LTS installation and it seems to be working and it gets installed with the command you have given above.
Try to run each command individually and see if it works this time.

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

2 participants