Jump to content

Any distro like mint that will updat to the next version without you having to reinstall from .iso written to usb again? 

GIGA AORUSBYTE B550I PRO AX (AM4 AMD/B550/Mini-Itx/Dual M.2/SATA 6Gb/s/USB 3.2 Gen 1/WiFi 6/2.5 GbE LAN/PCIe4.0/Realtek ALC1220-Vb/DisplayPort 1.4/2xHDMI 2.0B/RGB Fusion 2.0/DDR4/Gaming Motherboard) ,AMD Ryzen 7 5800X 8-core, 16-Thread Unlocked 4.7 GHz, TEAMGROUP T-Force Vulcan Z DDR4 32GB (2 x 16GB) 3200MHz (PC4 25600) Ram, EVGA GeForce RTX 3060 Ti XC Gaming, 08G-P5-3663-KL, 8GB GDDR6, Metal Backplate, LHR 

Link to comment
https://linustechtips.com/topic/1618648-one-that-will-always-update/
Share on other sites

Link to post
Share on other sites

anything ubuntu based, you simply use "sudo do-release-upgrade" and it will download the new version if it exists and prompt you to install it if you have your current version fully updated, otherwise you can go for any "bleeding edge" (rolling release) like Arch linux and any Arch based which doesn't need any "do-release-upgrade" at all because simply using pacman -Syu updates the whole system (which is not a 100% correct statement, but for the sake of making it simple it is)

 

in order to keep it simple if you're not used much expert in linux i'd stay with mint or go for ubuntu (or any ubuntu based), if you like to experiment come to the beautiful world of arch linux so you can meme with the "i use arch BTW" too (but don't forget to setup a snapshot system just in case even though ARCH is not that easy breakable as was years ago) lol

 

but i'm sure almost every distro can upgrade itself to the newest version without reinstalling everything, i might be wrong, i use mostly arch, ubuntu, mint and kali 

 

you can check distrowatch to filter out what kind of distributions you're interested in and check if they are still mantained and updated, for example, here's all the rolling release kind of distro:

https://distrowatch.com/search.php?ostype=Linux&category=All&origin=All&basedon=All&notbasedon=None&desktop=All&architecture=All&package=All&rolling=Rolling&isosize=All&netinstall=All&language=All&defaultinit=All&status=Active#simpleresults

                   -`                    y0ur5h4d0w@Darkness
                  .o+`                   ------------------- 
                 `ooo/                   OS: Arch Linux x86_64 
                `+oooo:                  Host: Darkness
               `+oooooo:                 Kernel: Latest  
               -+oooooo+:                Packages: Only what i need to keep it simple
             `/:-:++oooo+:               Shell: ZSH
            `/++++/+++++++:              Main Monitor: LG Ultragear LG 27GS85Q 
           `/++++++++++++++:             Secondary Monitor: Asus MG28UQ
          `/+++ooooooooooooo/`           DE: Plasma Always Bleeding Edge  
         ./ooosssso++osssssso+`          WM: kwin 
        .oossssso-````/ossssss+`         Theme: Breeze-Dark [GTK2], Breeze [GTK3] 
       -osssssso.      :ssssssso.        Icons: Breeze-dark [GTK2/3] 
      :osssssss/        osssso+++.       Terminal: Kitty 
     /ossssssss/        +ssssooo/-       Terminal Font: Noto Color Emoji 17 FreeMono 13 
   `/ossssso+/:-        -:/+osssso+-     CPU: AMD Ryzen 7 9800X3D (16) @ 5.307GHz 
  `+sso+:-`                 `.-/+oso:    GPU: AMD ATI Radeon RX 7800 XT 
 `++:.                           `-/+/   GPU: AMD ATI Radeon Graphics 
 .`                                 `/   Memory: 61830MiB 

 

Link to post
Share on other sites

Mint has a upgrade tool. Here is the guide on using it to upgrade mint 21.3 to 22 https://linuxmint-user-guide.readthedocs.io/en/latest/upgrade-to-mint-22.html.

 

The other option is to use a rolling release distro like opensuse tumbleweed or a immutable distro like bazzite/bluefin

Link to post
Share on other sites

2 hours ago, Edward78 said:

Any distro like mint that will updat to the next version without you having to reinstall from .iso written to usb again? 

What distro are you using that doesn't do this?

5950X/4090FE primary rig  |  1920X/1070Ti Unraid for dockers  |  200TB TrueNAS w/ 1:1 backup

Link to post
Share on other sites

Any Arch based distro should do the trick (Arch is using the rolling release update model), Manjaro and EndeavourOS are popular Arch based options.

A PC Enthusiast since 2011
AMD Ryzen 7 5700X@4.65GHz | GIGABYTE RTX 3080 GAMING OC | 4x 8GB Micron Rev.E (D9VPP) 3800MHz 16-19-14-21-58
Link to post
Share on other sites

I Think you are a bit confused, most linux distros can be updated with the package manager they come with, for example, to update debian, you type

sudo apt update && sudo apt upgrade

arch is

sudo pacman -Syu

and alpine is 

sudo pkg update && sudo pkg upgrade

 

Link to post
Share on other sites

Gentoo also permits this. Not only do they let you do this, but whenever such an update needs to happen, the Gentoo devs will literally issue a news item (and the package manager will notify you when such a news item has been issued) with instructions on how to upgrade.

 

And also covering all my bases here, remember that you can keep a separate /home partition so that if you ever happen to completely nuke your distro, whichever distro you are on, you can simply reinstall and keep all your files safe.

 

Edit: I now see that you specify "any distro like mint", Fedora Linux permits such upgrades.

 ----------------------------------

< have you remembered to moo today? >
 ----------------------------------
       \   ^__^
        \  (oo)\_______
           (__)\       )\/\
               ||----w |
               ||     ||

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×