-1

trying to install gdebi using this command:

sudo apt-get install aptitude synaptic gbedi-core

but I'm getting this error

Unable to locate package gbedi-core"
Parto
  • 15,027
  • 24
  • 86
  • 114
Mark Prior
  • 1
  • 1
  • 1

1 Answers1

1

It is gdebi-core not gbedi-core.

So use following command:

sudo apt-get install aptitude synaptic gdebi-core
Pandya
  • 34,843
  • 42
  • 126
  • 186
g_p
  • 18,154
  • 6
  • 56
  • 69