In this article we will install the graphical environment in Linux, either because it is not installed or not working properly.
If you have installed but not working properly, it is best to uninstall using the following commands:
apt-get remove xserver-xorg
apt-get remove xorg (the last packet may not have installed .)
To install it you must execute the following commands:
apt-get update apt-get install xserver-xorg
apt-get install xorg
It's that simple. Graphical environment ready!
If you have installed but not working properly, it is best to uninstall using the following commands:
apt-get remove xserver-xorg
apt-get remove xorg (the last packet may not have installed .)
To install it you must execute the following commands:
apt-get update apt-get install xserver-xorg
apt-get install xorg
It's that simple. Graphical environment ready!
0 comments:
Post a Comment