Results 1 to 3 of 3
I am running ZenWalk 7.0 and have been trying without success to install gnome-games. I downloaded gnome-games-2.31.1.tar.bz2 and from the command line i navigated to the folder which contained the ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-04-2011 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 98
Problem with a tar.bz2 file
I am running ZenWalk 7.0 and have been trying without success to install gnome-games. I downloaded gnome-games-2.31.1.tar.bz2 and from the command line i navigated to the folder which contained the tar.bz2 file. I then typed: tar jxvf gnome-games.tar.bz2 and all went well. But when i then typed: ./configure gnome-games-2.31.1 the only output i got was "command unknown"? Could someone help please
- 04-04-2011 #2
You should default to using your package manager to install/remove software in linux. Gnome-games is definitely available in the Zenwalk software repositories.
http://manual.zenwalk.org/en/Package%20Management.html
As for building from source, assuming the software has a configure script (not all do), it would just be
The ./ part indicate that it's looking in the current directory for the command to run, rather than in usual PATH.Code:./configure
- 04-27-2011 #3Just Joined!
- Join Date
- Apr 2011
- Posts
- 6
any update as to success of ./configure ?


Reply With Quote
