Welcome to SparkyLinux forums
Zapraszamy również na polsko-języczne Forum https://forum.linuxiarze.pl
Quote from: lukand on June 13, 2024, 01:26:53 PMWould it be possible to add the software mentioned above? It is included in PCLinuxOS, so why not to do the same for SparkyLinux?
Quote from: CirothUngol on August 29, 2024, 10:20:06 PM[....] the SparkyLinux download links on sourceforge. It seems that the last 32-bit (i686) version is 5.0, v2.0 for i386.
https://sourceforge.net/projects/sparkylinux/files/
Quote from: pgf on September 04, 2024, 10:54:16 PM[....]I installed Sparky because of the availability of the rolling release feature.
Quote from: pgf on September 04, 2024, 10:54:16 PM[....] It's all installed okay, but I'm curious about the contents of sources.list. I think I read that using "testing" as the tag would keep me permanently on testing, but using "trixie" would cause me to migrate to stable when trixie is... frozen?
dpkg-divert --list| grep live-config
gives a single line of output:diversion of /usr/sbin/anacron to /usr/sbin/anacron.orig.anacron by live-config
sudo dpkg-divert --remove /usr/sbin/anacron
Then install the anacron package. sudo mv /usr/sbin/anacron.orig.anacron /usr/sbin/anacron