How to Install XSrv on POP! OS Latest
XSrv is an X server implementation for running graphical applications in POSIX systems. In this tutorial, you will learn how to install XSrv on POP! OS latest.
Prerequisites
Before you start, ensure that you have the following:
- A computer running POP! OS latest
- Terminal
Step 1 – Update Your System
Launch the terminal application on your computer.
Run the command below to update the system packages:
sudo apt update && sudo apt upgrade -yThis command will update your system packages to the latest version.
Step 2 – Install XSrv
Launch the terminal application on your computer.
Run the command below to install XSrv:
sudo apt install xserver-xorg-core -yThis command will install XSrv on your system.
Step 3 – Verify XSrv Installation
Launch the terminal application on your computer.
Run the command below to start XSrv:
sudo xinitThis command will start XSrv.
You should now see a blank screen with an X-shaped cursor. This indicates that XSrv is running.

If you see the screen above, XSrv is successfully installed and running on your system.
Conclusion
You have successfully installed XSrv on POP! OS Latest. XSrv is now ready to run graphical applications on your system.