-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,325
  • 24
  • 86
  • 117

1 Answers1

1

It is gdebi-core not gbedi-core.

So use following command:

sudo apt-get install aptitude synaptic gdebi-core
Pandya
  • 35,771
  • 44
  • 128
  • 188
g_p
  • 18,504