I downloaded a file called SOURCE_SVR_Linux_38037.tar.gz, how do I install it?
It's the package for splashtop.
I'm pretty new to Linux, so please explain with detail.
I downloaded a file called SOURCE_SVR_Linux_38037.tar.gz, how do I install it?
It's the package for splashtop.
I'm pretty new to Linux, so please explain with detail.
Just to rank your options:
Unless you've got a really good reason to need the hardest install path, I'd just pick one of the others.
Step 1, extract the file as user208145 suggested:
If you're in a GUI environment, double-clicking/opening the file should open with an archive manager.
If you're on command line, tar -xv <filename> will unpack it.
Step 2, read the README file in the extracted folder, and following the instruction.
If you're in a GUI environment, double-clicking/opening the file should open with an archive manager.
If you're on command line, tar -xv <filename>
will unpack it.
How to open Command Line depends on your desktop environment. You need to find a
– Ben Lin Nov 14 '13 at 18:59Terminal
in your Applications Menu. After you open the Terminal (Command Line), you need tocd
(change directory) into the directory where the SOURCE_SVR_Linux_38037.tar.gz is kept.