Linux
Debian and Ubuntu based distributions
For Debian and Ubuntu based distributions the easiest way to get started is to download and install the latest .deb package (64 bit), either through the graphical installer or via the command-line with the following command.
Installing the .deb will also automatically install the apt repository and code signing key to enable easy updates using the system package manager.
You can install the repository and key manually with the following commands:
Then you update the package cache and install ExpanDrive using:
RHEL, Fedora, and CentOS based distributions
Download our latest .rpm package (64-bit) and use yum to install ExpanDrive and the required dependencies.
Installing the .rpm will also automatically configure the yum repository and code signing key to enable easy update using the system package manager.
You can install the yum repo manually using the following commands:
Then update your package cache and install Expandrive using dnf
(Fedora 22 and above):
or using yum
Installing or Updating ExpanDrive's Public Key
During an update of ExpanDrive, if you receive an error stating that The following signatures were invalid: EXPKEYSIG
, this indicates that the version of the key you have is expired.
To resolve this, the following commands will update the public key stored on your system:
Debian and Ubuntu based distributions
RHEL, Fedora, and CentOS based distributions
Once the key is updated, rerun your updater and the update will complete without error.
Last updated