1

If I've already executed both apt update and apt upgrade, do I need to do the same with apt-get?

Mark Kirby
  • 18,529
  • 19
  • 78
  • 114
Greg
  • 135

1 Answers1

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

More info - apt-vs-apt-get-ubuntu

Elder Geek
  • 36,023
  • 25
  • 98
  • 183
Yaron
  • 13,173