#Update on Fedora

14 messages · Page 1 of 1 (latest)

smoky pawn
#

How does updates work on Fedora without having to manually download and install it every time there is an update? Can´t find any info on how to add the repo so the command actually works.

runic valveBOT
#

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

smoky pawn
#

Error: Cannot find a valid baseurl for repo: warpdotdev
Ignoring repositories: warpdotdev

#

This error pops up after adding the repo and trying o update

royal abyss
#

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
hollow tulip
royal abyss
#

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)

hollow tulip
royal abyss
#

as far as i know yes, since i pulled that info from the repository on a system that just had the latest rpm installed.

hollow tulip
#

could i see the script in the spec file?

#

may be able to figure out what's wrong

smoky pawn
royal abyss
#

any luck with this weeks update?