Change name

This commit is contained in:
Krishna Kanhaiya 2020-11-18 16:25:17 +05:30 committed by GitHub
parent 978f89c552
commit 8e56fff9ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 9 deletions

View File

@ -1,16 +1,14 @@
# Termux-provides.
# whatprovides.
It is a yum(whatprovides) for termux.
Termux-provides is a simple, work in processing forever,offline whatsprovides
of termux.
* Termux-provides can list files of any official packages, doesn't matter that package is installed or not, it uses own database to perform task.
* whatprovides can list files of any termux official packages, doesn't matter that package is installed or not, it uses own database to perform task.
### Installation:
clone repository and execute install.sh
```
git clone https://github.com/kcubeterm/termux-provides
cd termux-provides
git clone https://github.com/kcubeterm/whatprovides
cd whatprovides
bash install.sh
echo "Copy this too."
@ -21,7 +19,7 @@ echo "Copy this too."
* List files of any package. For eg. aapt
```sh
$ termux-provides -p aapt
$ whatprovides -p aapt
aapt: /. aapt: /data aapt: /data/data aapt: /data/data/com.termux aapt: /data/data/com.termux/files aapt: /data/data/com.termux/files/usr aapt: /data/data/com.termux/files/usr/share aapt: /data/data/com.termux/files/usr/share/aapt aapt: /data/data/com.termux/files/usr/share/aapt/android.jar aapt: /data/data/com.termux/files/usr/share/doc
aapt: /data/data/com.termux/files/usr/share/doc/aapt aapt: /data/data/com.termux/files/usr/lib
@ -32,5 +30,6 @@ aapt: /data/data/com.termux/files/usr/bin/aapt aapt
```
* search for files. Have you ever used `dpkg -S filepath`.
Here you need to use only `termux-provides filepath`
Here you need to use only `whatprovides filepath`.
You can search for any files which even not exist in your termux.
it will show you Which package provide that file.