Package installation


Contents


Download (Copy) installation package

  1. 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.

  2. Insert the provided installation CD into the CD-ROM drive.
  3. Create a directory to mount the CD-ROM. (Example directory name: /mnt/cdrom)
    mkdir –p /mnt/cdrom
  4. Mount the CD-ROM to the created directory.
    mount –r –t iso9660 /dev/cdrom /mnt/cdrom

  5. Verify the FilingBox MEGA2 v2 Linux Client installation package located on the CD.
    ls –l /mnt/cdrom
  6. 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

  1. Move to the directory where the installation package is stored.
    cd /root
  2. 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 install_pkg_gen
./install_mega_linuxclient.sh

If running on CentOS 8.x, due to the EOL issue, the mirror site address may change. To resolve this, either update to version 9 or execute the following commands before installation.

sed -i 's/mirrorlist/#mirrorlist/g' /etc/yum.repos.d/CentOS-Linux-*
sed -i 's|#baseurl=http://mirror.centos.org|baseurl=http://vault.centos.org|g' /etc/yum.repos.d/CentOS-Linux-*

Login account

The installation must be performed using the ‘root’ account. Check the logged-in account, and if it is not ‘root’, stop the installation.

Directory creation

Create directories to copy the files within the installation package.

The details of the directories created are as follows:

Directory Description
/namusoft/megaclient Stores executable files and encryption library files
/namusoft/megaclient/push Stores pushc files
/namusoft/megaclient/integrity Stores integrity files
/namusoft/megaclient/package Stores files containing version information

File copy

Copy the files from the installation package to the created directories.

Installation complete

Once the installation of the FilingBox MEGA2 v2 Linux Client is successfully completed, the following message will be displayed:

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
   fbmegas 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  
Have more questions? Submit a request