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

1 Answers1

1

It is gdebi-core not gbedi-core.

So use following command:

sudo apt-get install aptitude synaptic gdebi-core
Pandya
  • 37,289
g_p
  • 19,034
  • 6
  • 59
  • 69