cara instal game ???

37 views
Skip to first unread message

4L3

unread,
Sep 6, 2007, 11:08:33 AM9/6/07
to id-ubuntu
Bos salam kenal dan..numpang tanya nih...

Saya bener2 awam dengan linux, belum sebulan make ubuntu edgy. Kemarin
liat2 isi DVD dari majalah infolinux ada game hex-a-hop tapi saya gak
tau cara nginstallnya. AMAN dan bisa jalan di ubuntu gak ya?

Setelah baca2 disini, file tgz ternyata harus diekstrak dulu. game hex-
a-hop di atas sudah saya ekstrak dan disimpan di folder desktop.

dalam foldernya ada file makefile, tiletypes.h, packfile.h, gfx.cpp
dst...wah saya bener2 gak ngerti semuanya, sayangnya ga ada file
readme yg mungkin bisa ngebantu cara install...

Ada yg bisa bantu gak?...makasih banget ya... kalo bisa ajarin step by
step...soalnya saya gak ngerti masalah command line. dulu pernah
belajar DOS dan..GAK LULUS ...hahahaha (jadi malu...)

Oh iya....kalo ada tutorial command line yg paling mudah dan banyak
contoh2nya kasih tau ya? Soalnya hasil dari browsing sana sini, cuma
dikasih tau scr umum aja spt ls, mkdir, dir, lspci, pwd dan bbr yg
lain. TAPI..setelah nyoba nginstall game aja saya kebingungan hehehhe.
Saya jadi penasaran dgn command line, pengen ikutan ngerasain sensasi
enaknya nongkrong di terminal

Skl lagi maksih banyak bro....

Sihabul Milah

unread,
Sep 6, 2007, 1:27:51 PM9/6/07
to id-u...@googlegroups.com

Coba instal dulu paket 'build-essential', bisa pake Synaptic, untuk
instal compiler.

cd map_mainan
./configure
make (atau sudo make install)

'masa' iya ga' ada readme-nya?' :)

--
- www.sihab.com -
- eshabe.wordpress.com -
- Linux User #450302 http://counter.li.org -
- Ubuntu User #16097 http://ubuntucounter.geekosophical.net -

4L3

unread,
Sep 6, 2007, 11:52:23 PM9/6/07
to id-ubuntu


> cd map_mainan
> ./configure
> make (atau sudo make install)
>
> 'masa' iya ga' ada readme-nya?' :)
>

setelah dicoba:

ali@ali-desktop:~$ cd map_mainan
bash: cd: map_mainan: No such file or directory
ali@ali-desktop:~$ cd Desktop
ali@ali-desktop:~/Desktop$ configure
bash: configure: command not found
ali@ali-desktop:~/Desktop$ ./configure
bash: ./configure: No such file or directory
ali@ali-desktop:~/Desktop$ make
make: *** No targets specified and no makefile found. Stop.
ali@ali-desktop:~/Desktop$ make /home/ali/Desktop/hex-a-hop
make: Nothing to be done for `/home/ali/Desktop/hex-a-hop'.
ali@ali-desktop:~/Desktop$ ./configure /home/ali/Desktop/hex-a-hop
bash: ./configure: No such file or directory
ali@ali-desktop:~/Desktop$ ./configure /home/ali/Desktop/hex-a-hop
bash: ./configure: No such file or directory
ali@ali-desktop:~/Desktop$ ./configure /home/ali/Desktop/hex-a-hop
bash: ./configure: No such file or directory
ali@ali-desktop:~/Desktop$ sudo make install /home/ali/Desktop/hex-a-
hop
Password:
make: *** No rule to make target `install'. Stop.
ali@ali-desktop:~/Desktop$

Skr hex-a-hop ku masih juga memble huhuuuuu.....
file read me emang gak ada kok Bos..trus gimana dong

Andy Apdhani

unread,
Sep 7, 2007, 12:02:18 AM9/7/07
to id-u...@googlegroups.com
4L3 wrote:
>
> ali@ali-desktop:~/Desktop$ ./configure /home/ali/Desktop/hex-a-hop
> bash: ./configure: No such file or directory

Cobain ini bos:
cd /home/ali/Desktop/hex-a-hop
./configure
make
sudo make install

semoga berhasil!

Yuk ah mari & salam!

--

[ Andy Apdhani ]
-
Caution: Breathing may be hazardous to your health.

4L3

unread,
Sep 7, 2007, 2:24:44 AM9/7/07
to id-ubuntu

> Cobain ini bos:
> cd /home/ali/Desktop/hex-a-hop
> ./configure
> make
> sudo make install
>
> semoga berhasil!
>
> Yuk ah mari & salam!
>
> --
>
> [ Andy Apdhani ]
> -
> Caution: Breathing may be hazardous to your health.

ali@ali-desktop:~$ cd /home/ali/Desktop/hex-a-hop
ali@ali-desktop:~/Desktop/hex-a-hop$ ./configure


bash: ./configure: No such file or directory

ali@ali-desktop:~/Desktop/hex-a-hop$ make
g++ -D_VERSION=\"1.0.0\" -g `sdl-config --cflags` -c -o gfx.o
gfx.cpp
/bin/sh: sdl-config: not found
In file included from gfx.cpp:1:
state.h:24:21: error: SDL/SDL.h: No such file or directory
state.h:34: error: expected initializer before '*' token
gfx.cpp:85: error: expected constructor, destructor, or type
conversion before '*' token
gfx.cpp:86: error: expected constructor, destructor, or type
conversion before '*' token
gfx.cpp: In function 'void InitScreen()':
gfx.cpp:108: error: 'realScreen' was not declared in this scope
gfx.cpp:111: error: 'SDL_SWSURFACE' was not declared in this scope
gfx.cpp:111: error: 'SDL_DOUBLEBUF' was not declared in this scope
gfx.cpp:111: error: 'SDL_FULLSCREEN' was not declared in this scope
gfx.cpp:111: error: 'SDL_SetVideoMode' was not declared in this scope
gfx.cpp:114: error: 'screen' was not declared in this scope
gfx.cpp:115: error: 'SDL_FreeSurface' was not declared in this scope
gfx.cpp:117: error: 'SDL_Surface' was not declared in this scope
gfx.cpp:117: error: 'tempscreen' was not declared in this scope
gfx.cpp:120: error: 'SDL_CreateRGBSurface' was not declared in this
scope
gfx.cpp:122: error: 'screen' was not declared in this scope
gfx.cpp:122: error: 'SDL_DisplayFormat' was not declared in this scope
gfx.cpp:123: error: 'SDL_FreeSurface' was not declared in this scope
gfx.cpp: In function 'int main(int, char**)':
gfx.cpp:150: error: 'SDL_INIT_EVERYTHING' was not declared in this
scope
gfx.cpp:150: error: 'SDL_INIT_NOPARACHUTE' was not declared in this
scope
gfx.cpp:150: error: 'SDL_Init' was not declared in this scope
gfx.cpp:152: error: 'SDL_Surface' was not declared in this scope
gfx.cpp:152: error: 'icon' was not declared in this scope
gfx.cpp:152: error: 'SDL_LoadBMP' was not declared in this scope
gfx.cpp:194: error: 'SDL_WM_SetIcon' was not declared in this scope
gfx.cpp:195: error: 'SDL_FreeSurface' was not declared in this scope
gfx.cpp:200: error: 'SDL_WarpMouse' was not declared in this scope
gfx.cpp:213: error: 'SDL_GetTicks' was not declared in this scope
gfx.cpp:217: error: 'SDL_Event' was not declared in this scope
gfx.cpp:217: error: expected `;' before 'e'
gfx.cpp:218: error: 'e' was not declared in this scope
gfx.cpp:218: error: 'SDL_PollEvent' was not declared in this scope
gfx.cpp:235: error: 'screen' was not declared in this scope
gfx.cpp:235: error: 'realScreen' was not declared in this scope
gfx.cpp:237: error: 'SDL_Rect' was not declared in this scope
gfx.cpp:237: error: expected `;' before 'r'
gfx.cpp:238: error: 'r' was not declared in this scope
gfx.cpp:238: error: 'SDL_BlitSurface' was not declared in this scope
gfx.cpp:240: error: 'realScreen' was not declared in this scope
gfx.cpp:240: error: 'SDL_Flip' was not declared in this scope
gfx.cpp:246: error: 'SDL_Delay' was not declared in this scope
gfx.cpp:288: error: 'e' was not declared in this scope
gfx.cpp:329: error: 'SDL_ACTIVEEVENT' was not declared in this scope
gfx.cpp:335: error: 'SDL_APPACTIVE' was not declared in this scope
gfx.cpp:337: error: 'SDL_APPMOUSEFOCUS' was not declared in this scope
gfx.cpp:344: error: 'SDL_MOUSEMOTION' was not declared in this scope
gfx.cpp:349: error: 'SDL_MOUSEBUTTONUP' was not declared in this scope
gfx.cpp:356: error: 'SDL_MOUSEBUTTONDOWN' was not declared in this
scope
gfx.cpp:364: error: 'SDL_KEYUP' was not declared in this scope
gfx.cpp:368: error: 'SDL_KEYDOWN' was not declared in this scope
gfx.cpp:370: error: 'SDL_KeyboardEvent' was not declared in this scope
gfx.cpp:370: error: 'k' was not declared in this scope
gfx.cpp:372: error: 'SDLK_F4' was not declared in this scope
gfx.cpp:372: error: 'KMOD_ALT' was not declared in this scope
gfx.cpp:376: error: 'SDLK_F12' was not declared in this scope
gfx.cpp:387: error: 'SDLK_RETURN' was not declared in this scope
gfx.cpp:387: error: 'KMOD_CTRL' was not declared in this scope
gfx.cpp:401: error: 'SDL_QUIT' was not declared in this scope
gfx.cpp:407: error: 'SDL_Quit' was not declared in this scope
make: *** [gfx.o] Error 1
ali@ali-desktop:~/Desktop/hex-a-hop$ sudo make install


