2

My package manager has been corrupted. How do I re-install it from scrach without manually downloading all the dependencies?

Braiam
  • 69,112

1 Answers1

0

You can download apt from here and install it with

sudo dpkg -i package_name

The major difference to apt-get is of course, that you don't use apt-get: use just apt.

This give you a bit of information on apt.

TellMeWhy
  • 17,964
  • 41
  • 100
  • 142