LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   LinZIp (Linux WinZip equivalent) (https://www.linuxquestions.org/questions/linux-software-2/linzip-linux-winzip-equivalent-296071/)

t3gah 02-28-2005 08:28 PM

LinZIp (Linux WinZip equivalent)
 
LinZip

Version: 1.1
Filename: linzipv1_1.tgz
Download: (http://linuxberg.matrix.com.br/files...linzipv1_1.tgz)

Description: (http://linuxberg.matrix.com.br/syste...iew/49265.html)
LinZip is a full-featured file-compression utility designed to make it easier for you to archive files and folders in the Linux platform. With a friendly Graphic User Interface, LinZip lets you add and extract files easier than ever.

The program supports tar, tar.gz(tgz), lzh, arj and gz. This program does not yet support the ZIP format.

***********************************ERROR******************************
I get an error when running the LinZip command

Code:

[root@candyman ~]# cd /usr/local/bin
[root@candyman bin]# ls
defendguin  LinZip
[root@candyman bin]#./LinZip
./LinZip: symbol lookup error: /usr/lib/libgdk-1.2.so.0: undefined symbol: XList InputDevices

I searched here @LQ.org and with Google for libgdk-1.2.so.0 and came up with Gimp Toolkit. I found the Fedora RPM location for the RPMS needed. I also searched my Fedora CD's and found them there too. I have both the Toolkit and the Devel pkg RPM installed on my system already. I've downloaded the updated versions.

Filename: gtk2-2.4.14-2.fc3.i386.rpm
(http://download.fedora.redhat.com/pu...2.fc3.i386.rpm)

Filename: gtk2-devel-2.4.14-2.fc3.i386.rpm
(http://download.fedora.redhat.com/pu...2.fc3.i386.rpm)

Before I update both of these I would like to know what undefined symbol: XList InputDevices means. Anyone know and can point me to a fix?

tsphan 02-28-2005 10:01 PM

couldn't you of just used "file-roller" for gnome or "ark" for kde?

t3gah 02-28-2005 11:20 PM

Quote:

Originally posted by tsphan
couldn't you of just used "file-roller" for gnome or "ark" for kde?
The files I was trying to archive all had filenames identical but in different directories. File-roller and ark won't do multiple files with the same names and won't recurse directories for the tarball. I tried them both. What's below I want to gzip into one file that will expand the same way directory tree wise. And most of all I don't like doing console commands when the files are all over the place like the ones below. I prefer a GUI-based X-Windows System application. Thanks for the pointer though. :)

Code:

/usr/share/icons/Bluecurve/16x16/apps/gnome-main-menu.png
/usr/share/icons/Bluecurve/16x16/apps/gnome-panel.png
/usr/share/icons/Bluecurve/16x16/apps/icon-panel.png
/usr/share/icons/Bluecurve/16x16/apps/icon-panel-menu.png

/usr/share/icons/Bluecurve/24x24/apps/gnome-main-menu.png
/usr/share/icons/Bluecurve/24x24/apps/gnome-panel.png
/usr/share/icons/Bluecurve/24x24/apps/icon-panel.png
/usr/share/icons/Bluecurve/24x24/apps/icon-panel-menu.png

/usr/share/icons/Bluecurve/32x32/apps/gnome-main-menu.png
/usr/share/icons/Bluecurve/32x32/apps/gnome-panel.png
/usr/share/icons/Bluecurve/32x32/apps/icon-panel.png
/usr/share/icons/Bluecurve/32x32/apps/icon-panel-menu.png

/usr/share/icons/Bluecurve/36x36/apps/gnome-main-menu.png
/usr/share/icons/Bluecurve/36x36/apps/gnome-panel.png
/usr/share/icons/Bluecurve/36x36/apps/icon-panel.png
/usr/share/icons/Bluecurve/36x36/apps/icon-panel-menu.png

/usr/share/icons/Bluecurve/48x48/apps/gnome-main-menu.png
/usr/share/icons/Bluecurve/48x48/apps/gnome-panel.png
/usr/share/icons/Bluecurve/48x48/apps/icon-panel.png
/usr/share/icons/Bluecurve/48x48/apps/icon-panel-menu.png

/usr/share/firstboot/pixmaps/shadowman-round-48.png

/usr/share/pixmaps/redhat/shadowman-round-48.png


scuzzman 02-28-2005 11:48 PM

Linux natively supports *.zip files...
Code:

man zip
for more information.


All times are GMT -5. The time now is 08:04 PM.