I have installed this to deal with a .deb
file.
In GDebi it takes me through to the file location, on Desktop. I highlight it and then nothing happens. GDebi remains empty and I remain at a loss.
PH
From what I understood while reading the comments, you want to install Epson Perfection v300 scanner drivers.
Download the correct driver depending on your PC Architecture (32-64 bit) and Distribution.
Extract the tar.gz
file you just downloaded by Right Click on it and Left Click on Extract Here from the dropdown menu (Ubuntu). If you use a different Distribution, search on Google "How to extract files on X", replacing 'X' with your Distribution name.
You will see a file called install.sh
. Right Click on the space where the install.sh file is (not on the file) and choose Open in Terminal (Ubuntu).
Then, write the following command:
./install.sh
Or, open a terminal and type sudo /path/to/install.sh
, replacing "/path/to" with your path, where the install.sh
is saved.
This will install all the needed .deb
packages automatically.
.deb
file and open with another... -> GDebi? If it doesn't work the file is corrupt, download it again. – Sep 27 '17 at 17:39.deb
, cannot be installed with GDebi and it makes you question nonsensical (you specifically asked about a. deb
file). Perhaps you should describe what you want to do instead, what are you trying to install... – Sep 28 '17 at 09:16.tar.gz
and extract it to your user area. 2. Open "readme" and follow instructions starting with cd (because you already extracted the file contents). – Sep 28 '17 at 13:01