-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apt vs pkg #2151
Comments
You can use apt instead of pkg if you want. As far as I'm aware, it does the same thing. |
Well it's not like people who "plan on moving from Termux to actual Linux" cannot stick to apt alone. Also apt is not like a universal standard anyway, there are yum/dnf in the redhat world and the lovely pacman from Arch, only to name a few other package managers. |
Also |
I was wondering, what's the difference about "pkg" and "apt" and was coming to this post (I'm new to Linux). I don't understand why pkg is the standard in Termux because it's only a wrapper for apt? I was confused when i tried to uninstall a package with following: $ pkg uninstall vim-python It says "use 'apt autoremove'" to remove unused packages and i was trying like something: Maybe it would be really better to use apt as default :) |
pkg is a wrapper around apt. |
Ok and "apt update" updates "apt" itself i presume? |
|
Ah ok, so "apt update" does not upgrade any software, it's only to gather informations about the packages and there dependencies. Thank you :) |
In my first time i tried to type the cmatrix command i know it's the most simple command but it took to me so much time bcz i used pkg he didn't give nothing as outcome but when i use apt-get he worked |
I personally don't think it is a good idea to promote
pkg
over the standardapt
. I know that pkg is a wrapper for apt to help make it easier to use, but new users who have never used the Linux terminal before might see pkg as being the norm and they won't even know about apt, so if they move on to actual Linux, they are gonna have a problem.The text was updated successfully, but these errors were encountered: