Libya starts voter registration

TRIPOLI — Libya will start registering voters for general elections, officials said on Tuesday, in the first concrete step indicating a vote will take place later this year.

In February, the Libyan parliament, the General National Congress (GNC), agreed to hold early elections, in an apparent effort to assuage Libyans frustrated at political chaos nearly three years after the fall of Muammar Qadhafi.

Deputies initially agreed to extend their term after their mandate ran out on February 7, to allow a special committee time to draft a new constitution. But that move provoked protests from Libyans angry at the slow pace of political change.

Voter registration will start from Wednesday, Emad Al Shadi Al Saih, head of the elections commission, told reporters. He gave no date for the vote but analysts say it might take place in summer or early autumn.

Saih called on Libyans to avoid “being negative” and participate in the elections in order to rebuild the country.

The GNC is deadlocked between Islamists and nationalists, compounding a sense of chaos as Libya’s fledgling army tries to assert itself against unruly ex-rebels, tribal groups and Islamist militants.

Many people in the OPEC nation blame congress infighting for a lack of progress in the transition towards democracy since the overthrow of Qadhafi in 2011.

In addition, Libya needs to pick a new prime minister after Abdullah Al Thinni resigned a week ago after just one month in office, blaming an attack by gunmen on his family.

On Tuesday, deputies postponed a session to choose a premier from seven candidates because more time was needed for debate, Benghazi Congressman Omar Khaled Al Obaidi told Reuters.

“The Congress decided to cancel today’s session because there is no consensus so far,” he said.

.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'); }); }); });