Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

apt vs apt-get

Advanced Packaging Tool (APT)'s origins start in Debian - a distro from where
many other distros started from. APT is simply set of APIs. The command 
line tools apt and apt-get interact with APT. In summary,

- apt: The more user friendlier version of the tools.
- apt-get: The older of the two, backwards compatible and OG developer focused.
(there are others: apt-cache, ...)

Conclusion: Stick with apt if you can. Use apt-get if you need specific function
alities that are otherwise unavialable. Doesnt matter much anyways none are dep
recated!
Comment

apt vs apt get

They are very similar command line tools available in Trusty (14.04) and later. 
apt-get and apt-cache's most commonly used commands are available in apt.

apt-get may be considered as lower-level and "back-end", and support other APT-based tools. 
apt is designed for end-users (human) and its output may be changed between versions.

READ MORE: from the sourc link.. 

Comment

PREVIOUS NEXT
Code Example
Shell :: gui for ubuntu server 
Shell :: bash list all files in directory and subdirectories 
Shell :: how do I push a repo that says allready exists 
Shell :: Regex: Match Last Occurrence aka Negative Lookbehind 
Shell :: command to variable bash 
Shell :: how to disable browser autofill in Autocomplete mui component 
Shell :: raspberry pi default username 
Shell :: remove folder from gitlab main branch repository 
Shell :: git add new origin 
Shell :: yarn global 
Shell :: git remove first stash 
Shell :: cant-push-to-github-because-of-large-file-which-i-already-deleted 
Shell :: Command "server:run" is not defined. 
Shell :: rails all path 
Shell :: how to run .rpm file in linux 
Shell :: Kubernetes configuration file is group readable 
Shell :: get date whit batch 
Shell :: git cherry pick commit 
Shell :: add husky commitlint 
Shell :: how to update application in ubunut 
Shell :: what is github 
Shell :: check gui in linux 
Shell :: how to get token of a raw github file 
Shell :: gitignore is not working 
Shell :: enable system virtualization cmd 
Shell :: git remove from history 
Shell :: how to unistall dependencies 
Shell :: repo from bitbucket to github 
Shell :: Pyserial is not installed for /Applications/Xcode.app/Contents/Developer/usr/bin/python3 macos 
Shell :: install neovim 7 in ubuntu 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =