LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   program for making zip password file (https://www.linuxquestions.org/questions/linux-software-2/program-for-making-zip-password-file-540529/)

tony safari 03-25-2007 05:02 PM

program for making zip password file
 
I want a program for making zip password file ..and divide a big file to small zip files..like winrar in windows..i use mepis6.0 so i like it to be debain.

almatic 03-25-2007 06:36 PM

Hi,

do a 'man zip'. zip can do all this, if it's not installed, install it with 'apt-get install zip unzip'.
You can, of course, also use the standard linux stuff, archive with tar, pack with gzip or bzip2 and encrypt with gpg (password).

tony safari 03-26-2007 02:38 PM

thank you my friend but i get that
Quote:

root@4[~]# apt-get install zip unzip
E: Could not get lock /var/lib/dpkg/lock - open (11 Resource temporarily unavailable)
E: Unable to lock the administration directory (/var/lib/dpkg/), is another process using it?
root@4[~]#
please could you help me..

almatic 03-27-2007 11:50 AM

you have probably already resolved this issue, but if not: the reason is that you have some other program running that uses apt (synaptic, adept, kpackage, aptitude ...). Close it and try again.


All times are GMT -5. The time now is 07:18 AM.