Welcome, Guest. Please login or register.
Did you miss your activation email?

Author Topic: [EN] Download isos are quite old  (Read 339 times)

Offline brf531

  • Newbie
  • Posts: 2
[EN] Download isos are quite old
« on: 2025/05/28, 21:53:58 »
The isos on the download page are rather old (2024/12/26).  Is there a plan to update them to the current version of siduction?  I would like to do a clean, new install with the latest version.  Thank you for your response.

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 1.112
Re: Download isos are quite old
« Reply #1 on: 2025/05/29, 08:46:11 »
Well, it is a bit outdated, that's true, but with apt update, apt full-upgrade (maybe with the option --solver 3.0) you should get an actual system.

You can also use our tesbuilds, not tested by us but functional, and we use them without problems.
https://testbuilds.siduction.org

See this post (okay from the date outdated but still actual). --> https://forum.siduction.org/index.php?topic=8679.msg69249#msg69249

Offline brf531

  • Newbie
  • Posts: 2
Re: Download isos are quite old
« Reply #2 on: 2025/05/30, 22:50:09 »
I went with the 2024 iso and the install went surprisingly smoothly.  No problems.  Next is the upgrade which I am sure will take some time due to my limited internet connection.  You suggested "--solver3.0" after the apt full-upgrade, and I am not sure what this will do for me.  I don't see anything like that in the apt documentation.  Perhaps you could explain just a bit more.  The research and learning continues.  :-)

Offline hendrikL

  • Administrator
  • User
  • *****
  • Gravatar
  • Posts: 1.112
Re: Download isos are quite old
« Reply #3 on: 2025/05/31, 06:57:47 »
I have no much time, its relatively new, it's the best to read the blog article off the maintainer

https://blog.jak-linux.org/2024/05/14/solver3/

Offline Penyelam

  • User
  • Posts: 254
Re: Download isos are quite old
« Reply #4 on: 2025/05/31, 12:12:38 »
Quote
You suggested "--solver3.0" after the apt full-upgrade
not after but with:
Code: [Select]
apt update && apt --solver 3.0 full-upgrade

Offline Pip

  • User
  • Posts: 200
Re: Download isos are quite old
« Reply #5 on: 2025/05/31, 13:18:30 »
The quick answer: solver 3.0 makes it less likely to install conflicting/breaking packages. It's an upgrade to what's already in apt, but isn't yet the default. Or that's how I've considered it, anyway.

Offline devil

  • Administrator
  • User
  • *****
  • Posts: 4.922
Re: Download isos are quite old
« Reply #6 on: 2025/05/31, 16:07:01 »
For the upgrade from the latest image, it is still useful to go with
Code: [Select]
apt update && apt --solver 3.0 full-upgrade After that, it is not needed anymore, since it has become standard meanwhile with apt 3.0.
« Last Edit: 2025/05/31, 18:49:08 by devil »