Best Free Sudoku Puzzle, Generator and Solver for Linux
- Obosan
- Samurai
- Posts: 113
- Joined: 28 Mar 2014, 17:02
- Distribution: Porteus xfce 32BIT v3.0
- Location: JAPAN
Best Free Sudoku Puzzle, Generator and Solver for Linux
There are gnome sudoku, ksudoku and HoDoKu on linux.
USM did not find any sudoku in the repositories.
I would like to have sudoku.xzm which is optimal for Porteus xfce 3.0 i486.
Which sudoku software do you recommend to make a module for xfce?
I found it from google when one loads gnome sudoku on different desktop environment other than gnome, the selected cell will be blackened which is recognized as bug. I want to avoid this kind of behavior.
Your kind attention and recommendation to me would be highly appreciated.
USM did not find any sudoku in the repositories.
I would like to have sudoku.xzm which is optimal for Porteus xfce 3.0 i486.
Which sudoku software do you recommend to make a module for xfce?
I found it from google when one loads gnome sudoku on different desktop environment other than gnome, the selected cell will be blackened which is recognized as bug. I want to avoid this kind of behavior.
Your kind attention and recommendation to me would be highly appreciated.
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
ksudoku
http://alien.slackbook.org/ktown/14.1/l ... 1alien.txz
dep.
http://alien.slackbook.org/ktown/14.1/l ... 1alien.txz
http://alien.slackbook.org/ktown/14.1/l ... 1alien.txz
dep.
http://alien.slackbook.org/ktown/14.1/l ... 1alien.txz
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
Thanks Obosan. This post helped me realize a bug in USM. ksudoku SHOULD be found in USM. To fix this please open /etc/usm/files.conf and change the following lines:
change this to
There should be a dollar sign after two entries.
Then run: usm -u slackware
Code: Select all
distro:slackware
files:CHECKSUMS.md5 MANIFEST.bz2 PACKAGES.TXT
extras:LIBS.TXT.gz
excludes:e f k kdei y
Code: Select all
distro:slackware
files:CHECKSUMS.md5 MANIFEST.bz2 PACKAGES.TXT
extras:LIBS.TXT.gz
excludes:e f k$ kdei$ y
Then run: usm -u slackware
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Obosan
- Samurai
- Posts: 113
- Joined: 28 Mar 2014, 17:02
- Distribution: Porteus xfce 32BIT v3.0
- Location: JAPAN
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
@slaxmax & @brokenman
I downloaded both and played. Thanks a lot for your replies.
By the way, the one I converted to ksudoku-4.10.5-i486-1.xzm by USM has 111.1MB including dependencies
and ksudoku-4.12.5-i486-1alien.xzm + libkdegames-4.12.5-i486-1alien.xzm have only 8.1MB.
Just for my curiosity, is there any way I can combine these latter two modules as one xzm.
Looking forward to hearing from you soon.
I downloaded both and played. Thanks a lot for your replies.

By the way, the one I converted to ksudoku-4.10.5-i486-1.xzm by USM has 111.1MB including dependencies
and ksudoku-4.12.5-i486-1alien.xzm + libkdegames-4.12.5-i486-1alien.xzm have only 8.1MB.
Just for my curiosity, is there any way I can combine these latter two modules as one xzm.
Looking forward to hearing from you soon.

- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
Wow that is really unacceptable. I will create a way for USM to choose only the required dependencies for certain applications.By the way, the one I converted to ksudoku-4.10.5-i486-1.xzm by USM has 111.1MB including dependencies and ksudoku-4.12.5-i486-1alien.xzm + libkdegames-4.12.5-i486-1alien.xzm have only 8.1MB.
To answer your curiosity:
Code: Select all
mkdir /tmp/unpacked
xzm2dir ksudoku-4.12.5-i486-1alien.xzm /tmp/unpacked
xzm2dir libkdegames-4.12.5-i486-1alien.xzm /tmp/unpacked
dir2xzm /tmp/unpacked /tmp/my-new-module.xzm
rm -r /tmp/unpacked
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Obosan
- Samurai
- Posts: 113
- Joined: 28 Mar 2014, 17:02
- Distribution: Porteus xfce 32BIT v3.0
- Location: JAPAN
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
Thank you for your prompt reply, brokenman!
When I activate ksudoku-4.12.5-i486-1alien.xzm + libkdegames-4.12.5-i486-1alien.xzm,
I get this message and can't play.
I searched libkio / libkio.so / libkio.so.5 in USM but I could not search any related libraries. 
Though I found libkio.so.5 in /usr/lib/ which is link to libkio.so.5.10.5, I don't know how to solve the error.
Is this because of xfce D.E. in place of KDE4?
When I activate ksudoku-4.12.5-i486-1alien.xzm + libkdegames-4.12.5-i486-1alien.xzm,
I get this message and can't play.
Code: Select all
guest@porteus:~$ ksudoku
ksudoku: error while loading shared libraries: libkio.so.5: cannot open shared object file: No such file or directory

