Contents
- Download (Copy) installation package
- Extract FilingBox MEGA2 v2 Linux Client installation package
- Execute installation script
Download (Copy) installation package
- Access the system where the FilingBox MEGA2 v2 Linux Client installation package will be installed.
Important
The installation of FilingBox MEGA2 v2 Linux Client must be performed using the ‘root’ account.
- Insert the provided installation CD into the CD-ROM drive.
- Create a directory to mount the CD-ROM. (Example directory name: /mnt/cdrom)
mkdir -p /mnt/cdrom - Mount the CD-ROM to the created directory.
mount -r -t iso9660 /dev/cdrom /mnt/cdrom - Verify the FilingBox MEGA2 v2 Linux Client installation package located on the CD.
ls -l /mnt/cdrom - Copy the FilingBox MEGA2 v2 Linux Client installation file from the CD to the local system.
cp ‘/mnt/cdrom/FilingBox MEGA2_v2_Linux_Client_v2.2.0.tgz’ /root
Extract FilingBox MEGA2 v2 Linux Client installation package
- Move to the directory where the installation package is stored.
cd /root - Extract the installation package.
tar -zxvf "FilingBox MEGA2_v2_Linux_Client_v2.2.0.tgz"
Execute installation script
Execute the following commands to begin the installation of the FilingBox MEGA2 v2 Linux Client program.
cd linuxclient_install
./install_mega_linuxclient.sh
The installation must be performed using the ‘root’ account. Check the logged-in account, and if it is not ‘root’, stop the installation.
After the installation is complete, the following folders and files will be created:
| Folder/File Name | Description | ||
|---|---|---|---|
| /namusoft/megaclient | |||
| libcrypto.so.3 | Encryption module | ||
| libssl.so.3 | Encryption module | ||
| fbmega | Main executable file of the client | ||
| /namusoft/megaclient/push | |||
| pushc | Executable file for receiving manual integrity check commands | ||
| /namusoft/megaclient/integrity | |||
| integrity | File that calculates the hash value of a package during updates | ||
| /namusoft/megaclient/package | |||
| fbmegas_linux_v2.2.0.zip | Currently running package file | ||
| version.txt | File containing version information | ||
| /namusoft/megaclient/update | |||
| update | File for updating the client program | ||
| /namusoft/megaclient/zip | |||
| zip | |||
Comments
Article is closed for comments.