Friday, January 11, 2008

എന്റെ ലിനക്സ് പരീക്ഷണങ്ങള്‍..

To have a hard disk based local repository.... (for debian based distro)

1. Put all the debs in the folder (it can be copied from apt cache or compiled ones...) for eg. /home/~username/repository

2. change to directory

  • cd /home/~username/repository

3. run dpkg-scanpackages

  • sudo dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz

(This will created Packages.gz in the same folder)

4. Add the following line to /etc/apt/sources.list

  • deb file:/home/~username/repository ./


That is all... fire up synaptic or adept or even apt for installation...

3 comments:

Anonymous said...

ഓരോരോ പാക്കേജുകളായി (പാച്ചിട്ടു് പിന്നേം കമ്പൈല്‍ ചെയ്തു്) ഒന്നിലധികം പതിപ്പുകള്‍ക്കുള്ള (എച്ച്, ലെന്നി, സിഡ്) സംഭരണിയുണ്ടാക്കാന്‍ കുറച്ചു് കൂടി എളുപ്പമായ reprepro ആണു് ഞാന്‍ ഉപയോഗിയ്ക്കുന്നതു്. ഈ സംഭരണിയുപയോഗിയ്ക്കാനുള്ള നിര്‍ദ്ദേശങ്ങള്‍ഇവിടെ.

Anonymous said...

പ്രവീണ്‍..
പ്രിന്‍സ് പറഞ്ഞതു വെറും കുറച്ചു പ്രോഗ്രാമ്മുകള്‍ add ചെയ്യുന്നതിനെ കുറിച്ചാണ് എന്ന് തോന്നുന്നു...

എന്തായാലും ഉപകാരപ്രദം തന്നെ..

Anonymous said...

koLLaam