Thats the point...
And taking a look, the offending package is:
Maybe I'll compile from source as longsleep says... perhaps it's easier and the fastest path given the fact that now I have a working linux aarch64 box.
I totally agree, SELinux is a PITA.
Regards, drag00n
Code:
root@topine:~# apt-get install selinux-policy-default
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package selinux-policy-default 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 'selinux-policy-default' has no installation candidate
And taking a look, the offending package is:
Code:
root@topine:~# apt-get install policycoreutils
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:
policycoreutils : Depends: libsemanage1 (>= 2.4) but 2.3-1+b2 is to be installed
E: Unable to correct problems, you have held broken packages.
Maybe I'll compile from source as longsleep says... perhaps it's easier and the fastest path given the fact that now I have a working linux aarch64 box.
I totally agree, SELinux is a PITA.
Regards, drag00n