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
tulip
tulip8mo ago
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 think
Luci :3
Luci :3OP8mo ago
I'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.
tulip
tulip8mo ago
that podman command does it
Luci :3
Luci :3OP8mo ago
Wait, I figured it out. Mhm.
tulip
tulip8mo ago
.
Luci :3
Luci :3OP8mo ago
Pulling now.
Luci :3
Luci :3OP8mo ago
No description
tulip
tulip8mo ago
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' damn
Luci :3
Luci :3OP8mo ago
Don'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
tulip
tulip8mo ago
same and im in sao paulo, gotta love captalism
Luci :3
Luci :3OP8mo ago
quickly stuffing revolutionary ideals into blahaj's mouth nothing to see here stiiiiill cookin'
tulip
tulip8mo ago
so true tho
xyny
xyny8mo ago
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.
xyny
xyny8mo ago
for a list of all rpm packages tulip's method is perfect
MR sticky piston
Do remember that updates are going to take a while then, containers are a bit more chunky than the classical package manager updates
Luci :3
Luci :3OP8mo ago
Thank you, smart internet individual! This looks like it's pulling things from RPM Fusion. Is that enabled ootb?
xyny
xyny8mo ago
ublue pulls from negativo i think, but AFAIK the repos are disabled at the end of the build
Luci :3
Luci :3OP8mo ago
Never heard of that. Care to explain?
xyny
xyny8mo ago
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…
Luci :3
Luci :3OP8mo ago
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.
xyny
xyny8mo ago
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

Did you find this page helpful?