Update README.md

This commit is contained in:
pmav99 2014-11-30 20:27:31 +02:00
parent 80ea8edbc8
commit c24587719a

View File

@ -15,7 +15,7 @@ A script for converting .deb packages into Arch Linux packages, focused on accur
**Q: What are the minimum requirements to run this script?** **Q: What are the minimum requirements to run this script?**
**A:** You need to have installed these dependencies: bash, binutils (provides ar utility for extracting .deb package), pkgfile, package-query (from AUR) and fakeroot. You also need an active internet connection, because debtap downloads information from internet in order to translate packages names, and also you must run at least once (preferably recently) "pkgfile -u" to create/update pkgfile database (you do this with root privileges). **A:** You need to have installed these dependencies: `bash`, `binutils` (provides ar utility for extracting .deb package), `pkgfile`, `package-query` (from AUR) and `fakeroot`. You also need an active internet connection, because debtap downloads information from internet in order to translate packages names, and also you must run at least once (preferably recently) `pkgfile -u` to create/update pkgfile database (you do this with root privileges).
**Q: Debtap needs a lot of time to convert a package. So, why this is happening?** **Q: Debtap needs a lot of time to convert a package. So, why this is happening?**
@ -23,11 +23,11 @@ A script for converting .deb packages into Arch Linux packages, focused on accur
**Q: During conversion I get several warning messages, why?** **Q: During conversion I get several warning messages, why?**
**A:** Debtap cannot be 100% accurate for several reasons, the main reason for this is the complexity of packages names. If you want to check the freshly generated .PKGINFO and .INSTALL (this is optional file) metadata files or even fix the untranslated packages names inside .PKGINFO, debtap offers you the option to edit these files before compressing the final package. **A:** Debtap cannot be 100% accurate for several reasons, the main reason for this is the complexity of packages names. If you want to check the freshly generated `.PKGINFO` and `.INSTALL` (this is optional file) metadata files or even fix the untranslated packages names inside `.PKGINFO`, debtap offers you the option to edit these files before compressing the final package.
**Q: How do I use debtap?** **Q: How do I use debtap?**
**A:** The syntax is quite simple actually: debtap package_filename **A:** The syntax is quite simple actually: `debtap package_filename`
For example: debtap world-of-goo-demo_1.0_i386.deb For example: `debtap world-of-goo-demo_1.0_i386.deb`
Any recommendations or questions for debtap are welcomed! Any recommendations or questions for debtap are welcomed!