RSS Subscription
Linux Howtos & Tutorials

Enter your email:

Delivered by


NOTE:New tutorials are from LinuxCareer.com

Poll

Do you own or wish to have iPhone?
 


Linux eBooks FREE Download
A guide to programming Linux kernel modules
Introduction to Linux - A Hands on Guide
A Newbie's Getting Started Guide to Linux

Linux from Scratch - Create Your Own Linux System - Free eBook

Linux: The Hacking Solution (v.3.0)

SQLite 3 with PHP Essential Training – Free Video Training Tutorials

This guide will introduce you to the world of GNU/Linux

The GNU/Linux Advanced Administration

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Advanced Bash-Scripting Guide

Set up, maintain, and secure a small office email server

Partner Linux Sites:
How-To.LinuxCareer.com
Jobs.LinuxCareer.com
TuxMachines
Monsterb
LinuxBloggers
AdamsInfo
LinuxScrew
All For Linux

Gnome-mastermind game and Ubuntu Linux

Question:

I'm new to Linux and recently I have installed Ubuntu Linux. I'm wondering how would I install new software like games and etc. I'm really fan of a mastermind game and wish to have it also on my Ubuntu linux. Is there anything like mastermind game for Ubuntu linux?

Answer:

Ubuntu linux comes with thousands of software package which are waiting to be installed by the end user. Just a portion of those packages is installed on your system by default. You as end user can make a decision which packages would be best to be installed on your system to fit your needs. To search all available packages for a mastermind game from command line execute a following command:

$ apt-cache search mastermind game
ace-of-penguins - graphical solitaire-games with penguin-look
colorcode - advanced clone of the MasterMind code-breaking game
gnome-mastermind - Mastermind (TM) clone for GNOME Desktop
gtkboard - many board games in one program
sgt-puzzles - Simon Tatham's Portable Puzzle Collection - 1-player puzzle games

The above is list of packages which contain keywords "mastermind game". The package name is at the beginning of each output line. To install a package "gnome-mastermind" execute a following command:

$ sudo apt-get install gnome-mastermind

Enter your password and wait until installation completes. To start the game navigate to your GNOME menu or execute command:

$ gnome-mastermind

gnome-mastermind game

Linux questions and answers

Share this linux post:

Submit Gnome-mastermind game and Ubuntu Linux in Delicious Submit Gnome-mastermind game and Ubuntu Linux in Digg Submit Gnome-mastermind game and Ubuntu Linux in FaceBook Submit Gnome-mastermind game and Ubuntu Linux in Google Bookmarks Submit Gnome-mastermind game and Ubuntu Linux in Stumbleupon Submit Gnome-mastermind game and Ubuntu Linux in Technorati Submit Gnome-mastermind game and Ubuntu Linux in Twitter
 
Comments for this page are closed !!!
Please visit our new Linux Forum for additional help or discussion.


Linux eBooks FREE Download