There are a variety of ways to install a software package on Ubuntu.
Perhaps the most robust way is to use the
apt utility once you have downloaded the
.deb installer:
- Use the Ctrl+Alt+T keyboard shortcut to open a native terminal window
- Use the cd command to change your working directory to the location where you downloaded the .deb installer package. For example:
cd ~/Downloads
- Use the apt utility to run the installer. For example:
sudo apt -f install -y ./scrt-8.7.2-2214.ubuntu18-64.x86_64.deb
Note the "./" is required so that apt knows you are attempting to install from a local file.
Installing with "dpkg -i" will not resolve dependencies, though running "apt install --fix-broken" or "apt install -f" after a dpkg install may help to fix dependency issues.
- Type in your normal account password when prompted.
Assuming that all the dependencies are already in place, another possibility would be to double-click on a
.deb file to install.
For example, the process of installing SecureCRT 8.7.2 on Ubuntu 18.04 using the
Ubuntu Software tool would look like this:
- Download the .deb file for the SecureCRT installer package which corresponds to your Ubuntu version. When the download completes, open the Files app.
- Navigate to the Downloads directory (or to the folder in which you saved the downloaded file).
- Double-click on the downloaded .deb file to launch the installer.
- Press the [Install] button.
- When prompted, enter your user account credentials to authorize the installation to move forward.
- Wait for the installer to complete.
- Once the installer has completed, press the "Super" key (Windows logo key on most PC keyboards), start typing SecureCRT into the search field and you'll see the SecureCRT app available for launching the process.
- If you experience problems with this approach, use the apt installation utility as described above.
- If you still experience problems installing SecureCRT on a supported Ubuntu platform (even using the apt approach described above), then please send a report to support@vandyke.com for further assistance.
