LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 01-20-2017, 01:17 AM   #6151
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925

Quote:
Originally Posted by Crippled View Post
Thanks, but that list is out of date. There is no Sophos Anti-Virus for personal Linux desktop. Comodo doesn't work on Debian based distros because Comodo wants you to use an older version of SSL with all it's security vulnerabilities. In the Wiki it's out of date where there is nothing for Linux, but I will keep looking. Thanks anyway.
I run Sophos Anti-virus on my personal desktop machine (https://www.sophos.com/en-us/product...for-linux.aspx). It works fine. There are detailed instructions on the site as to how to set it up but it's pretty easy. If you have any problems doing so, create a thread here.
 
Old 01-20-2017, 12:22 PM   #6152
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
I run Sophos Anti-virus on my personal desktop machine (https://www.sophos.com/en-us/product...for-linux.aspx). It works fine. There are detailed instructions on the site as to how to set it up but it's pretty easy. If you have any problems doing so, create a thread here.
Thanks. I downloaded it and went to install it and it wouldn't install. Looks like I will stick with ClamTK. Why can't all Linux developers make things easy like the MX Linux developers?
 
Old 01-20-2017, 01:20 PM   #6153
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Crippled View Post
Thanks. I downloaded it and went to install it and it wouldn't install. Looks like I will stick with ClamTK. Why can't all Linux developers make things easy like the MX Linux developers?
From my notes:

Extract sav-linux-free-9.tgz as sophos-av in ~, and navigate there.

sudo ./install.sh - accept all defaults exc. on-access scanning: no + Free version (f).

That's it.

After it's installed:

sudo /opt/sophos-av/bin/savupdate - update

sudo savscan / -archive -b -c --backtrack-protection --preserve-backtrack --examine-x-bit - recursively scan computer inc. archives and Unix-defined executables, but don't scan the same thing twice if follows symlink. Confirm deletion/disinfection (-c), and sound bell (-b) if threat detected.
 
1 members found this post helpful.
Old 01-20-2017, 02:49 PM   #6154
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Sounds ironic:
Quote:
Originally Posted by Crippled View Post
Why can't all Linux developers make things easy ... MX Linux developers?
Quote:
Originally Posted by Crippled View Post
... I downloaded it and went to install it and it wouldn't install. ...
Not to knock one but if a Linux app won't install out of the box on your distro how is it that great? In this case is more you and a longtime issue in that GUN\Linux goes in so many directions? Many from base distros by the way...

seems to run fine here:
Code:
root@::/opt/sophos-av/bin# ls
_  savconfig  savdctl  savdstatus  savlog  savscan  savsetup  savupdate
root@::/opt/sophos-av/bin# ./savscan
SAVScan virus detection utility
Version 5.27.0 [Linux/AMD64]
Virus data version 5.30, August 2016
Includes detection for 11781705 viruses, Trojans and worms
Copyright (c) 1989-2016 Sophos Limited. All rights reserved.

System time 02:42:45 PM, System date 20 January 2017

Useful life of Scan has been exceeded

  Usage: savscan [options] <path1> <path2>... <pathN> [include/exclude options]
  where options are listed below.

(For full details of all options, use savscan -h.[*] indicates option is default)

  -sc[*] -f [ ] -di [ ] -s[*] -c[*] -b[*] -all [ ] -rec[*] -remove [ ]
  -dn [ ] -ss [ ] -eec [ ] -ext=<extension>,.. -p=<file> -idedir=<directory>
  -exclude -include -v -vv -h 
  -zip [ ] -gzip [ ] -arj [ ] -cmz [ ] -tar [ ] -rar [ ] -cab [ ] -archive [ ]
  -loopback [ ] -mime [ ] -oe [ ] -tnef [ ] -pua [ ] -suspicious [ ]
  --reset-atime[*] --stop-scan[*] --follow-symlinks[*]
  --stay-on-filesystem [ ] --stay-on-machine[*] --skip-special[*]
  --backtrack-protection[*] --preserve-backtrack[*] --examine-x-bit [ ]
  --cust-extract [ ] --early-sxl [ ] --show-file-details [ ] --quarantine [ ]
  --quarantine:<uid=nnn>,<user=username>,<gid=nnn>,<group=groupname>,<mode=ppp>
  -move=<quarantine directory> [ ] -rename [ ] --args-file=<file>
  -mbr [ ] -bs=X,... [ ] -bs [ ] -cdr=X,...[ ]
...on Debian 9 (stretch\sid)
Code:
Quote:
Originally Posted by hydrurga View Post
sudo ./install.sh
 
Old 01-20-2017, 06:38 PM   #6155
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Rep: Reputation: Disabled
Quote:
Originally Posted by jamison20000e View Post
Sounds ironic:Not to knock one but if a Linux app won't install out of the box on your distro how is it that great? In this case is more you and a longtime issue in that GUN\Linux goes in so many directions? Many from base distros by the way...

seems to run fine here:
Code:
root@::/opt/sophos-av/bin# ls
_  savconfig  savdctl  savdstatus  savlog  savscan  savsetup  savupdate
root@::/opt/sophos-av/bin# ./savscan
SAVScan virus detection utility
Version 5.27.0 [Linux/AMD64]
Virus data version 5.30, August 2016
Includes detection for 11781705 viruses, Trojans and worms
Copyright (c) 1989-2016 Sophos Limited. All rights reserved.

System time 02:42:45 PM, System date 20 January 2017

Useful life of Scan has been exceeded

  Usage: savscan [options] <path1> <path2>... <pathN> [include/exclude options]
  where options are listed below.

(For full details of all options, use savscan -h.[*] indicates option is default)

  -sc[*] -f [ ] -di [ ] -s[*] -c[*] -b[*] -all [ ] -rec[*] -remove [ ]
  -dn [ ] -ss [ ] -eec [ ] -ext=<extension>,.. -p=<file> -idedir=<directory>
  -exclude -include -v -vv -h 
  -zip [ ] -gzip [ ] -arj [ ] -cmz [ ] -tar [ ] -rar [ ] -cab [ ] -archive [ ]
  -loopback [ ] -mime [ ] -oe [ ] -tnef [ ] -pua [ ] -suspicious [ ]
  --reset-atime[*] --stop-scan[*] --follow-symlinks[*]
  --stay-on-filesystem [ ] --stay-on-machine[*] --skip-special[*]
  --backtrack-protection[*] --preserve-backtrack[*] --examine-x-bit [ ]
  --cust-extract [ ] --early-sxl [ ] --show-file-details [ ] --quarantine [ ]
  --quarantine:<uid=nnn>,<user=username>,<gid=nnn>,<group=groupname>,<mode=ppp>
  -move=<quarantine directory> [ ] -rename [ ] --args-file=<file>
  -mbr [ ] -bs=X,... [ ] -bs [ ] -cdr=X,...[ ]
...on Debian 9 (stretch\sid)
Code:

It's not great when an app doesn't install out of the box. Other apps install without issue. When I click install.sh a new window opens with the same text that you have, but when I look for Sophos I see nothing was installed. Am I to copy and paste all that and put it in the terminal?

Last edited by Crippled; 01-20-2017 at 06:42 PM.
 
Old 01-20-2017, 07:02 PM   #6156
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
these should help

Code:
mam mam
Run that in a terminal first...

You have to open a terminal and be in the directory of install.sh then run su or:
Code:
sudo ./install.sh

Last edited by jamison20000e; 01-20-2017 at 07:03 PM.
 
Old 01-20-2017, 07:17 PM   #6157
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Rep: Reputation: Disabled
Quote:
Originally Posted by jamison20000e View Post
Code:
mam mam
Run that in a terminal first...

You have to open a terminal and be in the directory of install.sh then run su or:
Code:
sudo ./install.sh
That explains the problem. I am the worst at using the terminal. I give up. Thank you for trying.
 
Old 01-21-2017, 01:59 AM   #6158
hydrurga
LQ Guru
 
Registered: Nov 2008
Location: Pictland
Distribution: Linux Mint 21 MATE
Posts: 8,048
Blog Entries: 5

Rep: Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925Reputation: 2925
Quote:
Originally Posted by Crippled View Post
That explains the problem. I am the worst at using the terminal. I give up. Thank you for trying.
That's a real shame. Although a lot can be done with the GUI (and I personally prefer using a GUI if I can as opposed to the command line), being averse to the command line means that you will miss out on many of the great strengths of Linux. It will also make it more difficult to troubleshoot, where the command line is usually very useful for analysing and solving problems.
 
6 members found this post helpful.
Old 01-21-2017, 04:52 AM   #6159
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Rep: Reputation: Disabled
Quote:
Originally Posted by hydrurga View Post
That's a real shame. Although a lot can be done with the GUI (and I personally prefer using a GUI if I can as opposed to the command line), being averse to the command line means that you will miss out on many of the great strengths of Linux. It will also make it more difficult to troubleshoot, where the command line is usually very useful for analysing and solving problems.
I understand and heard it all before. What you call the "many of the great strengths of Linux" is actually the biggest weakness of Linux. The reason is people who use Windows or MAC don't use the command line to install a program or anything else these days. I remember when I used Windows, the last time I had to use the command line was running Windows 2000 back in the year 2000 as per Microsoft's phone support. Here we are in the year 2017 and with Linux we still need to use the command line to do basic tasks? The problem is with all the things I have done in my life my hard drive in my head is full. There is no room left to memories terminal commands. That's why I use MX-16 because I haven't needed to use the CLI except for the Linux glitch of enabling the firewall permanently that doesn't work using the GUI. It's not like I am not willing to use the terminal, I just can't understand it. It reminds me of 1980's computing which I couldn't understand then and I still can't understand it today. It's like I need an Enigma machine and the code book along with the wheels settings to decipher it. P.S. It looks like my paragraphing didn't work.

Last edited by Crippled; 01-21-2017 at 04:53 AM.
 
1 members found this post helpful.
Old 01-21-2017, 07:57 AM   #6160
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
Many distros can do all the average junk* GUI, only but NOT long ago you had to know the command line for it! GNU\Linux loses nothing to weakness, you either miss out or learn...
 
1 members found this post helpful.
Old 01-21-2017, 08:11 AM   #6161
Crippled
Member
 
Registered: Sep 2015
Distribution: MX Linux 21.3 Xfce
Posts: 595

Rep: Reputation: Disabled
Quote:
Originally Posted by jamison20000e View Post
Many distros can do all the average junk* GUI, only but NOT long ago you had to know the command line for it! GNU\Linux loses nothing to weakness, you either miss out or learn...
It's this attitude what holds back people using MAC or Windows from switching to Linux which explains the low Linux market share of desktop/laptop use which is a clear loss for Linux which is very sad.
 
1 members found this post helpful.
Old 01-21-2017, 08:21 AM   #6162
jamison20000e
Senior Member
 
Registered: Nov 2005
Location: ...uncanny valley... infinity\1975; (randomly born:) Milwaukee, WI, US( + travel,) Earth&Mars (I wish,) END BORDER$!◣◢┌∩┐ Fe26-E,e...
Distribution: any GPL that work on freest-HW; has been KDE, CLI, Novena-SBC but open.. http://goo.gl/NqgqJx &c ;-)
Posts: 4,888
Blog Entries: 2

Rep: Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567Reputation: 1567
1 eg: http://www.computerworld.com/article...ith-linux.html

we had to learn to walk and talk now you learn free is not free...
 
Old 01-21-2017, 08:22 AM   #6163
273
LQ Addict
 
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680

Rep: Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373Reputation: 2373
Quote:
Originally Posted by Crippled View Post
It's this attitude what holds back people using MAC or Windows from switching to Linux which explains the low Linux market share of desktop/laptop use which is a clear loss for Linux which is very sad.
It's not a loss for Linux at all -- last time I checked Linux was available in many flavours and many people were using it. If you don't want to use Linux you don't use it. The command line is one of those things that, if you know it, makes Linux a lot easier to use. People who aren't willing to use some basic commands now and again to ensure things run smoothly probably shouldn't be using an OS whose strength is its versatility. I had to use Windows 10 for a while at home because Sid was on one of its "non-work periods" for me and the locked-down nature was really annoying. Similarly, while I know OSX has many of the strengths of Linux the main reason* I've not yet bought a Mac yet is that there's no way to change how the desktop looks -- that's been a deal breaker for me. If you don't like the command line then there's always OSX and there's nothing wrong with that choice but if you want versatility and customisation then you have to live with the fact that things will break and you will have to get your hands dirty.

*I do have "political" reasons for not wanting to pay Apple also but I buy DVDs so I can't claim to be innocent of paying cartels.
 
1 members found this post helpful.
Old 01-21-2017, 01:21 PM   #6164
Garthhh
Member
 
Registered: Dec 2011
Distribution: Mageia, Manjaro KDE
Posts: 66

Rep: Reputation: 12
Quote:
Originally Posted by Crippled View Post
It's this attitude what holds back people using MAC or Windows from switching to Linux which explains the low Linux market share of desktop/laptop use which is a clear loss for Linux which is very sad.
you don't have to memorize terminal commands copy n paste is your friend,
with any OS some fussing around may be required to get some programs working, certainly not unique to linux

mx looks interesting debian based, community developed, that's not downstream of ubuntu
virtual machine here I come

you should rethink your signature, which will not make the smart people who can help you feel helpful...

did you try to resolve your problem through the mx16 forum?

you might try a more user friendly distro which has some security features built in
https://www.mageia.org/en/5/
 
Old 01-21-2017, 04:23 PM   #6165
pintooo15
Member
 
Registered: May 2004
Location: India
Distribution: openSUSE Tumbleweed
Posts: 94

Rep: Reputation: Disabled
What programs would you like to see ported to Linux?

No one likes typing commands all the time. But command line is the easiest form to automate. Trust your fingers to memorize more shortcuts before your eye-hand coordination could get the mouse pointer to half of them represented visually. I miss every single shortcut I use to repeat already used commands when using the cmd.
Two important things though: learning comes with interest. Second, be cautious of the source you are pasting command from. If you can have a vm, best way to try out. At least that's how I tried arem mynus aref slesh (I don't want to write the right spelling and get people in trouble)
p.s. This topic seems to have gone off the tracks. I'm simply running along
 
1 members found this post helpful.
  


Reply

Tags
cad, clone, debian, dreamweaver, drivers, editing, editor, education, eeepc, elite, etch, flash, future, gimp, itunes, keyboard, kppp, linux, lotus, macro, macromedia, mandriva2007, modem, music, news, newsreader, nntp, office, open, openoffice.org, pdf, photoshop, pim, port, porting, poster, printing, program, programs, quicken, recognition, shockwave, sled, software, softwares, sound, source, speech, suse, usenet, video, wvdial, xandros



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
What games would you like to see ported to Linux? jeremy Linux - Games 1553 04-08-2020 01:00 AM
Linux Programs Ported to Windoze ddpicard General 15 08-05-2010 06:59 PM
Has Winamp been ported to Linux? neilcpp Linux - Software 48 05-31-2010 03:00 PM
Exeem to be ported to linux cadj Linux - Networking 0 01-26-2005 11:02 PM
New Forums! Want a game ported to Linux? Jimbobbob Linux - Games 5 10-04-2003 01:31 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 05: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