Step 1: Update Package Lists
sudo apt update
Step 2: Upgrade Packages
sudo apt upgrade
Step 3: Click on 'close' button at the top right, and then click on 'Power Off the Machine'.
Step 4: Click on 'ok' button.
Step 5: Go to 'Settings', and then 'General'. Click on 'Advanced' tab.
Step 6: Enable Bidirectional in shared clipboard, and Drag 'n' drop. After that start your ubuntu 18.04 LTS, and login.
Step 7: Install Dependencies Required for Guest Additions, open terminal and run the command below:-
sudo apt install build-essential dkms linux-headers-$(uname -r)
Step 8: After installation of dependencies, click on 'Devices' in top menu, and then click on 'Insert Guest Additions CD Image'. After that, click on run button. Install it.
Step 9: Install virtualbox-guest-dkms to enable shared clipboard and Drag and Drop Features. After that, restart ubuntu.
Subscribe to:
Post Comments (Atom)
Recent Post
Databricks Delta table merge Example
here's some sample code that demonstrates a merge operation on a Delta table using PySpark: from pyspark.sql import SparkSession # cre...
-
Step 1: we have check the installed sbt version . if sbt installed version on out laptop is say : 1.3.13 [info] welcome to sbt 1.3.13 ...
-
OpenVPN 2.4 also became the default version your connections use. OpenVPN 2.4 adds many security and performance improvements. Because OpenV...
-
Follow the below steps . 1. Add the Logger import org.apache.log4j.Logger 2. Add the Level import org.apache.log4j.Level 3.Set the Log Leve...
No comments:
Post a Comment