After updating to newest version of clamtk I am unable to access all features like preferences, update and all others, but the gui opens and shows. How can I fix this to start using clamtk newest gui features on ubuntu 14.04?
Asked
Active
Viewed 740 times
1 Answers
2
You need to update your clamav as well. Click here to take you to the clamav download. Go to the download folder that you downloaded it to, and type in the following from a terminal window:
tar zxvf clamav-0.98.7.tar.gz
then go to the folder that was just created
cd clamav-0.98.7/
Now, configure the source
./configure
Then make the source
sudo make
Then install the clamav
sudo make install
Hope this helps to get your clamav working with the new version of clamtk.
Terrance
- 43,712