The END of DISTRO HOPPING? All Linux distros in one single system with VanillaOS

Поделиться
HTML-код
  • Опубликовано: 6 июл 2024
  • Try out Kasm Workspaces to stream desktops, OSes & apps to your browser: www.kasmweb.com/community-edi...
    Or you can use KasmVNC, the best open source remote desktop solution on Linux: github.com/kasmtech/KasmVNC
    Grab a brand new laptop or desktop running Linux: www.tuxedocomputers.com/en#
    👏 SUPPORT THE CHANNEL:
    Get access to a weekly podcast, vote on the next topics I cover, and get your name in the credits:
    RUclips: www.youtube.com/@thelinuxexp/...
    Patreon: / thelinuxexperiment
    Liberapay: liberapay.com/TheLinuxExperim...
    Or, you can donate whatever you want: paypal.me/thelinuxexp
    👕 GET TLE MERCH
    Support the channel AND get cool new gear: the-linux-experiment.creator-...
    🎙️ LINUX AND OPEN SOURCE NEWS PODCAST:
    Listen to the latest Linux and open source news, with more in depth coverage, and ad-free! podcast.thelinuxexp.com
    🏆 FOLLOW ME ELSEWHERE:
    Website: thelinuxexp.com
    Mastodon: mastodon.social/web/@thelinuxEXP
    Pixelfed: pixelfed.social/TLENick
    PeerTube: tilvids.com/c/thelinuxexperim...
    This video is distributed under the Creative Commons Share Alike license.
    #Linux #linuxdistro #vanillaos
    00:00 Intro
    00:28 Sponsor
    01:14 What makes VanillaOS special?
    03:18 Install and First Run: user friendly to the max
    05:27 What are containers?
    06:38 How do you install software?
    10:30 How are updates applied??
    11:37 Issues with VanillaOS
    13:13 Is it the end of distro hopping?
    14:31 Sponsor: Get a PC that runs Linux perfectly
    15:26 Support the channel
    It's one of the very few Ubuntu based distributions that is immutable, and atomic.
    Apart from that, VanillaOS uses GNOME, the most Vanilla GNOME they could ship on Ubuntu, and if you're looking for all the apps, you have access to containers that run other distros at native speeds, and give you access to all their packages.
    The installer is something I had never seen before, it looks super good, just like a GNOME app, and will take you through the basic steps, and it even has a nice legible GUI to set up your disk layout.
    After installing and rebooting, you're right into your user session, and you can pick between dark and light mode, if you want to enable support for Flatpak and AppImages, you also get to pick the apps you want to install: you have 3 sets of apps, the core ones, Office apps, and common utilities.
    After that, you get the GNOME 43 desktop, which doesn't have any customization or extension.
    Now the main point of VanillaOS is to offer the ability to run multiple distros on just one system, with distro containers, using Distrobox. And to manage that, you have the VanillaOS control center.
    You can add an Arch subsystem to get access to the AUR, a Fedora subsystem with DNF as the package manager, you get an OpenSUSE container, plus a VOid Linux one, and one for Alpine. Or you can create your own with any other distro you want.
    APX is VanillaOS all in one package manager. It lets you install applications for any source that you have access to, including all your distro containers.
    The syntax is pretty easy: you just type apx install, followed by the package manager that will perform the actual install, and the package name.
    For example, if I wanted to install davinci Resolve from the AUR, I could type:
    apx install --aur davinci-resolve
    And APX will automatically start my Arch container, and use the arch package manager to install Davinci Resolve from the AUR.
    And on top of that, apps installed this way will still show up in your GNOME overview and app grid, just like if they were installed on the base system itself.
    And, if you absolutely need to install something to the base system, you can, there's a preinstalled tool called ABRoot, that lets you execute a command, like running apt, since the system is Ubuntu based.
    Now for updates, Vanilla OS is not a rolling release, it has fixed releases that follow the Ubuntu release convention.
    Flatpaks you installed through GNOME software or the command line will be updated through the same methods. System updates are handled by VSO, for Vanilla System Operator.
    This does mean you'll need more disk space: at least 50 gigs to install the system, and the root partition you don't use. Containers and applications installed in them can be updated by running apx update in a terminal.
    But there are issues: as I mentioned, if you need more software from multiple sources, then you need multiple containers. This takes up a lot of space. And if your container dies, so do all your installed applications, and related user data.
    The second problem is the disk space usage of the main system: sure having 2 root partitions is great for stability, but it also consumes a LOT of disk space you'll never use.
    I also noticed that apps installed from containers sometimes don't show up in the GNOME app grid, and you have to run an APX command to actually add them.
  • НаукаНаука

