root@Hydra:~# apt-get install software-center
Reading package lists... Done Building dependency tree Reading state information... Done Package software-center is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'software-center' has no installation candidate.
Atau / or :
root@Hydra:~# apt-get install software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libglib2.0-0 : Breaks: python-gi (< 3.7.2) but 3.2.2-2 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
FIX : Seperti dibawah ini:
Untuk menyimpan tekan Ctrl+X lalu tekan Y lalu Enter
ketik lagi terminal : apt-get update
Selamat Mencoba :)
Reading package lists... Done Building dependency tree Reading state information... Done Package software-center is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source E: Package 'software-center' has no installation candidate.
Atau / or :
root@Hydra:~# apt-get install software-center
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libglib2.0-0 : Breaks: python-gi (< 3.7.2) but 3.2.2-2 is to be installed
E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.
FIX : Seperti dibawah ini:
Ketik di terminal: Nano /etc/apt/sources.list :
tmbahkan sources dibawah ini:
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /kali main contrib non-free
deb http://http.kali.org/ /wheezy main contrib non-free
Note : Jika Anda mempunyai sources lain, matikan dulu dengan menambahkab (#) di awal deb http:
Note : Jika Anda mempunyai sources lain, matikan dulu dengan menambahkab (#) di awal deb http:
Untuk menyimpan tekan Ctrl+X lalu tekan Y lalu Enter
ketik lagi terminal : apt-get update
dan coba instal : apt-get install software-center
Selamat Mencoba :)
Post a Comment