- Kali Linux:An Ethical Hacker's Cookbook
- Himanshu Sharma
- 90字
- 2021-07-08 09:41:12
How to do it...
To configure the LXDE environment follow the given steps:
- We start by using the following command to install LXDE:
apt-get install lxde-core lxde
- Type Y when it asks for confirmation on additional space requirements.
- When the installation is complete we open a Terminal window and type the following command:
update-alternatives --config x-session-manager
The following screenshot shows the output for the preceding command:

- Choose the option lxsession (in our case 4) and press Enter.
- Log out and log in again and we will see the LXDE environment:

推薦閱讀
- Instant Testing with CasperJS
- 大學計算機基礎實驗教程
- Mastering Ember.js
- Java入門很輕松(微課超值版)
- 微服務設計原理與架構
- Mastering OpenCV 4
- Groovy for Domain:specific Languages(Second Edition)
- QGIS:Becoming a GIS Power User
- Learning ELK Stack
- 零基礎入門學習Python(第2版)
- SQL基礎教程(第2版)
- Mastering openFrameworks:Creative Coding Demystified
- Java Fundamentals
- 編寫高質量代碼:改善Objective-C程序的61個建議
- iOS開發項目化入門教程