What does the uBlue Kinoite image come with by default?
Sorry if this is easy to find, I've looked for an hour and a half and haven't been able to find it. Specifically looking for a list of all the Flatpaks and RPMs installed out of the box, as well as config changes compared to upstream.
21 Replies
flatpaks should be distributed downstream, thats not on
ublue-os/main
you can get a list of all flatapks by running the kinoite image as a container and doing rpm -qa
there
podman run -it -v .:/tmp/here ghcr.io/ublue-os/kinoite-main:latest sh -c 'rpm -qa > /tmp/here/rpms.list'
should work i thinkI'm a bit new at this, how do I "run the Kinoite image as a container?"
I'm not computer illiterate but the atomic distro thing is pretty new to me, aside from a few weeks last year that I used Silverblue.
Should I just install it as a VM?
I have virt-manager set up for Windows.
that podman command does it
Wait, I figured it out.
Mhm.
.
Pulling now.
oh its not gonna work i forgot to put :Z there
podman run -it -v .:/tmp/here:Z ghcr.io/ublue-os/kinoite-main:latest sh -c 'rpm -qa > /tmp/here/rpms.list'
damnDon't look at my download speeds I have West Virginia mountain internet
:3
I have never gotten more than 2.7 megabytes a second down
same and im in sao paulo, gotta love captalism
quickly stuffing revolutionary ideals into blahaj's mouth nothing to see here
stiiiiill cookin'
so true tho
if you just want to see what ublue adds / removes, check out this file https://github.com/ublue-os/main/blob/main/packages.json
GitHub
main/packages.json at main · ublue-os/main
OCI base images of Fedora with batteries included. Contribute to ublue-os/main development by creating an account on GitHub.
for a list of all rpm packages tulip's method is perfect
Do remember that updates are going to take a while then, containers are a bit more chunky than the classical package manager updates
Thank you, smart internet individual!
This looks like it's pulling things from RPM Fusion. Is that enabled ootb?
ublue pulls from negativo i think, but AFAIK the repos are disabled at the end of the build
Never heard of that.
Care to explain?
slaanesh
negativo17.org
Multimedia – includes Nvidia driver, CUDA
This repository contains multimedia programs that I use on my systems. The full list is as follows: HandBrake with supporting programs MakeMKV and libdvdcss CUDA enabled FFMpeg with most of the pos…
Oh, interesting.
Is there a reason to replace these with RPM Fusion, or should I just leave it as is?
I install other things from RPM Fusion, so it's not just multimedia for me.
i would just leave it as is
otherwise you're re-doing work that's already been done
unless you run into compatibility issues ofc