How do you install open in Linux using apt-get command?
Here is a tutorial to learn how to install open using apt-get command.
Step 1: Open terminal with su access and enter the command as shown below:
apt-get install open -y
Step 2: After completion, the install command exits and instructs the user to restart the running instances of open if it is running already.
Result of the Command Execution shown below:
root@hiox:~ apt-get install open -y
Reading package lists...
Building dependency tree...
Reading state information...
Package open is a virtual package provided by:
console tools 1:0.2.3dbs 65.1ubuntu2
kbd 1.15 1ubuntu3
You should explicitly select one to install.
root@hiox:~