These are the steps i have followed to try to install xorg and kde in FreeBSD 10. This is after the first boot.
now when i tried
I got the error that package manager not installed
to over come that
and
now i tried
but i always get
signature not available
what are signatures for packages? and how to install packages if package manager is asking for signatures?
#mkdir -p /media/cdrom #mount_cd9660 /dev/cd- /media/cdrom cd /media/cdrom/packages/........./.../Allnow when i tried
pkg add xorg.x.y.txzI got the error that package manager not installed
to over come that
tar -C /tmp -zvxf pkg-x.y.z.txz (i have replace x,y,z with the version number by ls)and
/tmp/usr/local/sbin/pkg-static pkg-x.y.z.txznow i tried
pkg add xorg-x.y.z.txzbut i always get
signature not available
what are signatures for packages? and how to install packages if package manager is asking for signatures?