Though I found libkio.so.5 in /usr/lib/ which is link to libkio.so.5.10.5, I don't know how to solve the error.
Is this because of xfce D.E. in place of KDE4?
Last edited by Obosan on 29 May 2014, 22:15, edited 1 time in total.
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
ksudoku is a KDE4 game so need a lot of deps from kde.
if brokenman manage to extract only needed libs from packages then produced module should be much smaller.
this is what i do in kiosk - i rely on single files rather than packages to keep it as small as it's possible.
kiosk is limited to the browser only - it will be much harder to achieve the same in desktop edition which may have big apps.
will see once new USM is out (i'm eager to test).
if brokenman manage to extract only needed libs from packages then produced module should be much smaller.
this is what i do in kiosk - i rely on single files rather than packages to keep it as small as it's possible.
kiosk is limited to the browser only - it will be much harder to achieve the same in desktop edition which may have big apps.
will see once new USM is out (i'm eager to test).
Please add [Solved] to your thread title if the solution was found.
- Obosan
- Samurai
- Posts: 113
- Joined: 28 Mar 2014, 17:02
- Distribution: Porteus xfce 32BIT v3.0
- Location: JAPAN
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
Thanks fanthom!
Now I understand Ksudoku is KDE4 game and gnome Sudoku is for Gnome.
In addition to this I understand they need a lot of dependencies to download if I intend to play on xfce D.E.
I think I use Knoppix's Gnome Sudoku to print out for her for the moment.
If there is any better way for Gnome Sudoku, please let me know. Thanks in advance.

Would you tell me when new USM is out in the near future?will see once new USM is out (i'm eager to test).
Now I understand Ksudoku is KDE4 game and gnome Sudoku is for Gnome.
In addition to this I understand they need a lot of dependencies to download if I intend to play on xfce D.E.
I think I use Knoppix's Gnome Sudoku to print out for her for the moment.
If there is any better way for Gnome Sudoku, please let me know. Thanks in advance.
- fanthom
- Moderator Team
- Posts: 5591
- Joined: 28 Dec 2010, 02:42
- Distribution: Porteus Kiosk
- Location: Poland
- Contact:
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
it depends only on brokenmanWould you tell me when new USM is out in the near future?

Please add [Solved] to your thread title if the solution was found.
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
ksudoku for porteus XFCE i486 with all deps (20MB)
http://www.mediafire.com/download/9c99q ... 6-XFCE.xzm
Edit
download this module
http://www.mediafire.com/download/jrrxv ... E-gamb.xzm
http://www.mediafire.com/download/9c99q ... 6-XFCE.xzm
Edit
download this module
http://www.mediafire.com/download/jrrxv ... E-gamb.xzm
Last edited by Slaxmax on 08 Jun 2014, 19:11, edited 1 time in total.
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
- brokenman
- Site Admin
- Posts: 6104
- Joined: 27 Dec 2010, 03:50
- Distribution: Porteus v4 all desktops
- Location: Brazil
- Contact:
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
It is out now. I should clarify that it won't choose only the required libraries and extract them from a package. This is an interesting concept to make things faster but would probably break slackware compatibility in the end.
This means if you are using lxde and you want ksudoku it will want to pull all the KDE deps.
This means if you are using lxde and you want ksudoku it will want to pull all the KDE deps.
How do i become super user?
Wear your underpants on the outside and put on a cape.
Wear your underpants on the outside and put on a cape.
- Obosan
- Samurai
- Posts: 113
- Joined: 28 Mar 2014, 17:02
- Distribution: Porteus xfce 32BIT v3.0
- Location: JAPAN
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
@Slaxmax Thanks for creating ksudoku module!
As I went to the following link, I got a message as follows:
When a resource is set to private by its owner, only the owner can access it. If you would like to request access to the file, please log in to your account.
If I can get the 20MB module for ksudoku, that will be great because it is less than 1/5 size of my current module.
I want to try it, so will you somehow manage to give me a opportunity to download it?
Thanks in advance!

As I went to the following link, I got a message as follows:
This file is currently set to private.Slaxmax wrote:ksudoku for porteus XFCE i486 with all deps (20MB)
http://www.mediafire.com/download/9c99q ... 6-XFCE.xzm
When a resource is set to private by its owner, only the owner can access it. If you would like to request access to the file, please log in to your account.
If I can get the 20MB module for ksudoku, that will be great because it is less than 1/5 size of my current module.
I want to try it, so will you somehow manage to give me a opportunity to download it?
Thanks in advance!
- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
I fixed the problem with the library, the library is now read non standard path (/opt).
Is functional but with problem in save game.
ksudoku-4.12.5-i486-XFCE-gamb.xzm - only 14 MB
http://www.mediafire.com/download/jrrxv ... E-gamb.xzm
Enjoy
Is functional but with problem in save game.
ksudoku-4.12.5-i486-XFCE-gamb.xzm - only 14 MB
http://www.mediafire.com/download/jrrxv ... E-gamb.xzm
Enjoy
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead
- Obosan
- Samurai
- Posts: 113
- Joined: 28 Mar 2014, 17:02
- Distribution: Porteus xfce 32BIT v3.0
- Location: JAPAN
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
It's very kind of you, Slaxmax, for re-uploading fixed module.
I downloaded it and confirmed it is functional as you mentioned.
Thank you again for your kind support!
I downloaded it and confirmed it is functional as you mentioned.
Thank you again for your kind support!

- Slaxmax
- Contributor
- Posts: 408
- Joined: 03 Jan 2013, 09:51
- Distribution: KDE4
- Location: Campinas Brazil https://goo.gl/yrxwKi
Re: Best Free Sudoku Puzzle, Generator and Solver for Linux
@ObosanSlaxmax wrote:I fixed the problem with the library, the library is now read non standard path (/opt).
Is functional but with problem in save game.
ksudoku-4.12.5-i486-XFCE-gamb.xzm - only 14 MB
http://www.mediafire.com/download/jrrxv ... E-gamb.xzm
Enjoy
download this posted link module, delete previous module.
“DNA is like a computer program but far, far more advanced than any software ever created.”
― Bill Gates, The Road Ahead
― Bill Gates, The Road Ahead