If I've already executed both apt update
and apt upgrade
, do I need to do the same with apt-get
?
Asked
Active
Viewed 301 times
1

Mark Kirby
- 18,529
- 19
- 78
- 114

Greg
- 135
-
No, it is the same thing. – Mark Kirby Sep 05 '17 at 12:10
-
no, apt-get is just simply reduced to apt in 16.04 – luv.preet Sep 05 '17 at 12:11
-
2@luv.preet In terms of typing apt is reduced because it saves typing 4 characters, but in terms of functionality apt is increased because it has additional features that apt-get doesn't have. – karel Sep 05 '17 at 12:16
1 Answers
1
apt
and apt-get
use the same repository configurations.
So apt update
and and apt-get update
will do the same with the same repository

Elder Geek
- 36,023
- 25
- 98
- 183

Yaron
- 13,173