unable to locate package in Linux or Kali Linux
it means if you want to install anything like vlc ,snaptics,ftp anything
you need to locate package
https://docs.kali.org/general-use/kali-linux-sources-list-repositories
official repository page
it means if you want to install anything like vlc ,snaptics,ftp anything
you need to locate package
- first go to
https://docs.kali.org/general-use/kali-linux-sources-list-repositories
official repository page
- then go to setting then check what type of linux you are using
i have GNU/Linux Rolling
setting ->Details ->about
kali page
deb http://http.kali.org/kali kali-rolling main non-free contrib
maximum is GNU/Linux Rolling base O.S
- So go to type in terminal
nano /etc/apt/sources.list
or
gedit /etc/apt/sources.list
or
vi /etc/apt/sources.list
- press enter after paste " nano /etc/apt/sources.list" in termianl that is bold
it will open nano editor
paste
deb http://http.kali.org/kali kali-rolling main non-free contrib
then
ctrl+s to save
- after saving type in terminal
apt-get update
for update new source list
- after that you can install anything which you want
Comments
Post a Comment