PDA

View Full Version : CUSTOM BUILD: MATE: no public key...



karni64
2013-03-14, 21:50
Hi,

While building a custom build ( MATE ) I modified the uodate file successfully, but when I then run apt-get update i get the following error.

Reading package lists... Done
W: GPG error: http://repo.mate-desktop.org wheezy InRelease: The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 68980A0EA10B4DE8

I do not know anything about what could be causing this error any help would be great!

Thanks!

Haghiri75
2013-03-15, 06:28
sudo apt-get install mate-keyring

viraniac
2013-03-21, 12:46
Have you succeeded in making the custom ISO? I created one but every time I try to boot it it gives a kernel panic. Please share your experience.

Nik@S_DaRk
2013-03-23, 13:05
kali linux 64 bit mate:


echo "deb http://repo.mate-desktop.org/debian wheezy main" >> /etc/apt/sources.list
apt-get update
apt-get install mate-archive-keyring
apt-get install git live-build cdebootstrap
git clone git://git.kali.org/live-build-config.git
cd live-build-config
mkdir config/archives
echo "deb http://repo.mate-desktop.org/debian wheezy main" > config/archives/mate.list.binary
echo "deb http://repo.mate-desktop.org/debian wheezy main" > config/archives/mate.list.chroot
cp /usr/share/keyrings/mate-archive-keyring.gpg config/archives/mate.key.binary
cp /usr/share/keyrings/mate-archive-keyring.gpg config/archives/mate.key.chroot
echo "sleep 20" >> config/hooks/z_sleep.chroot


gedit config/package-lists/kali.list.chroot
delete everything after:


# Graphical desktops depending on the architecture
#
# You can replace all the remaining lines with a list of the
# packages required to install your preferred graphical desktop
# or you can just comment everything except the packages of your
# preferred desktop.

and add instead replace it with

# MATE
xorg
mate-archive-keyring
mate-core
mate-desktop-environment

and then

lb config --architecture amd64 or --architecture i386
sudo lb build


good luck :D

zen
2013-03-27, 15:19
Can someone give me ISO image of Kali linux x64 with MATE?

Nik@S_DaRk
2013-03-31, 17:34
here is what to do: to create a LXDE kali linux 64 bit iso

ap-get update
apt-get install git live-build cdebootstrap kali-archive-keyring
git clone git://git.kali.org/live-build-config.git

gedit config/package-lists/kali.list.chroot
and delete everything after
# Graphical desktops depending on the architecture
#
# You can replace all the remaining lines with a list of the
# packages required to install your preferred graphical desktop
# or you can just comment everything except the packages of your
# preferred desktop.

and add instead replace it with

# *** LXDE DESKTOP ***
# lxde
kali-defaults
kali-root-login
desktop-base


then

cd live-build-config

lb config --architecture amd64 or --architecture i386
sudo lb build

thk you and good luck!!!