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 :: how to create a new file in kali linux 
Shell :: docker execute command in container 
Shell :: ansible copy 
Shell :: remote desktop connection wsl2 
Shell :: centos web panel install 
Shell :: env npm 
Shell :: powershell check file extension 
Shell :: default pull settings git 
Shell :: windows nginx stop 
Shell :: git not asking for password 
Shell :: configure meld as git mergetool ubuntu 
Shell :: random hex chars bash 
Shell :: ubunut log as root 
Shell :: command line size of directory 
Shell :: compress folder ubutnu 
Shell :: tar compress powershell 
Shell :: github add image in readme 
Shell :: bash nested for loop one line 
Shell :: kill process ubuntu 
Shell :: tcpdump tcp ipaddress 
Shell :: install appx package windows 
Shell :: reverse search command mac 
Shell :: list installed versions of node 
Shell :: unrachive .tar.gz 
Shell :: list all user ubuntu server 
Shell :: install drush ubuntu 20.04 
Shell :: install choco windows 10 
Shell :: enable systemd service linux 
Shell :: tmux kill-session by name 
Shell :: change password raspberry pi 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =