AU urges permanent ceasefire in Libya after clashes

ADDIS ABABA — The African Union (AU) called for a permanent ceasefire in Libya on Saturday after deadly clashes in the capital earlier this month and demonstrations demanding the prime minister's resignation.

The latest fighting in the conflict-torn North African country pitted an armed group aligned with the Tripoli-based government against factions it has sought to dismantle, resulting in at least eight dead, according to the United Nations.

Despite a lack of a formal ceasefire, the clashes mostly ended last week, with the Libya defence ministry saying this week that efforts towards a truce were "ongoing".

On Saturday, the AU's Peace and Security Council condemned the recent violence, calling for an "unconditional and permanent ceasefire".

In a statement on X, the council urged "inclusive, Libyan-led reconciliation", adding that it "appeals for no external interference".

Libya is split between the UN-recognised government in Tripoli, led by Prime Minister Abdulhamid Dbeibah, and a rival administration in the east.

The country has remained deeply divided since the 2011 NATO-backed revolt that toppled and killed longtime leader Muammar Qadhafi.

The clashes were sparked by the killing of an armed faction leader by a group aligned with Dbeibah's government -- the 444 Brigade, which later fought a third group, the Radaa force that controls parts of eastern Tripoli and the city's airport.

It came after Dbeibah announced a string of executive orders seeking to dismantle Radaa and dissolve other Tripoli-based armed groups but excluding the 444 Brigade.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });