Ubuntu LTS 20.04, all upgrades, updates.
SEP 14.3 MP1
I generated linux installers from my SEPM. That gave me dpkg and rpm zips. I'm really not sure what the difference is between dpkg and rpm. Probably something with how it's installed on linux.
The machine is a Windows PC, x64 install of Ubuntu.
dpkg looked workable so I started with that one.
I got the zip unzipped.
I was following this.
How to Install Symantec Endpoint Protection Client 14 on Ubuntu 19.04 LTS - Linux Windows and android Tutorials
Linux Windows and android Tutorials |
remove preview |
 |
How to Install Symantec Endpoint Protection Client 14 on Ubuntu 19.04 LTS - Linux Windows and android Tutorials |
Symantec End Point Manager server install is only supported on Windows Servers. Client version created with SEPM can be installed on Linux computers and servers as manged and un-manged version You can install an UN-managed or managed Symantec Endpoint Protection client directly on a Linux computer. |
View this on Linux Windows and android Tutorials > |
|
|
for the install.sh, I had to do chmod 744 install.sh.
Then it ends up actually being sudo ./install.sh -i for the line that would install. But that errors out.
So it needs x86 libraries.... I found this.
"Libraries are missing" error when installing SEP Linux onto 64-bit Linux
Broadcom |
remove preview |
|
"Libraries are missing" error when installing SEP Linux onto 64-bit Linux |
Issue/Introduction "Libraries are missing" error when installing SEP Linux onto 64-bit Linux Example errors: [email protected]:/# ./install.sh -i Starting to install Symantec Endpoint Protection for Linux Performing pre-check... Error: Installation requires 32bits glibc library. Please install it and try again. Warning: X11 libraries are missing, GUI component will not be installed! |
View this on Broadcom > |
|
|
And I ran these.
On Ubuntu or Debian Linux distros:
sudo dpkg --add-architecture i386; sudo apt-get update
sudo apt-get install libc6:i386 libx11-6:i386 libdbus-1-dev:i386
Those errored out a lot too.
So I ran this first line.
sudo dpkg --add-architecture i386
That gives me this...
dpkg: error: unable to create new file '/var/lib/dpkg/arch-new': Read-only file system
I'm stuck on googling that now. I also don't want to screw anything up. I could start over if that happens and it's needed.
How do I get SEP installed on this Ubuntu machine? I'm really not sure why it's saying it's a read-only file system. I did run as sudo for that.
For linux, I know some basics, enough to be dangerous. I'm from Windows. This looked doable though -- Just install some x86 libraries, run the SEP installer... done, except it's not.