ark kan gampang banget, apa susahnya, malah lebih user-friendly daripada winzip/winrar kalo orang yang sudah sering pake linux, lumayan gak pernah pake ark lagi sih. tapi pasti pake tar dari command line. contoh untuk compress pake tar: $> tar zcvf nama_file_hasil_kompresi.tar.gz /directory_yang_mau_dikompresi/ atau kalau mau bz2: $> tar jcvf nama_file_hasil_kompresi.tar.bz2 /directory_yang_mau_dikompresi/
kalau mau diuncompress: $> tar zxvf nama_file_yang_mau_diuncompress.tar.gz atau kalau bz2: $> tar jxvf nama_file_yang_mau_diuncompress.tar.bz2 kalau mau unzip: $> unzip nama_file.zip kalau mau unrar: $> unrar nama_file.rar (harus install package unrar) Asep Saifudin wrote: > > coba deh yg ini http://xarchiver.xfce.org/screenshots.php > <http://xarchiver.xfce.org/screenshots.php> > > 2006/8/1, bram pangestu <[EMAIL PROTECTED] > <mailto:pangestu_bram%40yahoo.com>>: > > > > guys... > > > > di Linux ada software kompresi yang interface-nya mirip WinZip ga? > > klo ada, apa namanya & gimana dapetinnya? > > klo bisa didownload, apa alamatnya? > > > > Soalnya, g ud coba pake Ark tp (menurut g) koq susah ya? > > > > regards, > > Bram > > > > > > > > > > --------------------------------- > > Yahoo! Messenger with Voice. Make PC-to-Phone Calls to the US (and 30+ > > countries) for 2ยข/min or less. > > > > [Non-text portions of this message have been removed] > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > [Non-text portions of this message have been removed] > > -- Jullian Gafar First they ignore you. Then they laugh at you. Then they fight you. Then you win. http://en.wikipedia.org/wiki/GandhiCon Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/Indo-Linux/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
