You are reading the article How To Quickly Launch Ubuntu Virtual Machine With Multipass updated in September 2023 on the website Chivangcangda.com. We hope that the information we have shared is helpful to you. If you find the content interesting and meaningful, please share it with your friends and continue to follow and support us for the latest updates. Suggested October 2023 How To Quickly Launch Ubuntu Virtual Machine With Multipass
If you are a developer or a system admin, you will want to be able to quickly spin up a Linux distro for testing. There are various solutions, like Docker, VMWare, VirtualBox, Vagrant, etc. Multipass is yet another lightweight VM manager that allows you to easily and quickly launch a Ubuntu virtual machine. Here is how you can do so.
How to Set up MultipassMultipass is available for Windows, macOS, and Linux. For Windows and macOS, you can download the relevant packages and install them like you would any normal application. Just note that for Windows, you will need to have either VirtualBox or Hyper-V installed. Hyper-V is only compatible with Windows 10 Pro and Windows 10 Enterprise. After installation, you will be able to use multipass from the terminal.
For Linux, you can install Multipass by using Snaps. You can install snapd on various distros with these instructions.
Once you have snapd installed, you can install multipass with the command:
sudo
snapinstall
multipass--classic
Using MultipassAfter installing Multipass, you can launch an instance with:
multipass launch--name
instance-nameBy default, this will download the current Ubuntu LTS, which as of this post, is Ubuntu 20.04. You can install multiple instances with Multipass (with different names) and then call them up for different purposes. You can view your installed instances with:
multipass listYou can also start and stop instances at will with:
multipass start instance-name multipass stop instance-nameMultipass allows you to interact and run commands inside the virtual machine. For this, you need the run the command:
multipassexec
instance-name--
sudo
apt update
Alternatively, if you prefer to “log in” to the instance, you can do so with the command:
multipass shell instance-nameType exit to log out of the shell.
Multipass Use CasesMultipass is useful from a development point of view since you can quickly test code on different versions of Ubuntu. However, there are other cool uses as well.
Run Linux GUI Applications on macOSYou can use XQuartz to display Linux GUI applications on macOS. To do this, you will have to set XQuartz to “Allow connections from network clients.” After this is done, you can install the application whose GUI you want to view in an instance of Multipass. You can then tell Multipass to open the app by pointing it to your computer’s IP address.
Run Pi-holePi-hole is a network-wide ad blocker for Linux that is liked by many. You can set up a network wide-ad blocker with a Raspberry Pi, but it can be a little more convenient to set this up with Multipass since you won’t have to rely on having another piece of software. You can achieve this by setting up Pi-hole on a Multipass instance.
Set Up a Kubernetes Cluster on Windows Final ThoughtsMultipass is a useful tool for setting up an Ubuntu virtual machine quickly. You can use it to test code without having to mess with your current operating system. There are also a number of other tangible uses that don’t involve testing code which can make your life easier.
Alternatively, you can also make use of Virtual Machine Manager to manage your virtual machines in Linux.
William Elcock
William has been fiddling with tech for as long as he remembers. This naturally transitioned into helping friends with their tech problems and then into tech blogging.
Subscribe to our newsletter!
Our latest tutorials delivered straight to your inbox
Sign up for all newsletters.
By signing up, you agree to our Privacy Policy and European users agree to the data transfer policy. We will not share your data and you can unsubscribe at any time.
You're reading How To Quickly Launch Ubuntu Virtual Machine With Multipass
Update the detailed information about How To Quickly Launch Ubuntu Virtual Machine With Multipass on the Chivangcangda.com website. We hope the article's content will meet your needs, and we will regularly update the information to provide you with the fastest and most accurate information. Have a great day!