Closed loynoir closed 3 years ago
Sorry, it's my newbee mistake. And thanks for the advise. 😊 Hope I use right English words.
1) Python package can be installed using
pip install foobar
2) Nodejs package can be installed using
npm install [-g] foobar
With option "-g", means install to global. Without it, means install to current directory.
3) Seems bpkg has done the Package Manger part.
Making apt-fast can be installed by package manager. To install apt-fast globally using:
bpkg install -g ilikenwf/apt-fast
To install apt-fast to curren directory using:
bpkg install ilikenwf/apt-fast
Add package.json to make bpkg recognize.
Update README.md
Apt-fast is a awesome tool with almost no dependecies, and improve a lot performance. Appreciate a lot for the project 😊
@loynoir Thank you for submitting this idea: Honestly, I didn't know about bpkg
until now.
The way I see this, I think this may be kind of redundant, because, If you wanted to install apt-fast
using bpkg
, you'd had to do the following:
bpkg
repo.bpkg
.bpkg install -g ilikenwf/apt-fast
.Instead, you could save yourself some time by doing:
apt-fast
repo.apt-fast
And better yet, If you choose to install apt-fast
by using its PPA, apt/dpkg
will manage it for you automatically, without any 3th-party software.
@guekho64 @gothicVI Thanks you guys for reply. Hope you have a good day. 😊
@loynoir Thanks: Wish you best luck 😄
As a general remark: It's always a good idea to describe the purpose and changes of a PR.