(Very new to Linux) dnf alternative so I can download a specific repo?
Title. What I seek is not rpm-ostree but is on Fedora. What do I do?
11 Replies
what are you actually trying to do
Installing and Managing Applications - Bazzite Documentation
Bazzite is a custom image built upon Fedora Atomic Desktops that brings the best of Linux gaming to all of your devices.
https://www.fortinet.com/support/product-downloads
Trying to install this. It's specifically for work.
i see vpn, so guessing its some vpn client plus some other stuff
Just the VPN so I can join the office server
Would also be useful to know how download such repos for the future.
use the
copr
command instead of dnf copr
if its a non copr repo you can put the .repo
file in /etc/yum.repos.d/
and then turn off the gpgcheck in the repo file
thats all that is needed and then rpm-ostree
will have the repo
wanted to just see if it was something that would work in a distrobox, but VPNs do not work inside distrobox 🙂
and if youre just trying to install the rpm then rpm-ostree install /path/to/rpm.rpm
Can't find the .rpm for it unfortunately. Would have made it easy.
?

or am i misunderstanding?
Okay may be I am misunderstanding it.
Okay. This makes it easy now.
Thank you for your time!
np!
hopefully that is all that is needed for it to work for you