Friday, April 1, 2022

[SOLVED] How do i setup Kali Linux while in text mode

Issue

I am a newbie at Linux, in fact this is the first time i'm using linux. Having installed Kali Linux i keep getting the text mode display, a youtube tutorial shows that i need a display manager and how to set it up, but i can't run

sudo apt-get update

or

sudo apt-get install

gdm3 because i am not connected to the net ( a step i skipped while setting up due to ignorance). Please how do i set up a WIFI connection or install a usb modem in text mode? Thanks. I'm stuck at black n white


Solution

Try to enable the WiFi by running:

nmcli r wifi on


Answered By - silverbackbg
Answer Checked By - Cary Denson (WPSolving Admin)