This commit is contained in:
helixarch 2015-05-22 00:11:16 +03:00
parent 3ce1aee55b
commit 38c14d1d44
2 changed files with 540 additions and 511 deletions

View File

@ -19,7 +19,7 @@ A script for converting .deb packages into Arch Linux packages, focused on accur
**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` 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` and `fakeroot`.You must run at least once (preferably recently) `debtap -u` to create/update pkgfile and debtap database (you do this with root privileges).
**Q: Debtap needs a lot of time to convert a package. So, why this is happening?**

1049
debtap

File diff suppressed because it is too large Load Diff