2

Hi just started in Ubuntu and can't install any program from Ubuntu Software I read some solutions and need to install gdebi , I download the package installer.deb but still can't install gdebi , please help me how to install gdebi

Note : i dont have internet access , need to install gdebi before access to the internet

Beno
  • 81

1 Answers1

3

WITHOUT INTERNET

You can install it using

sudo dpkg -i /path/to/deb/file

followed by

sudo apt-get install -f

WITH INTERNET ACCESS

install Gdebi

in terminal enter

sudo apt-get install gdebi

after install completes go to the .deb file in file explorer-->right click-->open with--->select gdebi--->once gdebi opens and loads select "install package"

Organic Marble
  • 23,641
  • 15
  • 70
  • 122