- 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:

推薦閱讀
- Getting started with Google Guava
- Apache Spark 2.x Machine Learning Cookbook
- Implementing Cisco Networking Solutions
- JavaScript前端開發與實例教程(微課視頻版)
- PySide GUI Application Development(Second Edition)
- Mastering Android Game Development
- 學習OpenCV 4:基于Python的算法實戰
- Natural Language Processing with Python Quick Start Guide
- Mastering jQuery Mobile
- 超簡單:用Python讓Excel飛起來(實戰150例)
- 從零開始學UI:概念解析、實戰提高、突破規則
- Java面試一戰到底(基礎卷)
- 趣學數據結構
- 零基礎入門學習C語言:帶你學C帶你飛
- 數據預處理從入門到實戰:基于SQL、R、Python