Комментарии • 1 тыс.

  • @TheLinuxEXP
    @TheLinuxEXP  Год назад +84

    Try out Kasm Workspaces to stream desktops, OSes & apps to your browser: www.kasmweb.com/community-edition

    • @TAELSDOLL
      @TAELSDOLL Год назад +6

      vmware killer

    • @WohaoG
      @WohaoG Год назад +4

      I actually use Kasm and can vouch for its quality

    • @WohaoG
      @WohaoG Год назад +6

      @@TAELSDOLL more like virtualbox killer, vmware was already dead when it became impossible to uninstall

    • @tkenben
      @tkenben Год назад

      @@NoName-pe9wr "Why are you making a video now and not then?" I don't know why, but something is chronologically wrong with that statement in my head, even though I know what was meant.

    • @webflyer035
      @webflyer035 Год назад

      How about a comparison video?
      Vannila OS vs OpenSUSE MicroOS?

  • @cameronbosch1213
    @cameronbosch1213 Год назад +913

    This could be the future of immutable Linux distros! To the Vanilla OS team: Well done with the installer!

    • @WohaoG
      @WohaoG Год назад +7

      i've never seen a member comment on here before

    • @FlooferLand
      @FlooferLand Год назад +10

      @@WohaoG one did, like an hour ago xD

    • @cameronbosch1213
      @cameronbosch1213 Год назад +1

      @@FlooferLand 😂

    • @FlooferLand
      @FlooferLand Год назад +3

      @@cameronbosch1213 oop i thought they meant a Vanilla OS dev team member, and one (TheEvilSkeleton) commented xD

    • @TheEvilSkelly
      @TheEvilSkelly Год назад +12

      Thank you :)

  • @TheEvilSkelly
    @TheEvilSkelly Год назад +1710

    Hi, Vanilla OS member here. Just to be clear, our intended goal with apx is to make it appealing, usable and convenient for developers, NOT for the average computer user at home. If someone wants to install a Linux distro easily for themselves (as a new Linux user) or for someone who knows little about computers, then this is (in my opinion) where Vanilla OS shines: we've prioritized first run experience to include almost everything the user needs by default in the installer, like NVIDIA drivers on NVIDIA systems, codecs, Flatpak with Flathub, etc. The user doesn't have to maintain the system, as Vanilla OS will take care of it automatically.
    Flathub (GNOME Software) contains graphical apps, which is what the average computer user needs, whereas Apx has both GUIs and CLIs, which is better suited for developers.

    • @TheLinuxEXP
      @TheLinuxEXP  Год назад +307

      Thanks for the precision!

    • @TheEvilSkelly
      @TheEvilSkelly Год назад +270

      @@TheLinuxEXP no problem, and thanks a lot for covering Vanilla OS and the wonderful feedback :)
      As for the disk space, we're looking into using btrfs compression, to reduce disk space as much as possible. However, I can't guarantee if it'll be used by default in the future.

    • @DavidM2002
      @DavidM2002 Год назад +144

      I'm a bit confused. First, you say that your intended goal is developers. But then you say that for new Linux users or someone who knows little about computers is where this distro shines. Could you please clarify to a non-Linux but curious Windows user ?

    • @kbdk
      @kbdk Год назад +158

      @@DavidM2002 Hello David, Vanilla OS member too here. The intended goal for apx and the fine tunable options in the first setup and installer is to provide a better customizable experience to developers and advanced/tech saavy users (i.e people using Linux already, containers, etc), whereas for beginners we have all the essentials like Flatpaks, out of the box and they can just use the defauts we have in first setup and install, manage applications graphically using GNOME Software, we also take away the update hassle for them by performing automatic updates in an schedule interval and install them atomically in the 2nd root partition (using ABRoot) and it will be ready to go upon reboot without any extra updating time to wait for it to install. So, this allows us to target the distro at both beginners and as well as advanced users.

    • @moonskined
      @moonskined Год назад +10

      Okay I think this will finally make me try out Linux, but can I run this using hyper-v?

  • @Linux_ASMR
    @Linux_ASMR Год назад +401

    The way Vanilla OS handles automatic system updates is such a refreshing experience: the os downloads the update, applies it in the background on a seperate system partition and the next time you boot up you're done, no loading bars, no waiting and you still have rock solid stable system on a very user friendly OS. This is how a desktop OS should work.

    • @padnomnidprenon9672
      @padnomnidprenon9672 Год назад +42

      That is taken from android I think. They have a A slot/B slot and they update one after the other

    • @Raylightsen
      @Raylightsen Год назад +7

      There should be an option to disable automatic updates from even download, in case i simply don't want anything download unless i click download

    • @itskdog
      @itskdog Год назад

      ​@Damien Brown The Chrome browser even did this since the early days (bar Linux versions that use the package manager rather than the custom updater), storing the update in a separate directory until you close and reopen the browser.

    • @Flackon
      @Flackon Год назад +6

      How does it handle multiple updates between long reboots? Say you don't reboot for 2 weeks, and you get 3 big system updates in that time. Are they all applied on partition B as they come, or onely update 1 is applied until you reboot, then updates 2 and/or 3?

    • @Linux_ASMR
      @Linux_ASMR Год назад +5

      @@Flackon So last time I had my Vanilla OS VM running was on the 8th May, I booted it up again today.
      I can confirm that it applies all the system updates at once in the background on the offline partition, it does take a bit more time since there are more updates to download and apply.
      Apps though are updated immediately without needing a reboot, apps that are currently running and open aren't updated though and will only be updated when closed and restarted, they're flatpak auto updates.

  • @thepi
    @thepi Год назад +132

    Something to note is that nix support for apx is very unique, in that it is not a container. So you won't suffer from slow startup times, and it is great for apps like fish shell or neovim. All the apps get installed in /nix directory.

    • @yelircaasi
      @yelircaasi Год назад +6

      If they just integrated home manager or wrapped it (perhaps with something like fleek, or even devenv), that would be a killer feature that would take advantage of more of what Nix has to offer.

    • @starrwulfe
      @starrwulfe Год назад

      @@yelircaasi How hard is it to modify the nix default install of Nix to use home manager or fleek?

    • @unclefester9113
      @unclefester9113 8 месяцев назад +1

      If you're able to understand the Nix Config file system - you're much smarter than most. I just want a Distro - that doesn't make me suffer - in order to use it and I don't want to devote two months learning "ConFig Files". I'm not launching 1000 computers ..... Just ONE.

    • @hand-eye4517
      @hand-eye4517 11 часов назад

      @@unclefester9113Hahahah I felt that , but is needs take it to the next level I guess for literally no reason

  • @proctoscopefilms
    @proctoscopefilms Год назад +221

    Fedora really needs to use this installer. I know theyre reworking Anaconda and arent looking for new installers, but man this GTK4 installer is perfect for a GNOME-centered distribution.

    • @potatogod3000
      @potatogod3000 Год назад +14

      But Fedora has other spins too. So they cant just use GTK 4 one in Workstation and use Anaconda in Spins like Everything, Plasma, Budgie, Sway etc.

    • @shaunpatrick8345
      @shaunpatrick8345 Год назад +16

      @@potatogod3000 doesn't every spin already ship the GTK libraries though?
      If it's about aesthetics, it makes more sense to have something that looks out of place on all but one of the spins rather than all of them.

    • @lorenzostavern649
      @lorenzostavern649 Год назад +5

      For me, anaconda sucks ass, seriously it's unintuitive and sometimes disk partitioning doesn't work at all. Also it has issues with MacBooks apparently.

    • @raisofahri5797
      @raisofahri5797 Год назад +1

      @@lorenzostavern649 yup anaconda is really confusing esp the partition table

    • @HassanAllaham
      @HassanAllaham 9 месяцев назад

      Fedora is a semi-perfect distro but it suffer from 2 real problems:
      1- Anaconda is worse than Arch installer especially in what related to hard disk partitioning 💩
      2- It is supported by Redhat 👺

  • @vermillionjustice7962
    @vermillionjustice7962 Год назад +58

    Vanilla OS is definitely on my list of distros I plan to try soon.

  • @646464mario
    @646464mario Год назад +146

    My days of hopping came to an end when I started using Fedora. As a Red Hat certified guy, it's perfect for me as well.

    • @kraqdown
      @kraqdown Год назад +2

      This right here!!! My Lenovo even has claimed support for it. The company I work for has a bunch of RHEL servers too

    • @linuxstreamer8910
      @linuxstreamer8910 Год назад +8

      i stopped at endeavouros

    • @sharkuel
      @sharkuel Год назад +3

      I settled in CachyOS. But had a great run with Fedora from 35 til 38.

    • @classicrockonly
      @classicrockonly Год назад +4

      I begrudgingly return to Fedora lol. I try out other distros, get disappointed, come back to Fedora. Fedora eventually breaks, get frustrated, try something new, don't like new thing, go back to Fedora

    • @veselidiktator9789
      @veselidiktator9789 Год назад

      So, I finished the moment when I tried Kinoite, very similar to VanillaOS, but in my opinion much better in almost everything.

  • @victortimmy2406
    @victortimmy2406 Год назад +52

    hi bro, this comment section be looking chill and clean right now, have a 👍 and have a great day

  • @CreepToeJoe
    @CreepToeJoe Год назад +20

    I've been missing the excitement of discovering such ambitious inovative projects in the Linux world lately! Thank you, Nick! Been hopping for a few years now only to find some or other distro's peculiarities that, although annoying, I would need to accept because I had already poured a lot of time in setup. This looks promising, though! However, there's always Free BSD, yeah?

  • @pyrosousa
    @pyrosousa Год назад +20

    The boot partition setup sounds nice, especially since that seems to be a more open approachable way to do what macOS has done recently with making the base OS read only, which has significantly improved the stability of the already stable OS.
    Also that installation process looks quite nice!

    • @itskdog
      @itskdog Год назад +5

      The first time I'd heard of that method of updating was Google Chrome, who also use it in Chrome OS and Android via squashfs as the boot partitions. It's great to see the concept expanding beyond just Google, as it's a relatively simple solution to reduce the risk of updating. Windows even has it somewhat, when doing an annual Feature Update (that is essentially a full new build of the OS), but only keeps the previous build around for 10 days rather than permanently. I've even seen it in the firmware for the network switches and access points at my workplace, with Cisco Meraki switches downloading the updated firmware and installing it to the offline firmware storage, and then rebooting into the new firmware in about a minute, and then immediately going back to the old firmware if the new firmware crashes for any reason.

  • @cenedi
    @cenedi Год назад +19

    Great showcase video. Thanks Nick.
    I plan to daily drive an immutable Linux distro for a while and was just getting ready this moment to install Fedora Kinoite. Think I'm going to rather give VanillaOS a try now.
    The fact that VanillaOS integrates Nvidia drivers is a big plus.

  • @koduflower2000
    @koduflower2000 Год назад +39

    Vanilla OS is more than just an Ubuntu-based distro. It's an actual collection of so many distros in one spot! Thanks VanillaOS Team! I'll be sure to try it soon.

    • @marmadukemontague4081
      @marmadukemontague4081 Год назад +1

      So, in other words, it's for people who like "Pick 'n' Mix Sweeties" Linux - they are not willing to put in time and effort to do research to choose one Linux distro that suits their needs but instead insist on "a bit of everything" instead? Do those same people not understand that this just adds complexity to Linux, which means more likelihood of something going wrong?

    • @jordixboy
      @jordixboy Год назад +1

      its just containers slapped together. on that reasoning i can have all linux distros on windows with containers also lol.

    • @koduflower2000
      @koduflower2000 Год назад

      Yeah, ikr?

    • @LittleBigPoet
      @LittleBigPoet 10 месяцев назад +5

      @@marmadukemontague4081 There it is, the first Linux gatekeeper for the VanillaOS.

  • @Sjoerd1993
    @Sjoerd1993 Год назад +17

    It would be nice to have a dedicated video to Fedora Silverblue as well, which does a similar thing except has had the benefit of being around for a bit longer and therefore being a bit more mature. It's also the biggest immutable Linux distro out there.
    Still, VanillaOS is looking very interesting, and the graphical integration with Distrobox seems very cool, and better fletched out (from a user-facing perspective) than Toolbx in Silverblue. I wish they'd adapt an ostree approach as Silverblue does, as it really keeps the base system clean and revertable, but I will definitely keeping an eye open on VanillaOS.

  • @diotitus
    @diotitus Год назад +5

    I like the "Why pick one when you can have them all?" concept of Vanilla OS. I'll have to consider it.

    • @keilmillerjr9701
      @keilmillerjr9701 Год назад

      That's not the case with DE's. While I prefer gnome, that cuts the already small user base in half.
      I feel like having multiple containers for different repos is unnecessary. Do we really need an "all in one" solution? I only came across one application (CLI utility) not in the aur, so I added it myself. There's also flatpak.
      I like the idea of using different partitions for safety with updates.

  • @saagenta
    @saagenta Год назад +7

    I've been loving the ideas behind this. Been looking at Universal Blue as well. I've never been more excited for what the future holds. It needs work, but my hope is this will significantly reduce configuration drift on a system that's been running for years.

  • @robgrune3284
    @robgrune3284 Год назад +3

    I just installed Vanilla on my Toshiba laptop. Problems right from the start. Will not recognise the wifi. Will not scale the display, so fonts are microscopic on a 4k monitor. could not install apps via terminal. etc. Vanilla needs to improve.

  • @moumnalmunawy1806
    @moumnalmunawy1806 Год назад +13

    They are going to change lots of things in the next release, so itis likely that this video will need a remake

  • @etopowertwon
    @etopowertwon Год назад +25

    Seems interesting, but I'll wait this one out until version 2.0: it seems with base distro change they plan to change way more than different ubuntu LTS releases change. Like the whole ABRoot will be changed according to the roadmap: `We are working on a new ABRoot version which use OCI images instead of the package manager.`. It feels like whole backend in vanilla os 2.0 will change. Not gonna risk it.

    • @TheLinuxEXP
      @TheLinuxEXP  Год назад +8

      Yeah it will need another look when that’s out

    • @yorimirus
      @yorimirus Год назад

      Yeah I agree. I'm probably going to give this distro a try once the version 2.0 comes out.

    • @CouldBeMathijs
      @CouldBeMathijs 11 месяцев назад

      What I find quite weird is that Ubuntu 22.10 goes eol next week, and Orchid is nowhere near ready, so all installations will just be running an eol release for god knows how long...

  • @nico5
    @nico5 Год назад +1

    Thanks for highlighting this intriguing distro! I hadn’t heard about it before your informative video.
    The splintered Linux eco-system has been a blessing of freedom, but a curse of splintered fragmentation - especially on the desktop. In the server room, things had coalesced much more, and arguably that’s one of the key differences in adoption rate differences. The VanillaOS approach is really interesting in how it tries to combine the best of all worlds. If the VanillaOS team can make the hardware driver layer work really smoothly, then they may have a chance to become a real difference maker. I wish them well!

  • @michadybczak4862
    @michadybczak4862 Год назад +9

    Nope, I'm not distro-hopping. My initial path was: Ubuntu->Xubuntu->Mint->Manjaro and that was in the first year. Once I switched to Manjaro, broke my install 2 times, found out how it works, I am staying on Manjaro 8 years. You heard it correctly - 8 years on the same system install and see no need to change it in the foreseeable future. I'm using testing branch, which works better with AUR and I have things a bit quicker than stable version.

  • @GoogleAddict
    @GoogleAddict Год назад +3

    Merci pour le test 🙏
    C’était complet et juste. J’ai passé un super moment !
    Des bisous 😘

  • @Senzenfrenz
    @Senzenfrenz Год назад

    Hey, please can you tell me which kernel version comes with the newest vanilla OS? Can't find the info anywhere. And if I for example use an Arch Container does it use a different arch specific kernel then or to how much of a degree is the container rootet in the Vanilla OS Kernel? Weird questions I think but my understanding of linux things is limited. For Context: I am trying out one of the new intel arc graphic cards which work very well for me on lets say POP OS with Kernel 6.2 so I must know if I should consider vanilla also

  • @pcgamer43pc72
    @pcgamer43pc72 Год назад +8

    Thank you for reviewing this distro. Its nice to see influencers actually using their reach to actually help others. I hope this eventually becomes the de facto standard for linux for noobs instead of ubuntu or manajaro.

    • @ZoldyckKillua
      @ZoldyckKillua Год назад

      whats wrong with manjaro?

    • @pcgamer43pc72
      @pcgamer43pc72 Год назад

      @@ZoldyckKillua the devs are always screwing things up regarding updates. They have a delayed update schedule that tends to break things you install from the AUR and also forgetting to update ssl certificates atleast 4 times. Worst is pushing manjaro for ARM macbooks but not crediting or informing the asahi linux devs and pushing broken kernels to users. Their worst infraction is overspending to purchase a laptop for a dev, and forcing the treasurer to exit.

  • @maxanimator9547
    @maxanimator9547 Год назад +5

    I've been following the project for a few months. Glad to see it getting attention, especially from you !
    I did not know bottles had gotten to native performance, thanks for the info.
    I'll most definitely consider it once I figure out how to make custom widgets for linux DEs, similarly to Rainmeter on Windows.

    • @apotheoz9196
      @apotheoz9196 Год назад

      Conky can do wonders if you like to spend hours in config files.
      Actually I am just using KDE Plasma Widgets that are pretty good and easy to set up.

    • @lucio-ohs8828
      @lucio-ohs8828 Год назад

      Nowadays using wine GE/proton for games can get you even *better* performance than windows due to Linux being so light

  • @maxythevtuber
    @maxythevtuber Год назад +6

    A distro similar in essence to this is bedrock linux , you should make a video on it even though it's not fully finished yet

  • @Bob-of-Zoid
    @Bob-of-Zoid Год назад +24

    I distro hopped for less than a year. I landed on Arch with KDE, via EndeavourOS, and that's all I need. 🐧 There is no such thing as the perfect distro out of the box, and once you install all of your favorite programs, and set them and the OS up for your workflow, it sort of becomes your own distro. KDE Plasma gives me so many options and so much control, I haven't explored all of it in the 10 years I have been using it, and it just gets better with every update.😛🐧

    • @sivuyilemagutywa5286
      @sivuyilemagutywa5286 Год назад +2

      AUR

    • @aaaaasssss884
      @aaaaasssss884 Год назад

      @Dustter Also!! Endeavour is really great!!

    • @abhitruechamp
      @abhitruechamp Год назад

      Damn @@sivuyilemagutywa5286 how did u do it

    • @BankruptGreek
      @BankruptGreek Год назад

      same right now is the longest I ve stayed on Linux, endeavor is great

    • @Bob-of-Zoid
      @Bob-of-Zoid Год назад

      @@BankruptGreek Last time I used windows (Setting up my dad's computer) I hated it more than ever before! The difference between the Windows way (Squished into Microsoft's tight box), and the Linux way (Your way) is huge if you have used Linux exclusively for a few years, like I have.

  • @shariarrahman7562
    @shariarrahman7562 Год назад +9

    I really wish there was a kde version

  • @jgxvx
    @jgxvx Год назад +3

    2:11 "How can you operate a computer if you can't modify the system? Good news is you can! But you shouldn't." What a roller-coaster of emotions. 😄

  • @owethumsomi7260
    @owethumsomi7260 Год назад +29

    Honestly I’ve stopped distro hopping and now am into desktop environment hopping. I used to when I wanted the latest version of certain things and moved to fedora, then got them but some other things I used were ubuntu specific, now if I want latest things I install with flatpak, snap or appimage, honestly I’m happy with pop os now

    • @trajectoryunown
      @trajectoryunown Год назад +11

      That's where everyone who's new to Linux should start in all honesty.
      The average user isn't going to care if they're running something based on Debian, Arch, Fedora if they all look and feel the same.
      Desktop environments are the bulk of the user experience. Somebody might wind up thinking they dislike a whole distro when they really only dislike a DE.

    • @alperen_n71
      @alperen_n71 Год назад

      hyprland ftw

    • @BilatSlayer
      @BilatSlayer Год назад +1

      I agree, at first i was distro hopping then settled to fedora kde then other de's and I actually hated gnome but transitioned when fedora released the new workstation 😂😂😂. Didn't expect i would love gnome.

    • @l4kr
      @l4kr Год назад

      I still don't understand distro hopping. It's literally like buying a new house just because you don't like the color of your room.

    • @pulkitkrishna8809
      @pulkitkrishna8809 Год назад

      @@l4kr If you are getting a new house for free, why not? Although there is still work needed to be done, even if the house itself is free.

  • @scramble373
    @scramble373 Год назад +12

    Thanks for always being a great source of news!

  • @ANGELRA
    @ANGELRA Год назад +5

    Can you also test blendos and make a comparasion with vanilla os?

  • @thatoneguy385
    @thatoneguy385 Год назад +9

    I think apx is great, but I like Silverblues OSTree or NixOS's declarative configuration more than VanillaOS's ABRoot, because they ensure that even if you install once and then update your system for the next 3 years, it's still identical to a system installed fresh yesterday.
    That said, transactional update is way easier to understand than configuration through rpm-ostree or nixos configuration.
    I think ABRoot is more of an alternative to offline updates and Timeshift.

    • @JahidulIslam
      @JahidulIslam Год назад

      Next version of ABRoot is also using OCI image afaik. So, things are changing.

  • @leonidas14775
    @leonidas14775 Год назад +4

    A problem I run into is a package isn't available so I try to compile it from source, but that requires a ton of other unavailable dependency packages that might break the system, using older versions of those packages. I guess this has the advantage that you can just break a container leaving the rest of your OS intact.

  • @wormrotting
    @wormrotting Год назад

    Im sorry for asking but I'm new to Linux and wanted to ask what you're using for the footage at 0:04 because I really like the interface of that. is it GNOME?

  • @EliSantana
    @EliSantana Год назад +1

    The Bottles guy is one the most talented Linux folks alive. Will definitely be trying out this distro

  • @istvanbarta
    @istvanbarta Год назад +3

    Linux really needs a more universalized package manager, because the problem that you mentioned is also could available on popular distros too.

    • @jkeelsnc
      @jkeelsnc Год назад +3

      A great idea. Good luck with that. RPM and DEB are entrenched. I give my vote for flatpaks.

  • @jarnobot
    @jarnobot Год назад +11

    VanillaOS seems way more interesting than I initially thought! I might give it a try next time I need to reinstall my laptop, which currently runs Fedora.
    Also, the best installers I've ever seen before this were already on Linux. This one seems like the best one so far and therefore the best desktop OS installer of any OS!

  • @Berecutecu
    @Berecutecu Год назад +1

    That Kernel partion that Vanilla creates looks interesting but I wonder how the installation handles if you are doing it on Proxmox Containers with Docker

  • @stephanieking4444
    @stephanieking4444 Год назад +1

    Interesting, ambitious project: making it possible for one distro to benefit from all Linux branches. Certainly one to watch. Thank you for the review

  • @MnemonicCarrier
    @MnemonicCarrier Год назад +12

    VanillaOS looks very interesting. I used to distro-hop about once a month, until I found Arch 😉

  • @vnagfightergaming3665
    @vnagfightergaming3665 Год назад +6

    if vanilla os gets a kde spin I would try it out.

    • @tapioca_santiago
      @tapioca_santiago Год назад

      Kde is bloat and buggy

    • @vnagfightergaming3665
      @vnagfightergaming3665 Год назад +2

      @@tapioca_santiago My problem with gnome is that it doesn't have features on wayland that I want or need, like global shortcut keys, variable refresh rate and "allow tearing" protocol, plus I want to customize my desktop which can be done much easier on kde, and something for you is bloat for someone else it's something that he needs which can only work if it's implemented in to the DE, one reason can be for why gnome is less buggy is because it's backed by companies which allowed them to have full time employees which kde didn't really had, and it's show that the current kde is not that buggy like how was it few years ago.

    • @mks-h
      @mks-h Год назад +2

      Good news - it will! Eventually… The next version of Vanilla is made more modular to be able to offer spins, and very likely KDE will be the first one.

    • @commander3494
      @commander3494 Год назад

      @@tapioca_santiago ok and?

  • @OggieDoggie
    @OggieDoggie Год назад

    Very interesting video. Always enjoy your content. Keep it coming

  • @a2n-
    @a2n- Год назад

    Where can you find the disassembled joystick boards?

  • @iibrahimov
    @iibrahimov Год назад +9

    I hope VanillaOS team add another light DEs ISOs like (Enlightenment DE), LXQt or XFCE to this distro or add options to choose it in the installer step👍🏼

    • @pulkitkrishna8809
      @pulkitkrishna8809 Год назад +2

      You will be able to build custom images manually in next version of Vanilla OS. If you want a spin with a different DE, make that happen.

    • @pantarei.
      @pantarei. 6 месяцев назад

      And then you have messy os.@@TheGameMakeGuy

  • @sivuyilemagutywa5286
    @sivuyilemagutywa5286 Год назад +3

    Windows -> Ubuntu (few months)-> Elemantary OS (over a Year) -> Windows (+- 3 years)-> Fedora (a few months)-> Pop OS (Few months) -> Arch (+- 4years). Once I learned how things worked in linux, its realy hard to use other distro that are not Arch based. So I use Arch btw

    • @crocaan
      @crocaan 6 месяцев назад

      I use linux from scratch btw

  • @DilbertCronicles
    @DilbertCronicles Год назад

    I would like to try this distro. But with all the containers, any idea what's the recommended minimum disk size required? I only have 2 * 256GB SSD in my laptop, one for Win 11 and the other for Linux.

  • @dexterman6361
    @dexterman6361 Год назад +1

    This is sweet, the container as os approach.
    Fed up with the setup? Just delete it and rerun the install scripts, but app data is maintained with maybe things like symlinks etc
    Really interesting approach!

  • @KiraSlith
    @KiraSlith Год назад +3

    "There are 20 standards. Too many! Let's integrate the best of those and release our own! There are now 21 standards."

  • @nord2992
    @nord2992 Год назад +3

    I'm new to Linux, just started trying out different distros a couple of weeks ago. Ended up with Fedora Silverblue on my main Desktop and Vanilla OS on an old laptop to test things parallel to fedora. Btw. I don't see a contradiction in aiming both for newcomers & and users who just want their desired software to without any hassle work (regarding Linux I'm fit in both categories:)) users and programmers as both, with different reasons behind it, have a strong interest in just having a running system and an easy way to roll back if things don't work for some reason...
    Generally I would have properly gone with Vanilla OS as I like the way their immutability works better among some other differences. However, as I read through the changes planned in the next release, I decided to wait for 2.0 Orchid. I always keep the system changes and software packages I use as minimal as possible, so hopping will not take too much time:)....

  • @FreeThinker0
    @FreeThinker0 Год назад

    About the opensuse steam, does it because we have to instal the driver on the subsystem?

  • @RobertSpiller
    @RobertSpiller Год назад

    So would you recommend this for a brand new newby, still learning about Linux?

  • @theriddick
    @theriddick Год назад +3

    Maybe I'll give this a go sometime soon. But I won't make the mistake of ditching my current install, I'll back that up this time as I've been disappointed so many times in the past when trying new distro's or systems.
    Also skeptical about the no overhead perf loss; find that hard to believe. (even flatpak has overhead due to seccomp)

  • @ordinarryalien
    @ordinarryalien Год назад +3

    blendOS vs Vanilla OS? What do you think guys?

  • @ToxicTwisterC
    @ToxicTwisterC Год назад

    Would I be able to install my own drivers? I kinda need it because my WiFi driver can only be found in the AUR.

  • @yaqov
    @yaqov Год назад

    Can you install vanilla OS without any container partitions, and then later on add in or add more space to one of the container distros?

  • @misterdrgn5155
    @misterdrgn5155 Год назад +3

    As an alternative, consider universal-blue, a project aiming at providing customized immutable Fedora images (think Fedora Silverblue, but with all the stuff you might want to use added in, including optional nvidia drivers). There are images available for lots of different desktop environments. Personally, I helped with the Cinnamon one. The images set you up for automatic updates, so you really don't need to think about your system at all, and they help you get started installing flatpaks.

    • @zXHAcKeRzXz
      @zXHAcKeRzXz Год назад

      So universal is closed source contents, portable executable, DE/WM of choice, Fedora image. But it lacks the main purpose of vanilla, multi-os apps

    • @misterdrgn5155
      @misterdrgn5155 Год назад

      @@zXHAcKeRzXz I think the main purpose of vanilla is to make certain things easier. Universal blue comes with distrobox, which supports installing apps from different distros, but you have to set up your distrobox containers, whereas my impression is that vanilla does that for you.

    • @zXHAcKeRzXz
      @zXHAcKeRzXz Год назад

      @@misterdrgn5155 So basically Vanilla does all what Universal do and more, and have a "better" team behind because it's names who are experienced in multi environments

    • @misterdrgn5155
      @misterdrgn5155 Год назад

      @@zXHAcKeRzXz I'm not sure why you need to be so competitive, but of course Vanilla doesn't do everything Universal does. We haven't even talked about what Universal does. To begin with, Universal Blue uses Fedora Silverblue as a base. Aside from being a well-established base (it's been around a lot longer than Vanilla OS), it provides access to newer libraries and packages. I like it because I want to support new hardware and I want to use new container software, neither of which is can be done conveniently on Ubuntu, or even on Debian Sid (which the next version of Vanilla OS will use). Beyond that, Universal is about customization. There are a bunch of images available to support different desktop environments (whereas vanilla os is all about gnome, as I understand it), and there are instructions for developing your own image, which is where things really get interesting. All that said, the next version of Vanilla OS looks intriguing, and it may also support developing custom images for different desktop environments, albeit in a different way, and I look forward to checking it out.

    • @zXHAcKeRzXz
      @zXHAcKeRzXz Год назад

      @@misterdrgn5155 That's the two points taht were bothering me about Vanilla I talked about in another coment. Like, every software that rely on hardware, they're basically not available on basic OS, only on bleeding edge one, who will be on container, so what about the communication layer with a guest OS? And about gnome too. It's possible to install DE/WM but I don't want to mess up too much with host OS, I want I near pristine. So yeah, I still don't know

  • @zhrunr
    @zhrunr Год назад +3

    I've tried many distros before like Ubuntu, Mint, Mate, JingOS, Xubuntu, Fedora, ElementaryOS, Parrot, and other. I really looking forward to most unique OS and completely different from other OS.

  • @zXHAcKeRzXz
    @zXHAcKeRzXz Год назад

    For example, for a hardware-based software (for example ambient brightness detector) that isn't available on Ubuntu/Debian, how would that work out? The container would be able to communicate with the brightness detector and ask the host os to modify brightness?

  • @ZipplyZane
    @ZipplyZane Год назад +1

    It seems to me like it should be possible for the OS to keep track of what package manager was used to install it. It already knows which subsystem/container to run, so it wouldn't be that much more data.

  • @snowmean1
    @snowmean1 Год назад +3

    I'll wait for them to complete migration to Debian Sid and I really hope they will switch to rolling release because of that, but the idea looks promising, despite I would prefer ostree over abroot myself.

  • @shanedavenport734
    @shanedavenport734 Год назад +3

    I stopped distro hopping after learning the ins and outs of Arch. I admit I have tried using a couple other distros, but it never works out and I jump right back to Arch. It has been about 5 years now of Arch and I can say I have no desire to try another distro. I know it can be temperamental, but I kind of like that. Keeps my mind working and learning.

    • @jas0x139
      @jas0x139 Год назад +2

      Yeah when I switched to Linux, I went with Arch. It's been 2.5 years since I have installed it and it's been great.

  • @omarashraf27
    @omarashraf27 Год назад +2

    you finally showcased vanilla os
    i've been waiting for your coverage on that distro for a long time

    • @ActionGamerAaron
      @ActionGamerAaron Год назад

      He does at least mention it here half a year ago:
      ruclips.net/video/KOLnaF_NPh8/видео.html

    • @omarashraf27
      @omarashraf27 Год назад

      @@ActionGamerAaron yeah, I remember that video, but i was looking forward to his take on it

  • @MH_VOID
    @MH_VOID Год назад +2

    The only distros I've ever tried are Arch and Gentoo (I'm not counting ssh'ing into servers running Debian or Ubuntu, or using other people's Ubuntu machines). The only other ones I have seriously considered running myself are Gobolinux, Source Mage GNU/Linux, Guix System, and NixOS. Probably going to move to one of those someday, but I don't think that counts as "distrohopping a lot". I use Arch BTW
    EDIT: I forgot about my GParted Live flash drive, but.. does that even count?

    • @trajectoryunown
      @trajectoryunown Год назад +2

      Void Linux has so far been the most enjoyable to use. Boot times were insane, and the responsiveness was snappier than I'd ever thought possible on that machine.
      I've ultimately settled back into Arch myself, but that's only because Void doesn't use Pipewire by default and I don't want to mess with setting up audio myself.
      Artix is a really good middle ground. It's just Arch with systemd swapped out for a different init system. I only ever left Artix because I didn't bother learning about anything that in depth at the time. Also of note: this and Linux Lite were the only two distros I've never experienced a problem with pulseaudio in.
      Trisquel is another purely FOSS distro, if that interests you.

  • @josh_kerman
    @josh_kerman Год назад +11

    This could solve Linux gaming. One of the biggest problems is compatability with all of the different distros. Now, with the subsystems on Vanilla OS, devs can just pick one distro to optimize their game and it will be playable by Vanilla no matter which one they choose.

    • @blvckl0tcs750
      @blvckl0tcs750 Год назад +9

      This isn't what's wrong with Linux gaming. Anti cheats, less support for native titles and DRM are the issues.

    • @josh_kerman
      @josh_kerman Год назад +11

      @@blvckl0tcs750 the support for native titles issue is the one being fixed here. The reason not all titles are natively supported on linux is it would take too long to make the game compatible with each distro. Now, devs can just puck one distro and optimize the game for that, and if most people run Vanilla OS or something like it, they'd be able to play the game no matter what distro the devs chose.

  • @urlhnd
    @urlhnd Год назад +5

    One of VanillaOS’ major strengths and major downsides is the fact that it’s immutable and atomic. Not all people like it and not all people will switch to it, especially considering that the concept still in its infancy on Linux.

    • @ibnu7942
      @ibnu7942 Год назад +3

      android is immutable

    • @urlhnd
      @urlhnd Год назад +1

      @@ibnu7942 Hence why I mentioned Linux. Android is a whole another beast, and does not share its userspace with Linux.

  • @jph661
    @jph661 Год назад +2

    I have always been terribly intimidated by the idea of switching over to Linux, but your videos have helped me figure out how to do things like pick a distro and set things up. So thank you! I set up a dual boot system with a new system I got and I am loving the ease of use.

    • @ns3242
      @ns3242 9 месяцев назад

      don't be! me myself is now replacing my macos to ubuntu, single os. no dual boot. felt liberated!

  • @nowayjosuew
    @nowayjosuew Год назад

    Seems very interesting! Definitely seems promising to bridge all distros in one. Definitely gonna give it a try.

  • @perfectdarkmode
    @perfectdarkmode Год назад +1

    I'm getting really good at switching back to Fedora

  • @gaweyn
    @gaweyn Год назад

    8:00 @TheEvilSkeleton, could you please confirm whether you truly need to REMEMBER where you installed each app from if you want to uninstall? There is no better/easier way? Can this not be automated a bit?

  • @peterjol
    @peterjol Год назад

    does everything have to be done through the command line?

  • @peterblaikie3744
    @peterblaikie3744 Год назад

    Nice video. I will try this out.

  • @crevanizekil
    @crevanizekil Год назад

    "I SUPPORT THE CURRENT THING" wallpaper is hilarious

  • @rohitk8797
    @rohitk8797 Год назад

    Given it’s based on Sid branch of Deb. Does it receive security updates from deb team? I read somewhere only stable branch receives security updates.

    • @MaryamMaqdisi
      @MaryamMaqdisi Год назад

      Okay so, I believe the claim is that it’s Ubuntu based but they want to switch it to Debian Sid in the future.
      Onto your question, Debian Sid receives updates all the time, some could potentially break things or cause bugs but they’re often patched soon after, and you can avoid installing buggy things if you’re up to date with the community (I think they have a newsletter or something).
      I never used Debian unstable myself, so I can’t say how stable it would be as an immutable base but maybe they would have developers following closely what is going on, testing or avoiding problematic packages to minimize issues for end users… honestly without reading the dev team’s opinions on this it’s hard to know for sure but I wouldn’t be afraid of Debian Sid

  • @itdepends604
    @itdepends604 Год назад

    Is there any of these immutable distros with a choice of DEs other then the big two (KDE and gnome)

  • @EmberDRG
    @EmberDRG Год назад

    so is this kinda like gentoo where you can get basically anything to work by compiling it but with binaries and no system customization?

  • @SprocketWatchclock
    @SprocketWatchclock Год назад

    Does it also support elementary OS? It has a lot of distro-specific apps. Also what if you need to compile something to install it for more obscure software?

  • @StevieRayLou
    @StevieRayLou 11 месяцев назад

    Are there any DEs where my wallpaper can be active weather radar?

  • @resistance1385
    @resistance1385 Год назад +1

    I installed Vanilla today and your video showed up I wanted it to be used for daily browser and RUclips for my projector in the hall and watch movies so it's perfect for me. (I don't want my OS to break accidentally because I try lots of software to improve my experience) I tinkered here and there with Aur I feel it has quite the potential to be a bridge to combine the different communities of Linux to come together and appreciate it 😀 probably... It would be great to have one Linux that can get everything sometimes.

  • @soulstenance
    @soulstenance Год назад +2

    While Vanilla OS and the apx package manager is a really cool concept, for me at least, it will never be a replacement for the likes of Linux Mint or other well established distros. I can see the value in immutable file systems but I personally don't see myself daily driving such a system.
    It should be noted, for anyone who doesn't know, that the AUR isn't Arch's official repository. Technically the AUR isn't a *package* repository at all but rather a collection of package building scripts made by the community.

  • @jeremiahbullfrog9288
    @jeremiahbullfrog9288 Год назад

    Excited to try this after the trasition to debian
    Thanks for sharing all this info with your community.

  • @NoteFox_
    @NoteFox_ Год назад

    So how does this work then? Can an application in one Container have access to a library in another Container? Also this feels like a more lightweight Version of a concept used in QubesOS which is quite interesting

  • @slizgi86
    @slizgi86 Год назад +1

    Would be nice if at some point we will go fully distro independent with just GUI interface, it is a step in a good direction. And installer is the best, it is just baffling how bad all other installers looks compare to this. Nicely presented and explained partitioning and everything, and option to choose what app to install is something each distro should have. Would be nice also if one of installation step will be file manager to pick.

  • @IBENF
    @IBENF Год назад

    Mint gives all the programs I need. Can I harden (make the system ro) it as well?

  • @steevewhitehead1416
    @steevewhitehead1416 Год назад

    Eagerly watching this great concept!!

  • @tonysheerness2427
    @tonysheerness2427 Год назад +1

    Installing containers for other distro's looks like an extension of Boxes but with bells and whistles.

  • @gabsriel
    @gabsriel Год назад

    Thanks Nic 🙂
    I just feel so dumb not managing to install a keyboard layout...I can do it with AUR but then it's not applied to the system, because it's not an app.

  • @dirdredshadow3316
    @dirdredshadow3316 Год назад

    Someone know if whit the arch linux repo steam runtime works well in vanilla OS?

  • @SebastianHasch
    @SebastianHasch 3 месяца назад

    5:54 I would absolutely love this feature on windows. The number of times Windows just decided it was time for updates (or even worse indexing 💀) is absolutely insane.

  • @fever0
    @fever0 Год назад

    Great!! Kudos to the VanillaOS team. 🎉

  • @christopherpoulton9124
    @christopherpoulton9124 Год назад

    whats it like with duel graphics computers?

  • @examplerkey
    @examplerkey Год назад

    I agree. There's always a new cool thing to learn. Vanilla OS is one! It would be great if a rough suggestion is given for the size and type of the 5 partitions to chose from under Advance option during the install. Chrome OS Flex does more or less the same thing but automatically. It's just a matter of time Brunch or something else will make Chrome OS Flex possible to be installed (successfully and trouble free) on a partition like the Vanilla OS.

  • @zerocks88
    @zerocks88 Год назад +1

    the note that the OS freezes when in a VM is not encouraging for something meant to be rock steady stable..

  • @Steerable6827
    @Steerable6827 Год назад

    how does it compare to blend OS?

  • @rectify2003
    @rectify2003 Год назад

    Looks great - Thanks for the review

  • @TechnologyGeek862
    @TechnologyGeek862 Год назад +1

    Been running VanillaOS for couple of months as a secondary os on my laptop and after setting up haven't had any major problems with it only some app and container related but those are usually quickly resolved once you find the root of the problem. Might install it in my main desktop and give it a go if manage to brake it's current distro sometime in the future 😄

  • @zedespook
    @zedespook Год назад +1

    Curious of your opinion. A month ago you made a tier-list. Where would you place VanillaOS?

  • @xymaryai8283
    @xymaryai8283 9 месяцев назад

    running docker-like containers for packages? perfect, retroactively fixing dependency hell! i'm curious how it works for installing drivers though, AMD only officially support Ubuntu for proprietry drivers, if i install them in an Ubuntu container, do they work system wide?

  • @propjoe1060
    @propjoe1060 Год назад +1

    Super interesting review and distro. My main question would be around how apps in each container get updated. I assumed that the "Automatic update" setting in GNOME settings is for the Debian base, or is this also for installed apps? And what if you don't want to update an app? Interesting idea though and definitely the future!

    • @TheLinuxEXP
      @TheLinuxEXP  Год назад +2

      It’s also for the flatpaks

    • @propjoe1060
      @propjoe1060 Год назад

      @@TheLinuxEXP thanks Nick. Any idea how AUR apps or apps from other distros get updated? Love the channel!

  • @ipluxOyasumi
    @ipluxOyasumi Год назад

    How's the battery life on Vanilla OS?