2

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

Braiam
  • 67,791
  • 32
  • 179
  • 269
George D
  • 202
  • 1
  • 2
  • 17

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,484