dave-theunsub / clamtk-gnome

clamtk-gnome is a simple plugin to allow a right-click, context menu scan of files or folders
https://gitlab.com/dave_m/clamtk/wikis/Home
Other
16 stars 5 forks source link

Gnome plug-in #9

Closed Snarkly closed 7 years ago

Snarkly commented 7 years ago

When I try to install this plug-in I get this error E: Unable to locate package clamtk-gnome Do you have any idea what's wrong.

dave-theunsub commented 7 years ago

Hi,

Can you tell me what distro you're using? Also, how are you installing it?

Thanks, Dave M

Snarkly commented 7 years ago

I'm using Linux Mint Cinnamon 17.3 Rosa and I typed sudo apt-get install clamtk-gnome in the command terminal and then I got back E: Unable to locate package clamtk-gnome

dave-theunsub commented 7 years ago

Hi,

That's the problem - it's not in the repositories. You can download it here:

https://dave-theunsub.github.io/clamtk/

Scroll to the bottom under "Addons", and download the "Debian/Ubuntu deb". You should be able to just double-click it or have the software program install it.

Thanks, Dave M

Snarkly commented 7 years ago

I didn't seem to run into that problem again but I still can't see what's in your picture here. I back-clicked on my documents folder but I didn't see Scan for threats. I'm wondering if it has something to do with python-nautilus. I have python installed but I'm not fore sure what nautilus is. starting_scan_alt2

dave-theunsub commented 7 years ago

Hi,

Ok, let's ensure your dependencies got installed. Try this from the command line:

sudo apt-get install -f

Then check your "files" program again and see if ClamTk is a right-click option.

Thanks, Dave M

On Tue, Feb 28, 2017 at 11:41 PM, Jeffery Mullins notifications@github.com wrote:

I didn't seem to run into that problem again but I still can't see what's in your picture here. I back-clicked on my documents folder but I didn't see Scan for threats. I'm wondering if it has something to do with python-nautilus. I have python installed but I'm not fore sure what nautilus is. [image: starting_scan_alt2] https://cloud.githubusercontent.com/assets/8492776/23447074/65893084-fe16-11e6-984d-922d0f7d7892.png

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/dave-theunsub/clamtk-gnome/issues/9#issuecomment-283250283, or mute the thread https://github.com/notifications/unsubscribe-auth/ABxM_m71YWtSj4D7Th_a8EXohp633U2Hks5rhQUIgaJpZM4MNZbV .

-- respectfully Dave M 0x6ADA59DE

Snarkly commented 7 years ago

I typed sudo apt-get install -f in the command line and got this Reading package lists... Done Building dependency tree
Reading state information... Done 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. Then I checked again but still no Scan for threats.

dave-theunsub commented 7 years ago

Sorry for the delay. Ok, try opening the file manager by the command line:

nautilus

Thanks, Dave M

Snarkly commented 7 years ago

It's not installed. The program 'nautilus' is currently not installed. You can install it by typing: sudo apt install nautilus

dave-theunsub commented 7 years ago

Hi,

Are you using Nemo instead of Files? If so, try to install the nemo-sendto-clamtk plugin instead.

https://bitbucket.org/dave_theunsub/nemo-sendto-clamtk/downloads/nemo-sendto-clamtk_0.03-1_all.deb

The Gnome files program shouldn't have let you install it without having Nautilus (files) installed. Weird.

Thanks, Dave M

Snarkly commented 7 years ago

Installing that finally worked. I can back click and now I see scan with clam. I have know idea why gnome let me go ahead and install it. Thanks for your help getting it installed.

dave-theunsub commented 7 years ago

Closing - thanks for updating.