How to Install and Uninstall sudoku Package on Kali Linux

Last updated: May 19,2024

1. Install "sudoku" package

In this section, we are going to explain the necessary steps to install sudoku on Kali Linux

$ sudo apt update $ sudo apt install sudoku

2. Uninstall "sudoku" package

This tutorial shows how to uninstall sudoku on Kali Linux:

$ sudo apt remove sudoku $ sudo apt autoclean && sudo apt autoremove

3. Information about the sudoku package on Kali Linux

Package: sudoku
Version: 1.0.5-2.1
Installed-Size: 123
Maintainer: Peter Spiess-Knafl
Architecture: amd64
Depends: libc6 (>= 2.34), libncurses6 (>= 6), libtinfo6 (>= 6)
Size: 41864
SHA256: d2d75d85835aa425e8e9880c745b9d7ebbfcbd0586cb0a8ef92feed66f8f7963
SHA1: 5551192d3be1e54133313c818a7e540e14e7c506
MD5sum: 3cc18aef613005dc1049866481768175
Description: console based sudoku
This sudoku puzzle generator/solver features:
* character based (curses) interface;
* cross-platform (Minix, Unix, Windows) with full source code (ANSI C);
* generates hints upon request;
* classification of board difficulty (very easy, easy, medium, hard or
fiendish);
* generation of new boards;
* easy entry of boards published in newspapers, Internet, ...;
* multiple output formats (text, csv, HTML, PostScript).
Description-md5:
Homepage: https://github.com/cinemast/sudoku
Tag: game::puzzle, implemented-in::c, interface::graphical,
interface::text-mode, interface::x11, role::program, scope::utility,
uitoolkit::ncurses, use::gameplaying, x11::application
Section: games
Priority: optional
Filename: pool/main/s/sudoku/sudoku_1.0.5-2.1_amd64.deb