rubikrotation command not found

In this troubleshooting guide we learn how to fix rubikrotation command not found error message

Introduction

When you run more command in linux terminal / console, you get the following error message

rubikrotation: command not found

or when using sudo you get the following error message

sudo: rubikrotation: command not found

Solutions to rubikrotation: command not found

How To Fix rubikrotation: command not found in Ubuntu / Debian / Kali Linux / Raspbian

In Ubuntu rubikrotation is provided by texlive-games package.

texlive-games is:

Setups for typesetting various games, including chess.

This package includes the following CTAN packages:

bartel-chess-fonts – A set of fonts supporting chess diagrams

chess – Fonts for typesetting chess boards

chess-problem-diagrams – A package for typesetting chess problem diagrams

chessboard – Print chess boards

chessfss – A package to handle chess fonts

crossword – Typeset crossword puzzles

crosswrd – Macros for typesetting crossword puzzles

egameps – LaTeX package for typesetting extensive games

gamebook – Typeset gamebooks and other interactive novels

gamebooklib – Macros for setting numbered entries in shuffled order

go – Fonts and macros for typesetting go games

hanoi – Tower of Hanoi in TeX

havannah – Diagrams of board positions in the games of Havannah and Hex

hexgame – Provide an environment to draw a hexgame-board

hmtrump – Describe card games

horoscop – Generate astrological charts in LaTeX

jigsaw – Draw jigsaw pieces with TikZ

labyrinth – Draw labyrinths and solution paths

logicpuzzle – Typeset (grid-based) logic puzzles

mahjong – Typeset Mahjong Tiles using MPSZ Notation

musikui – Easy creation of “arithmetical restoration” puzzles

nimsticks – Draws sticks for games of multi-pile Nim

onedown – Typeset Bridge Diagrams

othello – Modification of a Go package to create othello boards

othelloboard – Typeset Othello (Reversi) diagrams of any size, with annotations

pas-crosswords – Creating crossword grids, using TikZ

psgo – Typeset go diagrams with PSTricks

realtranspose – The “real” way to transpose a Matrix

reverxii – Playing Reversi in TeX

rubik – Document Rubik cube configurations and rotation sequences

schwalbe-chess – Typeset the German chess magazine “Die Schwalbe”

sgame – LaTeX style for typesetting strategic games

skak – Fonts and macros for typesetting chess games

skaknew – The skak chess fonts redone in Adobe Type 1

soup – Generate alphabet soup puzzles

sudoku – Create sudoku grids

sudokubundle – A set of sudoku-related packages

xq – Support for writing about xiangqi

xskak – An extension to the skak package for chess typesetting

To fix this problem, we can install more using the command below.

sudo apt-get -y install texlive-games

This command might take some time to finish depending on your machine internet connection.

You can also use apt command to install texlive-games.

sudo apt -y install texlive-games

Or if you have aptitude installed you can use the following command.

sudo aptitude install texlive-games

Summary

In this tutorial we learn how to fix rubikrotation command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.