#Update on Fedora
14 messages · Page 1 of 1 (latest)
Hi @smoky pawn. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
@smoky pawn kapa.ai is still learning and improving, please let us know how it did by reacting below
Error: Cannot find a valid baseurl for repo: warpdotdev
Ignoring repositories: warpdotdev
This error pops up after adding the repo and trying o update
The yum repo should automatically be added when you install the .rpm file, if not then. try the following (these contain the URLs):
cat <<EOF | sudo tee /etc/yum.repos.d/warpdotdev.repo
[warpdotdev]
name=warpdotdev
baseurl=https://releases.warp.dev/linux/rpm/stable
enabled=1
gpgcheck=1
gpgkey=https://releases.warp.dev/linux/keys/warp.asc
EOF
we noticed this on Ultramarine. thought it was just because you didn't recognize UM, seems to be a issue on Fedora proper too
Does the manual script to add the repo help at all? Maybe Warp is setting up the wrong repo info (thats what i extracted to create the script)
does work, what's the script you guys have in the spec file to do this?
as far as i know yes, since i pulled that info from the repository on a system that just had the latest rpm installed.
I updated manually this time, although i can try on the next update, thanks for the info my friend.
any luck with this weeks update?