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

Comments

0 comments

Article is closed for comments.