Password:
make: *** No rule to make target `install'. Stop.

ali@ali-desktop:~/Desktop/hex-a-hop$

padahal build-essential sdh terinstall; versi 11.3 (spt yg disaranin
Bos Sihab)

Mungkin....file gamenya emang rusak; gfx.cpp error...tapi apa bener ya?

Andy Apdhani

unread,
Sep 7, 2007, 2:40:09 AM9/7/07
to id-u...@googlegroups.com
4L3 wrote:
>
>
> ali@ali-desktop:~$ cd /home/ali/Desktop/hex-a-hop
> ali@ali-desktop:~/Desktop/hex-a-hop$ ./configure
> bash: ./configure: No such file or directory
> ali@ali-desktop:~/Desktop/hex-a-hop$ make
> g++ -D_VERSION=\"1.0.0\" -g `sdl-config --cflags` -c -o gfx.o
> gfx.cpp

Om boleh tau mau install game apa ini? .. ngomong2 di direktori tersebut ada
berkas README tidak? Klo ada coba liat biasanya disitu dikasih tau cara
installnya gimana.

cunkrink

unread,
Sep 7, 2007, 2:55:41 AM9/7/07
to id-u...@googlegroups.com

padahal build-essential sdh terinstall; versi 11.3 (spt yg disaranin
Bos Sihab)

Mungkin....file gamenya emang rusak; gfx.cpp error...tapi apa bener ya?


sepertinya kalo saya baca itu errornya gak nemu library SDL deh mas...

cob install dulu library SDLnya...

mungkin bisa begini :

ali@ali-desktop:~/Desktop/hex-a-hop$sudo apt-get cl-sdl-opengl

kalo itu berhasil diinstall coba jalanin lagi seperti diatas

semoga berhasil

4L3

unread,
Sep 7, 2007, 2:56:29 AM9/7/07
to id-ubuntu
> Om boleh tau mau install game apa ini? .. ngomong2 di direktori tersebut ada
> berkas README tidak? Klo ada coba liat biasanya disitu dikasih tau cara
> installnya gimana.

Makasih banyak perhatiaanya Bos Andy Apdhani...
Saya mau nginstal game hex-a-hop, copyan dari DVD bonus Infolinux
edisi 08/07, (hex-a-hop.tar.gz).

Setelah diekstrak di desktop saya ada: 1 folder graphics dan 11 file:
gfx.cpp, gfx_list.h, hex_puzzzle.cpp, level_list.h, levels.dat,
Makefile, menus.h, packfile.h, savestate.h, state.h, tiletypes.h.

Dalam folder graphics ada 9 file: emi.dat, font.dat, gradient.dat,
icon.bmp, map.dat, map_top.dat, tiles.dat, tiles_reflect.dat,
title.dat

Sayangnya ga ada file Readme..Bos...

4L3

unread,
Sep 7, 2007, 3:06:40 AM9/7/07
to id-ubuntu

> mungkin bisa begini :
>
> ali@ali-desktop:~/Desktop/hex-a-hop$sudo apt-get cl-sdl-opengl
>
> kalo itu berhasil diinstall coba jalanin lagi seperti diatas
>
> semoga berhasil

ali@ali-desktop:~$ cd Desktop/hex-shop
bash: cd: Desktop/hex-shop: No such file or directory
ali@ali-desktop:~$ cd Desktop/hex-a-hop
ali@ali-desktop:~/Desktop/hex-a-hop$ sudo apt-get cl-sdl-opengl
Password:
E: Invalid operation cl-sdl-opengl
ali@ali-desktop:~/Desktop/hex-a-hop$ sudo apt-get cl-sdl-opengl
E: Invalid operation cl-sdl-opengl
ali@ali-desktop:~/Desktop/hex-a-hop$


masih error Bos... kenapa ada "E:" ya? apa dia baca dvd rom ya?....

Lucky

unread,
Sep 7, 2007, 3:11:39 AM9/7/07
to id-u...@googlegroups.com
4L3 wrote:
> Setelah diekstrak di desktop saya ada: 1 folder graphics dan 11 file:
> gfx.cpp, gfx_list.h, hex_puzzzle.cpp, level_list.h, levels.dat,
> Makefile, menus.h, packfile.h, savestate.h, state.h, tiletypes.h.

Saya coba bantu yah:
Itu ada file hex_puzzle.cpp yah? Coba dari terminal jalankan command
berikut:
$ cpp hex_puzzle.cpp

di folder tempat dimana Anda mengekstrak file game tadi. Semoga berhasil
yah, kalo tetep gak bisa ataupun bisa, kasihtau yah.. hehehe

-Lucky-

Fajran Iman Rusadi

unread,
Sep 7, 2007, 3:22:09 AM9/7/07
to id-u...@googlegroups.com
On 9/7/07, 4L3 <Ali...@gmail.com> wrote:
> ali@ali-desktop:~/Desktop/hex-a-hop$ sudo apt-get cl-sdl-opengl
> E: Invalid operation cl-sdl-opengl
> ali@ali-desktop:~/Desktop/hex-a-hop$
>
>
> masih error Bos... kenapa ada "E:" ya? apa dia baca dvd rom ya?....

E: maksudnya Error:

kurang "install" tuh.. yg bener

$ sudo apt-get install cl-sdl-opengl


--
Iang-
http://fajran.web.id y!m: fajran

cunkrink

unread,
Sep 7, 2007, 3:23:15 AM9/7/07
to id-u...@googlegroups.com


ali@ali-desktop:~$ cd Desktop/hex-shop
bash: cd: Desktop/hex-shop: No such file or directory
ali@ali-desktop:~$ cd Desktop/hex-a-hop
ali@ali-desktop:~/Desktop/hex-a-hop$ sudo apt-get cl-sdl-opengl
Password:
E: Invalid operation cl-sdl-opengl
ali@ali-desktop:~/Desktop/hex-a-hop$ sudo apt-get cl-sdl-opengl
E: Invalid operation cl-sdl-opengl
ali@ali-desktop:~/Desktop/hex-a-hop$


masih error Bos... kenapa ada "E:" ya? apa dia baca dvd rom ya?....




maaf salah ketik ....
coba seperti ini

ali@ali-desktop:~/Desktop/hex-a-hop$ sudo apt-get install cl-sdl-opengl

lalu jalankan perintah make dan make istall yang tadi yah

Andy Apdhani

unread,
Sep 7, 2007, 3:28:43 AM9/7/07
to id-u...@googlegroups.com
4L3 wrote:
>
> Makasih banyak perhatiaanya Bos Andy Apdhani...
> Saya mau nginstal game hex-a-hop, copyan dari DVD bonus Infolinux
> edisi 08/07, (hex-a-hop.tar.gz).
>

Mau nyoba versi .deb yang sudah jadi gak? Sebelumnya coba install dulu
dependencies yang dibutuhkan:
$ sudo apt-get install libc6 libgcc1 libsdl1.2debian libstdc++6

Lalu download dari sini [1] dan kemudian install manual:
$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb

Semoga berhasil.

Yuk ah mari & salam!

[1] http://today.skyisgrey.org/deb/hex-a-hop_0.0.20070315-2_i386.deb

4L3

unread,
Sep 7, 2007, 3:26:01 AM9/7/07
to id-ubuntu

> Saya coba bantu yah:
> Itu ada file hex_puzzle.cpp yah? Coba dari terminal jalankan command
> berikut:
> $ cpp hex_puzzle.cpp
>
> di folder tempat dimana Anda mengekstrak file game tadi. Semoga berhasil
> yah, kalo tetep gak bisa ataupun bisa, kasihtau yah.. hehehe
>
> -Lucky-

Mksh Bos Lucky....

double pretime = time;
bool done = false;
time += 0.15;
if (0) ; else for (Dir fd=0; fd<6; fd++)
{
Tile t2 = GetTile(newpos + fd);
if (t2==EMPTY)
{
done = true;
SetTile(newpos+fd, COLLAPSABLE, false);
renderer(newpos+fd).Add(new BuildRender(newpos+fd, fd, 0),
time);
}
else if (t2==COLLAPSABLE)

............dst....byk banget..........

static StateMaker<HexPuzzle> _maker_HexPuzzle(SDLK_F1, false);;

char * HexPuzzle::loadPtr = 0;
char * HexPuzzle::endLoad = 0;
ali@ali-desktop:~/Desktop/hex-a-hop$

dengan perintah cpp hex_puzzle.cpp, hasilnya spt diatas...hehehe..saya
ga tau artinya lho..? maksudnya apa ya? apa perlu dicopy semuanya? apa
ga dimarahin ama senior2 disini? maklum saya baru belajar...

4L3

unread,
Sep 7, 2007, 3:31:30 AM9/7/07
to id-ubuntu

> Mau nyoba versi .deb yang sudah jadi gak? Sebelumnya coba install dulu
> dependencies yang dibutuhkan:
> $ sudo apt-get install libc6 libgcc1 libsdl1.2debian libstdc++6
>
> Lalu download dari sini [1] dan kemudian install manual:
> $ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
>
> Semoga berhasil.
>
> Yuk ah mari & salam!
>
> [1]http://today.skyisgrey.org/deb/hex-a-hop_0.0.20070315-2_i386.deb
>
> --
>
> [ Andy Apdhani ]
> -
> Caution: Breathing may be hazardous to your health.


Saya download yg versi deb dulu, mudah2an berhasil....

Lucky

unread,
Sep 7, 2007, 3:35:14 AM9/7/07
to id-u...@googlegroups.com
4L3 wrote:
>
> dengan perintah cpp hex_puzzle.cpp, hasilnya spt diatas...hehehe..saya
> ga tau artinya lho..? maksudnya apa ya? apa perlu dicopy semuanya? apa
> ga dimarahin ama senior2 disini? maklum saya baru belajar...

Syukur deh, sekarang Om bisa main game di Ubuntu. Selamat yah. CPP itu
adalah The C Preprocessor, kalo dulu ngingetinnya mudah. C Plus Plus,
berarti pemrograman bahasa C. Untuk lebih lengkapnya:
$ man cpp

Sekali lagi selamat yah

-Lucky-

4L3

unread,
Sep 7, 2007, 3:49:25 AM9/7/07
to id-ubuntu

Saya cek di sipnatic pack mngr : libc6 libgcc1 libsdl1.2debian libstdc+
+6 sudah terinstal
dan hasil di terminal :

ali@ali-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
Password:
dpkg: status database area is locked by another process
ali@ali-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
dpkg: error processing hex-a-hop_0.0.20070315-2_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
hex-a-hop_0.0.20070315-2_i386.deb
ali@ali-desktop:~$ cd Desktop
ali@ali-desktop:~/Desktop$ sudo dpkg -i hex-a-
hop_0.0.20070315-2_i386.deb
Selecting previously deselected package hex-a-hop.
(Reading database ... 90980 files and directories currently
installed.)
Unpacking hex-a-hop (from hex-a-hop_0.0.20070315-2_i386.deb) ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to
pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing hex-a-hop_0.0.20070315-2_i386.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./usr/share/games/
hex-a-hop/graphics/tiles.dat')
Errors were encountered while processing:
hex-a-hop_0.0.20070315-2_i386.deb
ali@ali-desktop:~/Desktop$


4L3

unread,
Sep 7, 2007, 3:55:48 AM9/7/07
to id-ubuntu


>
> Syukur deh, sekarang Om bisa main game di Ubuntu. Selamat yah. CPP itu
> adalah The C Preprocessor, kalo dulu ngingetinnya mudah. C Plus Plus,
> berarti pemrograman bahasa C. Untuk lebih lengkapnya:
> $ man cpp
>
> Sekali lagi selamat yah
>
> -Lucky-

Duh sori banget Bos...tapi mana game nya? saya cari tap kok belum
ketemu apa udah terintall? barusan download yg versi .deb spt saran
Bos Andy Apd dan msh ada kendala tuh...

Andy Apdhani

unread,
Sep 7, 2007, 4:00:50 AM9/7/07
to id-u...@googlegroups.com
4L3 wrote:

>
> ali@ali-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
> Password:
> dpkg: status database area is locked by another process

Tutup dulu bos synapticnya, setelah itu baru jalankan perintah di atas.

SOL

Yuk ah mari & salam!

--

[ Andy Apdhani ]
-
Reality is for people who can't deal with drugs.
-- Lily Tomlin

4L3

unread,
Sep 7, 2007, 4:10:12 AM9/7/07
to id-ubuntu

> Tutup dulu bos synapticnya, setelah itu baru jalankan perintah di atas.
>
> SOL
>
> Yuk ah mari & salam!
>
> --
>
> [ Andy Apdhani ]
> -
> Reality is for people who can't deal with drugs.
> -- Lily Tomlin

Oc, mksh Bos, saya tutup sypnatic
Saya coba lagi:


ali@ali-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
Password:

dpkg: error processing hex-a-hop_0.0.20070315-2_i386.deb (--install):
cannot access archive: No such file or directory
Errors were encountered while processing:
hex-a-hop_0.0.20070315-2_i386.deb

trus saya pindah ke Desktop:

ali@ali-desktop:~$ cd Desktop
ali@ali-desktop:~/Desktop$ sudo dpkg -i hex-a-
hop_0.0.20070315-2_i386.deb

(Reading database ... 90980 files and directories currently
installed.)
Unpacking hex-a-hop (from hex-a-hop_0.0.20070315-2_i386.deb) ...
dpkg-deb (subprocess): short read in buffer_copy (failed to write to
pipe in copy)
dpkg-deb: subprocess paste returned error exit status 2
dpkg: error processing hex-a-hop_0.0.20070315-2_i386.deb (--install):
short read in buffer_copy (backend dpkg-deb during `./usr/share/games/
hex-a-hop/graphics/tiles.dat')
Errors were encountered while processing:
hex-a-hop_0.0.20070315-2_i386.deb
ali@ali-desktop:~/Desktop$

tuh..kan...gimana nih..?

Andy Apdhani

unread,
Sep 7, 2007, 4:33:06 AM9/7/07
to id-u...@googlegroups.com
4L3 wrote:
>
> Unpacking hex-a-hop (from hex-a-hop_0.0.20070315-2_i386.deb) ...
> dpkg-deb (subprocess): short read in buffer_copy (failed to write to
> pipe in copy)
> dpkg-deb: subprocess paste returned error exit status 2
> dpkg: error processing hex-a-hop_0.0.20070315-2_i386.deb (--install):
> short read in buffer_copy (backend dpkg-deb during `./usr/share/games/
> hex-a-hop/graphics/tiles.dat')

Hmmm kenapa tuh yah? *binun* :-)

Klo install di tmp saya sukses nih:
[imtheface@sunday:~]$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb


Selecting previously deselected package hex-a-hop.

(Reading database ... 154916 files and directories currently installed.)


Unpacking hex-a-hop (from hex-a-hop_0.0.20070315-2_i386.deb) ...

Setting up hex-a-hop (0.0.20070315-2) ...

Coba tes dulu (jalankan semua perintah di direktori hex-a-hop itu berada):
$ md5sum hex-a-hop_0.0.20070315-2_i386.deb

Hasilnya sama dengan ini "67d89e2099f6272791a27f84476a98b7" gak?

Kalau iyah coba lanjut ke perintah berikut:
$ sudo dpkg -P hex-a-hop

Dan coba tes install ulang lagi:


$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb

Gimana?

Yuk ah mari & salam!

--

[ Andy Apdhani ]
-
Morton's Law:
If rats are experimented upon, they will develop cancer.

4L3

unread,
Sep 7, 2007, 4:38:41 AM9/7/07
to id-ubuntu

> Coba tes dulu (jalankan semua perintah di direktori hex-a-hop itu berada):
> $ md5sum hex-a-hop_0.0.20070315-2_i386.deb
>
> Hasilnya sama dengan ini "67d89e2099f6272791a27f84476a98b7" gak?
>
> Kalau iyah coba lanjut ke perintah berikut:
> $ sudo dpkg -P hex-a-hop
>
> Dan coba tes install ulang lagi:
> $ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
>
> Gimana?
>
> Yuk ah mari & salam!
>
> --
>
> [ Andy Apdhani ]
> -
> Morton's Law:
> If rats are experimented upon, they will develop cancer.

Beda Bos....

ali@ali-desktop:~/Desktop$ md5sum hex-a-hop_0.0.20070315-2_i386.deb
82cb87efd282d5ce25e2457eb0c69643 hex-a-hop_0.0.20070315-2_i386.deb
ali@ali-desktop:~/Desktop$

md5sum tuh apaan sih?

Andy Apdhani

unread,
Sep 7, 2007, 4:48:23 AM9/7/07
to id-u...@googlegroups.com
4L3 wrote:

>>
>> Hasilnya sama dengan ini "67d89e2099f6272791a27f84476a98b7" gak?
>>
>

> Beda Bos....
>
> ali@ali-desktop:~/Desktop$ md5sum hex-a-hop_0.0.20070315-2_i386.deb
> 82cb87efd282d5ce25e2457eb0c69643 hex-a-hop_0.0.20070315-2_i386.deb
> ali@ali-desktop:~/Desktop$
>
> md5sum tuh apaan sih?
>

md5sum itu semacam aplikasi tuk mengecek sidik jari suatu berkas.
Tuh kan gak sama dengan punya saya artinya berkas yg di-download sama si om
corrupt bos! Solusinya yah hapus berkas lama trus download ulang lagi dulu kali
yah. Hayo tetap semangat! heheheh

4L3

unread,
Sep 7, 2007, 5:03:03 AM9/7/07
to id-ubuntu


>
> md5sum itu semacam aplikasi tuk mengecek sidik jari suatu berkas.
> Tuh kan gak sama dengan punya saya artinya berkas yg di-download sama si om
> corrupt bos! Solusinya yah hapus berkas lama trus download ulang lagi dulu kali
> yah. Hayo tetap semangat! heheheh
>
> Yuk ah mari & salam!
>
> --
>
> [ Andy Apdhani ]
> -
> Morton's Law:
> If rats are experimented upon, they will develop cancer.

hehehe ya deh saya coba download lagi. Tapi kenapa Bos yakin file saya
corrupt? di terminal kok gak ngasih tau kalo filenya korup ya? Dengan
ubuntu saya jadi banyak nanya, gpp kan? sabar ya? skl lagi harap
maklum atas ketidakmengertian saya. printer ip1000 dan ip1500 belum
terinstall, kompi kantor belum bisa dial up ke telkomnet@instan,
setelah pake scanmodem kata linmodems (jacques) kudu donlot agrsm-
alpha.tar.bz2..terus dicompile...wuih...banyak bener pengalaman saya
(walau blm berhasil) intim dgn ubuntu. Sorry sedikit curhat nih...

Oc deh, akan saya donlot lagi si hex-a-hop...pokoknya tetep semangat...
(sdk menghela naps..hehehhe)


andrecht

unread,
Sep 7, 2007, 5:03:55 AM9/7/07
to id-ubuntu
aku coba pake file yang didownload dari skyisgrey-nya imtheface.
hasilnya begini:

download dulu file debnya dengan perintah,
andri@andri-desktop:~$: wget http://today.skyisgrey.org/deb/hex-a-hop_0.0.20070315-2_i386.deb

terus diinstall pake perintah,

andri@andri-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
Password:
Memilih paket hex-a-hop yang sebelumnya tidak dipilih.
(Sedang membaca basis data ...126704 berkas dan direktori telah
terpasang.)
Sedang membuka paket hex-a-hop (dari hex-a-
hop_0.0.20070315-2_i386.deb) ...
Sedang menyetel hex-a-hop (0.0.20070315-2) ...

*gak ada masalah tuh*

4L3

unread,
Sep 7, 2007, 5:33:09 AM9/7/07
to id-ubuntu

On Sep 7, 4:03 pm, andrecht <andriya...@kppu.go.id> wrote:
> aku coba pake file yang didownload dari skyisgrey-nya imtheface.
> hasilnya begini:
>
> download dulu file debnya dengan perintah,

> andri@andri-desktop:~$: wgethttp://today.skyisgrey.org/deb/hex-a-hop_0.0.20070315-2_i386.deb


>
> terus diinstall pake perintah,
>
> andri@andri-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
>

Bener Bos...kayaknya sistem saya ada masalah baru nih...tapi saya
lagi2...ga ngerti maksudnya ::

ali@ali-desktop:~$ wget http://today.skyisgrey.org/deb/hex-a-hop_0.0.20070315-2_i386.deb
--16:20:56-- http://today.skyisgrey.org/deb/hex-a-hop_0.0.20070315-2_i386.deb
=> `hex-a-hop_0.0.20070315-2_i386.deb'
Resolving today.skyisgrey.org... 69.50.204.122
Connecting to today.skyisgrey.org|69.50.204.122|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 899,720 (879K) [text/plain]

100%[====================================>] 899,720 2.65K/s
ETA 00:00

16:25:38 (3.16 KB/s) - `hex-a-hop_0.0.20070315-2_i386.deb' saved
[899720/899720]

ali@ali-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
Password:
(Reading database ... 90980 files and directories currently


installed.)
Unpacking hex-a-hop (from hex-a-hop_0.0.20070315-2_i386.deb) ...

dpkg: dependency problems prevent configuration of hex-a-hop:
hex-a-hop depends on libc6 (>= 2.5-0ubuntu1); however:
Version of libc6 on system is 2.4-1ubuntu12.3.
hex-a-hop depends on libgcc1 (>= 1:4.1.2); however:
Version of libgcc1 on system is 1:4.1.1-13ubuntu5.
hex-a-hop depends on libstdc++6 (>= 4.1.2); however:
Version of libstdc++6 on system is 4.1.1-13ubuntu5.
dpkg: error processing hex-a-hop (--install):
dependency problems - leaving unconfigured


Errors were encountered while processing:
hex-a-hop

ali@ali-desktop:~$


4L3

unread,
Sep 7, 2007, 6:20:17 AM9/7/07
to id-ubuntu
kendala msh berlanjut dan di sypnatic saya temukan package hex-a-hop ,
broken. dan secara otomatis bug report muncul dan minta untuk
memasukkan alamat email. ya saya kasih gmail, dan di inbox dilaporkan
system saya CRASH ....
logika saya, berarti ada sebagian file hex-a-hop sudah terinstall.
Karena broken saya ingin menghapusnya. apa ada konsekuensnya? system
saya bakal bener2 crash ga ya?

andrecht

unread,
Sep 7, 2007, 7:18:50 AM9/7/07
to id-ubuntu

On 7 Sep, 16:33, 4L3 <Ali...@gmail.com> wrote:

> ali@ali-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb
> Password:
> (Reading database ... 90980 files and directories currently
> installed.)
> Unpacking hex-a-hop (from hex-a-hop_0.0.20070315-2_i386.deb) ...
> dpkg: dependency problems prevent configuration of hex-a-hop:
> hex-a-hop depends on libc6 (>= 2.5-0ubuntu1); however:
> Version of libc6 on system is 2.4-1ubuntu12.3.
> hex-a-hop depends on libgcc1 (>= 1:4.1.2); however:
> Version of libgcc1 on system is 1:4.1.1-13ubuntu5.
> hex-a-hop depends on libstdc++6 (>= 4.1.2); however:
> Version of libstdc++6 on system is 4.1.1-13ubuntu5.
> dpkg: error processing hex-a-hop (--install):
> dependency problems - leaving unconfigured
> Errors were encountered while processing:
> hex-a-hop

dari situ kelihatan kalo dependensi yang dibutuhkan hex-a-hope tidak
terpenuhi oleh sistem anda.
coba anda lakukan upgrade sistem dulu.
$ sudo apt-get update
$ sudo apt-get upgrade

kemudian install hex-a-hop lagi...

4L3

unread,
Sep 7, 2007, 8:35:18 AM9/7/07
to id-ubuntu

On Sep 7, 6:18 pm, andrecht <andriya...@kppu.go.id> wrote:

> dari situ kelihatan kalo dependensi yang dibutuhkan hex-a-hope tidak
> terpenuhi oleh sistem anda.
> coba anda lakukan upgrade sistem dulu.
> $ sudo apt-get update
> $ sudo apt-get upgrade
>
> kemudian install hex-a-hop lagi...

Bos, saya punya dvd repo, bisa dipake kan? trus, cara menghentikan
proses sudo apt-get upgrade gimana? apa boleh lansung tekan close
windownya? soalnya, downloadnya lama banget 23 jam...

Dan dari dvd repo, filenya apa harus di pilih semuanya?

Makasih banyak....

4L3

unread,
Sep 8, 2007, 2:10:30 AM9/8/07
to id-ubuntu

On Sep 7, 6:18 pm, andrecht <andriya...@kppu.go.id> wrote:

Edgy saya udah diupdate dan diupgrade, setelah kompi melek selama -+16
jam tuk ngambil 170 file (200 MB) dan akhirnya tinggal
direstart..wuihhh

Saya coba install lagi tapi kok libc6, libgcc1,libstdc++6 masih versi
yg lama ya? gimana cara upgrading ke versi yg diperlukan hex-ahop
ya ????? ada yg bisa bantu? thanks beraaaat

di terminal hslnya:

ali@ali-desktop:~$ sudo apt-get update
Password:
Get:1 http://id.archive.ubuntu.com edgy Release.gpg [191B]
Ign http://id.archive.ubuntu.com edgy/main Translation-en_US
....
...
...
Hit http://security.ubuntu.com edgy-security/multiverse
Sources
Fetched 383B in 8s (44B/
s)
Reading package lists... Done
ali@ali-desktop:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
linux-image-generic linux-restricted-modules-generic
0 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.


ali@ali-desktop:~$ sudo dpkg -i hex-a-hop_0.0.20070315-2_i386.deb

Selecting previously deselected package hex-a-hop.

(Reading database ... 107435 files and directories currently


installed.)
Unpacking hex-a-hop (from hex-a-hop_0.0.20070315-2_i386.deb) ...
dpkg: dependency problems prevent configuration of hex-a-hop:
hex-a-hop depends on libc6 (>= 2.5-0ubuntu1); however:
Version of libc6 on system is 2.4-1ubuntu12.3.
hex-a-hop depends on libgcc1 (>= 1:4.1.2); however:
Version of libgcc1 on system is 1:4.1.1-13ubuntu5.
hex-a-hop depends on libstdc++6 (>= 4.1.2); however:
Version of libstdc++6 on system is 4.1.1-13ubuntu5.
dpkg: error processing hex-a-hop (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
hex-a-hop

ali@ali-desktop:~$


3339333

unread,
Sep 8, 2007, 8:02:19 AM9/8/07
to id-u...@googlegroups.com
hai teman ,

minta tolong nih, saya mau instal linux ubuntu 7.04
ada 2 versi :
1 hasil download (iso) yang di burn dan
2. cd linux beli yang ada kotaknya gambar 4 orang

klo di jalankan dari cd bisa berjalan masuk ke os linux nya dan
pada waktu di enter utk instal kok ngak ada reaksi apa2 ( spt hang )
memakai cd ke 2

mohon pencerahan untuk bisa menginstal dan memakai linux ubuntu
dari teman 2 yang udah pada expert :)

thanks

salam
siwi n


Sihabul Milah

unread,
Sep 8, 2007, 11:14:07 AM9/8/07
to id-u...@googlegroups.com
3339333 wrote:
> hai teman ,
>
> minta tolong nih, saya mau instal linux ubuntu 7.04
> ada 2 versi :
> 1 hasil download (iso) yang di burn dan
> 2. cd linux beli yang ada kotaknya gambar 4 orang
>
> klo di jalankan dari cd bisa berjalan masuk ke os linux nya dan
> pada waktu di enter utk instal kok ngak ada reaksi apa2 ( spt hang )
> memakai cd ke 2

memakai cd ke 1 bagaimana? :)
memori berapa? usahakan >256MB
hang saat bagaimana? apa begitu klik ganda ikon Install trus diem tak
berkutik? :)

>
> mohon pencerahan untuk bisa menginstal dan memakai linux ubuntu
> dari teman 2 yang udah pada expert :)
>
> thanks
>
> salam
> siwi n
>
>

semoga membantu,
Sihab - bukan expert :P

--
- www.sihab.com -
- eshabe.wordpress.com -
- Linux User #450302 http://counter.li.org -
- Ubuntu User #16097 http://ubuntucounter.geekosophical.net -

Sihabul Milah

unread,
Sep 8, 2007, 11:18:49 AM9/8/07
to id-u...@googlegroups.com
4L3 wrote:
>
> panjang banget saya del saja yach :)
>

Om,
1. SDL sudah diinstal belum?
2. cukup ketik make di direktori hex-a-hop

Coba baca: http://eshabe.wordpress.com/tentang/#comment-14
:)
Semoga membantu,
Sihab

Muhammad Pamungkas

unread,
Sep 8, 2007, 4:04:17 PM9/8/07
to id-u...@googlegroups.com
On 9/8/07, Sihabul Milah <esh...@gmail.com> wrote:

 

hang saat bagaimana? apa begitu klik ganda ikon Install trus diem tak
berkutik? :)


iya diem, paling2 belum klik ikon install, cuman dipenthelengin ajah...

ipang

--
Linux User number is # 453693 http://counter.li.org
Ubuntu User number is # 17226 http://ubuntucounter.geekosophical.net

3339333

unread,
Sep 9, 2007, 12:15:22 AM9/9/07
to id-u...@googlegroups.com

----- Original Message -----
From: "Sihabul Milah" <esh...@gmail.com>
To: <id-u...@googlegroups.com>
Sent: Saturday, September 08, 2007 10:14 PM
Subject: [id-ubuntu] Re: Help : Cara instal Linux
>
> memakai cd ke 1 bagaimana? :)
> memori berapa? usahakan >256MB
> hang saat bagaimana? apa begitu klik ganda ikon Install trus diem tak
> berkutik? :)
>

memory yang terinstal 192 M prosesor 1.8 Celeron hard disk 20 G
apa kurang memorynya pa ?
icon nya udah di klik ganda............ ada jalan beberapa tulisan xxxx [OK]
beberapa kali................
terus hang............... diam tak berkutik
sampe akhirnya harus tekan tombol restart

salam
siwi n


Ariza

unread,
Sep 9, 2007, 12:34:00 AM9/9/07
to id-u...@googlegroups.com
setelah di klik ditunggu sebentar mas
biasanya responya agak lama dikit


3339333

unread,
Sep 9, 2007, 12:50:53 AM9/9/07
to id-u...@googlegroups.com

setelah di klik ditunggu sebentar mas
biasanya responya agak lama dikit
 
 
he he udah nunggu 30 menit Smile emoticon
Emoticon1.gif

4L3

unread,
Sep 9, 2007, 3:39:28 AM9/9/07
to id-ubuntu

On Sep 8, 10:18 pm, Sihabul Milah <esh...@gmail.com> wrote:

> Om,
> 1. SDL sudah diinstal belum?
> 2. cukup ketik make di direktori hex-a-hop
>
> Coba baca:http://eshabe.wordpress.com/tentang/#comment-14
> :)
> Semoga membantu,
> Sihab
>
> --
> -www.sihab.com-
> - eshabe.wordpress.com -
> - Linux User #450302http://counter.li.org-
> - Ubuntu User #16097http://ubuntucounter.geekosophical.net-

ali@ali-desktop:~/Desktop/hex-a-hop$ sudo apt-get install cl-sdl-
opengl


Reading package lists... Done
Building dependency tree
Reading state information... Done

cl-sdl-opengl is already the newest version.
You might want to run `apt-get -f install' to correct these:
The following packages have unmet dependencies:
hex-a-hop: Depends: libc6 (>= 2.5-0ubuntu1) but 2.4-1ubuntu12.3 is
to be installed
Depends: libgcc1 (>= 1:4.1.2) but 1:4.1.1-13ubuntu5 is to
be installed
Depends: libstdc++6 (>= 4.1.2) but 4.1.1-13ubuntu5 is to
be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or
specify a solution).
ali@ali-desktop:~/Desktop/hex-a-hop$


ali@ali-desktop:~/Desktop/hex-a-hop$ make
g++ -D_VERSION=\"1.0.0\" -g `sdl-config --cflags` -c -o gfx.o
gfx.cpp
g++ -D_VERSION=\"1.0.0\" -g `sdl-config --cflags` -c -o
hex_puzzzle.o hex_puzzzle.cpp
In file included from hex_puzzzle.cpp:117:
gfx_list.h:15:9: warning: no newline at end of file
In file included from hex_puzzzle.cpp:4026:
gfx_list.h:15:9: warning: no newline at end of file
In file included from hex_puzzzle.cpp:4047:
gfx_list.h:15:9: warning: no newline at end of file
g++ -D_VERSION=\"1.0.0\" -g gfx.o hex_puzzzle.o `sdl-config --libs` -
lm \
-o Hex-a-hop
ali@ali-desktop:~/Desktop/hex-a-hop$


4L3

unread,
Sep 9, 2007, 4:54:08 AM9/9/07
to id-ubuntu

On Sep 8, 10:18 pm, Sihabul Milah <esh...@gmail.com> wrote:

> 4L3 wrote:
>
> > panjang banget saya del saja yach :)
>
> Om,
> 1. SDL sudah diinstal belum?
> 2. cukup ketik make di direktori hex-a-hop
>
> Coba baca:http://eshabe.wordpress.com/tentang/#comment-14
> :)
> Semoga membantu,
> Sihab
>
> --
> -www.sihab.com-
> - eshabe.wordpress.com -

