Apparently I'm asked the following question:
Please add necessary "deb-src" line(s) to your sources.list (and run an update). [RETURN]
Where can I check which packages I'm missing in order to install this?
Do I simply have to install all the dependencies of i3-gaps in order to install it?
I'm not quite sure if I should change my sources.list.
I'm on: SMP Debian 4.11.6-1kali1 (2017-06-21)
My sources.list contains the following kali repo:
deb http://http.kali.org/kali kali-rolling main non-free contrib
Apparently the command:
grep --quiet -r "^ deb-src.((debian)|(ubuntu)|(kali))[/ ].*main" /etc/apt/sources.list
Doesn't work on fetching whether this repo exists in my sources.list...
EDIT: My deb-src was commented out in my sources.list... (Can't remember why I did that) Problem solved now
Apparently I'm asked the following question: Please add necessary "deb-src" line(s) to your sources.list (and run an update). [RETURN]
Where can I check which packages I'm missing in order to install this? Do I simply have to install all the dependencies of i3-gaps in order to install it?
I'm not quite sure if I should change my sources.list. I'm on: SMP Debian 4.11.6-1kali1 (2017-06-21)
My sources.list contains the following kali repo: deb http://http.kali.org/kali kali-rolling main non-free contrib
Apparently the command: grep --quiet -r "^ deb-src.((debian)|(ubuntu)|(kali))[/ ].*main" /etc/apt/sources.list
Doesn't work on fetching whether this repo exists in my sources.list...
EDIT: My deb-src was commented out in my sources.list... (Can't remember why I did that) Problem solved now