文章分類


有關阿原記事本

阿原,江易原,記下一些事情跟朋友們分享,也留下自己學習與成長的紀錄。教學課程請見 "阿原小站" 還有阿原開放式課程阿原直播與教學影片阿原生活影片阿原創新顧問公司阿原科幻小說-NC1543、教師教學社團:開源軟體與教學應用
版權:除特別聲明外,本網站之照片及文字等,皆為版權沒有 (public domain, Creative Commons Zero),歡迎使用
*本站累積不少教學與食品安全資料,請善用左上角的網頁搜尋功能,或是網頁右方文章分類整理。

2025/08/07

How to reinstall x window on Linux?

 


1. Access a text-based console:

    If your graphical environment is not working, switch to a virtual terminal (tty) by pressing Ctrl + Alt + F1 (or F2-F6).
    Log in with your username and password.
 


2. Remove existing X server packages:
For Debian/Ubuntu-based systems.

    sudo apt-get remove --purge xserver-xorg xserver-xorg-core 

 

 
3. Reinstall X server packages:
For Debian/Ubuntu-based systems.
    sudo apt-get install xserver-xorg xserver-xorg-core

 ---------------

20250808--1111AM

I did try it, but it did not work on my kid's computer