
If you want to install OpenSSL on Linux or Linux based distribution operating systems such as Ubuntu, you can do that using apt-get package tool,
First in order to check if OpenSSL is already installed type the command, openssl in the Terminal on any prompt that you are on (Bash, Zsh, Sh, etc.), you will get an error command not found openssl
# openssl
zsh: command not found: openssl
# openssl
bash: openssl: command not found
# openssl
sh: 1: openssl: not found
How to install OpenSSL:
# sudo apt-get install openssl
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
ca-certificates
The following NEW packages will be installed:
openssl
0 upgraded, 1 newly installed, 0 to remove and 19 not upgraded.
Need to get 599 kB of archives.
After this operation, 1242 kB of additional disk space will be used.
Get:1 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 openssl arm64 1.1.1f-1ubuntu2.12 [599 kB]
Fetched 599 kB in 2s (288 kB/s)
debconf: delaying package configuration, since apt-utils is not installed
Selecting previously unselected package openssl.
(Reading database ... 20051 files and directories currently installed.)
Preparing to unpack .../openssl_1.1.1f-1ubuntu2.12_arm64.deb ...
Unpacking openssl (1.1.1f-1ubuntu2.12) ...
Setting up openssl (1.1.1f-1ubuntu2.12) ...
More Posts related to Linux,
- [Fix] Linux - bash: useradd: command not found
- Calculate days between dates using dateutils ddiff command
- pwd Command - Print Working Directory
- Rename a directory using Linux/Unix command
- How to go to the End of File in Nano Editor
- How to tar.gz a directory or folder Command
- How to remove/delete a directory in Linux/macOs
- How to Display content of a file in Terminal Screen?
- ls command sort by file size [Linix/UNIX/macOS/bash]
- How to Copy Entire Directory to another Directory in Linux
- 3 ways to clear screen on Linux Terminal
- Command to check Last Login or Reboot History of Users and TTYs
- How to check uptime of Linux/Unix/macOS system/server using console command?
- How to backup a file in Linux/Unix
- Command to know the installed Debian version?
- Check SSH/OpenSSH version Command
- 3 Commands to stop Nginx Server
- Linux: Create a New User and Password and Login Example
- How to install npm on Ubuntu
- How to List All Users in Linux
- How to Get the List of Shells on Linux
- Fix - ssh-copy-id no identities found error
- Installing and using unzip Command to unzip a zip file using Terminal
- scp: ssh: connect to host xxxx port 22: Connection refused Error
- zsh hello world example
More Posts:
- [Fix] Microsoft 53003 Error - Microsoft
- Setting $JAVA_HOME Environment Variable in macOS - MacOS
- How to add hint text in bootstrap input text field and text area - Bootstrap
- Unzip a Zip file from Terminal Command - HowTos
- 12 August - International Youth Day celebrated worldwide - News
- Enable Dark Mode in Google Search - Google
- Build-in Snipping Tool Alternative on Mac - MacOS
- 21 Useful Android Emulator Short-cut Keyboard Keys - Android