> - Linux User #450302http://counter.li.org-
> - Ubuntu User #16097http://ubuntucounter.geekosophical.net-

Berhasil...hex-a-hop sudah terinstall dgn baik terima ksih Bos2
semuanya....MKSH ATAS ILMU DAN PENGALAMANNNYA, MUDAH2AN JADI AMALAN YG
TDK TERPUTUS SLMNYA....SINGKATNYA... EKSELEN TUK SEMUA...POKOKE:: I
WUD REKOMEN DIS POS HEHEHEHHE

3339333

unread,
Sep 9, 2007, 12:37:38 PM9/9/07
to id-u...@googlegroups.com
untuk temans yang membantu
dan untuk forum milis ubuntu.....
saya ucapkan terima kasih atas bantuannya
dan untuk yang " mendidik " via japri sy ucapkan banyak 2 terima kasih
 
salam
siwi n

cunkrink

unread,
Sep 9, 2007, 11:03:48 PM9/9/07
to id-u...@googlegroups.com

he he udah nunggu 30 menit Smile emoticon

mas bisa lebih jelas gak ubuntunya versi berapa?
kan bisa diliat tuh dari aboutnya.....


--
Drive with brain not with pride

tri ms

unread,
Sep 11, 2007, 4:06:47 AM9/11/07
to id-u...@googlegroups.com


On 9/10/07, cunkrink <lithiu...@gmail.com> wrote:

he he udah nunggu 30 menit Smile emoticon

mas bisa lebih jelas gak ubuntunya versi berapa?
kan bisa diliat tuh dari aboutnya.....
 
klo install nya pake yg dari alternate cd gimana?

--
Regards,
Tri M S

3339333

unread,
Sep 11, 2007, 11:16:47 AM9/11/07
to id-u...@googlegroups.com
udah bisa pak Tri ,
memory sy besar kan menjadi 384 m,
pake cd yang ada gambarnya 4 orang Smile emoticon
Emoticon1.gif
Emoticon1.gif

tri ms

unread,
Sep 11, 2007, 11:41:32 AM9/11/07
to id-u...@googlegroups.com


On 9/11/07, 3339333 <333...@gmail.com> wrote:
udah bisa pak Tri ,
memory sy besar kan menjadi 384 m,
pake cd yang ada gambarnya 4 orang Smile emoticon

ok deh... selamat ngoprek...
:)
Reply all
Reply to author
Forward
0 new messages