LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint
User Name
Password
Linux Mint This forum is for the discussion of Linux Mint.

Notices


Reply
  Search this Thread
Old 09-07-2020, 10:02 AM   #1
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
What is the shared library package for clamav please?


Clamav needs a " shared library " package to read the scan but I do not have any idea of what to look for in the massive package database. Can you please inform me which one it is? Thanks.
 
Old 09-07-2020, 10:41 AM   #2
beachboy2
Senior Member
 
Registered: Jan 2007
Location: Wild West Wales, UK
Distribution: Linux Mint 21 MATE, EndeavourOS, antiX, MX Linux
Posts: 4,005
Blog Entries: 33

Rep: Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471Reputation: 1471
cousinlucky,

Open a Terminal and issue the following commands:

Code:
sudo apt update
Code:
sudo apt install clamav clamav-daemon
Check whether it has been installed or not:

Code:
clamscan --version
This link should help:

https://linuxhint.com/install_clamav_ubuntu/
 
Old 09-07-2020, 11:01 AM   #3
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
and also if it still does not work please post the exact error message (at least).
 
Old 09-07-2020, 12:29 PM   #4
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
version
ClamAV 0.102.4/25923/Mon Sep 7 09:37:02 2020


error message
could not display "/usr/bin/clamscan

There is no application installed for shared library files.
 
Old 09-08-2020, 01:58 AM   #5
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
how did you produce this message? On gui or command line, what's happened (exactly)?
 
Old 09-08-2020, 03:59 AM   #6
fatmac
LQ Guru
 
Registered: Sep 2011
Location: Upper Hale, Surrey/Hants Border, UK
Distribution: Mainly Devuan, antiX, & Void, with Tiny Core, Fatdog, & BSD thrown in.
Posts: 5,521

Rep: Reputation: Disabled
Maybe try

Code:
ldd /usr/bin/clamscan
at the command line, (it should tell you the files needed for it).
 
Old 09-08-2020, 12:35 PM   #7
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by pan64 View Post
how did you produce this message? On gui or command line, what's happened (exactly)?
I used the command line to run it and went to the file /usr/bin/clamscan
it was there that I got that message when I tried to open the file.
If that is not supposed to be there than I am being prevented from ever seeing a scan of my computer because that is the message I get from all the other scans too.
 
Old 09-08-2020, 12:47 PM   #8
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by fatmac View Post
Maybe try

Code:
ldd /usr/bin/clamscan
at the command line, (it should tell you the files needed for it).
This is what was produced:
ldd /usr/bin/clamscan
linux-gate.so.1 => (0xb77f9000)
libclamav.so.9 => /usr/lib/libclamav.so.9 (0xb7542000)
libpthread.so.0 => /lib/i386-linux-gnu/libpthread.so.0 (0xb7525000)
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb736e000)
libjson-c.so.2 => /lib/i386-linux-gnu/libjson-c.so.2 (0xb7362000)
libbz2.so.1.0 => /lib/i386-linux-gnu/libbz2.so.1.0 (0xb7350000)
libltdl.so.7 => /usr/lib/i386-linux-gnu/libltdl.so.7 (0xb7343000)
libxml2.so.2 => /usr/lib/i386-linux-gnu/libxml2.so.2 (0xb7162000)
libmspack.so.0 => /usr/lib/i386-linux-gnu/libmspack.so.0 (0xb714d000)
libLLVM-3.6.so.1 => /usr/lib/i386-linux-gnu/libLLVM-3.6.so.1 (0xb4f8e000)
libstdc++.so.6 => /usr/lib/i386-linux-gnu/libstdc++.so.6 (0xb4e17000)
libssl.so.1.0.0 => /lib/i386-linux-gnu/libssl.so.1.0.0 (0xb4dac000)
libcrypto.so.1.0.0 => /lib/i386-linux-gnu/libcrypto.so.1.0.0 (0xb4bbe000)
libz.so.1 => /lib/i386-linux-gnu/libz.so.1 (0xb4ba3000)
libpcre.so.3 => /lib/i386-linux-gnu/libpcre.so.3 (0xb4b2e000)
libm.so.6 => /lib/i386-linux-gnu/libm.so.6 (0xb4ad9000)
libgcc_s.so.1 => /lib/i386-linux-gnu/libgcc_s.so.1 (0xb4abb000)
/lib/ld-linux.so.2 (0x800f7000)
libdl.so.2 => /lib/i386-linux-gnu/libdl.so.2 (0xb4ab6000)
libicuuc.so.55 => /usr/lib/i386-linux-gnu/libicuuc.so.55 (0xb4920000)
liblzma.so.5 => /lib/i386-linux-gnu/liblzma.so.5 (0xb48fa000)
libffi.so.6 => /usr/lib/i386-linux-gnu/libffi.so.6 (0xb48f1000)
libedit.so.2 => /usr/lib/i386-linux-gnu/libedit.so.2 (0xb48b9000)
libtinfo.so.5 => /lib/i386-linux-gnu/libtinfo.so.5 (0xb4896000)
libicudata.so.55 => /usr/lib/i386-linux-gnu/libicudata.so.55 (0xb2fde000)
libbsd.so.0 => /lib/i386-linux-gnu/libbsd.so.0 (0xb2fc2000)

I can not translate that.
 
Old 09-08-2020, 01:03 PM   #9
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
the output of ldd is correct (as far as I see).
I need to know what do you mean by "it was there that I got that message when I tried to open the file."
EXACTLY what did you make and exactly what's happened? (line by line)
 
Old 09-08-2020, 07:37 PM   #10
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by pan64 View Post
the output of ldd is correct (as far as I see).
I need to know what do you mean by "it was there that I got that message when I tried to open the file."
EXACTLY what did you make and exactly what's happened? (line by line)
after using the terminal for clamav I went into " computer " on my desktop and open the " files " I opened usr and then I opened bin. Then I went to clamscan and requested a display. That is when I was told " there is no application installed for shared library files.
 
Old 09-09-2020, 01:12 AM   #11
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
probably would be nice to show a screenshot. I guess you selected (clicked on?) a lib*so (which is s shared library file) instead of the executable.
 
Old 09-09-2020, 08:41 PM   #12
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by pan64 View Post
probably would be nice to show a screenshot. I guess you selected (clicked on?) a lib*so (which is s shared library file) instead of the executable.
Ah a screenshot
Attached Thumbnails
Click image for larger version

Name:	Screenshot at 2020-09-09 21-36-12.png
Views:	26
Size:	13.5 KB
ID:	34047  
 
Old 09-10-2020, 02:26 AM   #13
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 22,041

Rep: Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348Reputation: 7348
no, that is not the one we need. we need a screenshot before you click on something.
Also probably would be nice to check the properties of that item.
 
Old 09-10-2020, 01:20 PM   #14
ondoho
LQ Addict
 
Registered: Dec 2013
Posts: 19,872
Blog Entries: 12

Rep: Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053Reputation: 6053
Quote:
Originally Posted by cousinlucky View Post
after using the terminal for clamav I went into " computer " on my desktop and open the " files " I opened usr and then I opened bin. Then I went to clamscan and requested a display. That is when I was told " there is no application installed for shared library files.
This just means that your GUI filemanager does not know what to do with an executable when you double-click it.
Even with the command line, you cannot "look" at an executable because it's compiled into machine code.
Well, you can try things like 'cat /usr/bin/clamscan' - this will instantly infect your terminal with a horrible virus!
Or 'strings /usr/bin/clamscan', that the safe version.
 
Old 09-12-2020, 06:55 PM   #15
cousinlucky
Member
 
Registered: Nov 2005
Location: Staten Island N.Y.
Distribution: Antix 16 and PCLinuxOS Mate
Posts: 303

Original Poster
Rep: Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515Reputation: 515
Quote:
Originally Posted by pan64 View Post
no, that is not the one we need. we need a screenshot before you click on something.
Also probably would be nice to check the properties of that item.
/usr/bin
/usr/bin/clambc
/usr/bin/clamscan
/usr/bin/clamsubmit
/usr/bin/sigtool

This appears in the terminal for clamav. This screenshot is of /usr/bin
Attached Thumbnails
Click image for larger version

Name:	Screenshot at 2020-09-12 19-53-44.png
Views:	20
Size:	89.5 KB
ID:	34062  
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] No package 'x11' found No package 'xext' found No package 'xdamage' found No package 'xfixes' found No package 'x11-xcb' found Jigsaw Linux From Scratch 14 02-23-2021 08:35 PM
[SOLVED] Link shared library against other shared library Lobinho Linux - Newbie 2 05-28-2010 08:16 AM
file-scan-clamav-1.8 or clamav-0.93.1 invader44 Linux - Newbie 1 12-29-2009 08:49 AM
gcc link shared library against another shared library qcp Linux - Newbie 1 07-25-2008 11:15 AM
Shared object library that uses another shared object library Nightfox Programming 1 02-15-2006 10:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Linux Mint

All times are GMT -5. The time now is 01:51 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration