Hello, I am somewhat new to Linux, and have installed Kali 2.0 to my Lenovo t410s as a dual-boot alongside Windows 7 using Grub.
When typing the command lsb_release -a it shows my version as
Code:
No LSB modules are available.
Distributor ID: Kali
Description: Kali GNU/Linux Rolling
Release: kali-rolling
Codename: kali-rolling
While trying to install Geany and gnome-power-manager, I get the following errors (commands run as root):
apt-get install geany
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package geany
apt-get install gnome-power-manager
Code:
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package gnome-power-manager
I also tried running apt-get update and then issuing the other commands, still receiving the same error.
I have searched the web and forums for this issue, and have turned up nothing. I did manage to find a download for both, however, at http://repo.kali.org/kali/pool/main/g/
Any help with the issue will be appreciated, as I do not know how to manually install the software due to my relative inexperience with Linux. Extra help in that area would also be much appreciated. Thanks in advance!