Skip to content
Popup Example

Earn From News Kiosk

‘Liburation stability’ in Libya ‘in constant threat’, Rosemary Dicarlo

February 19, 2025
‘Liburation stability’ in Libya ‘in constant threat’, Rosemary Dicarlo

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

News kiosk Latest Posts

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips Financial potential with expert tips on budgeting, investing, and saving Unlock the Hidden Truth: Click to Reveal!

Rosemary Dicarlo said about the latest situation of Libya, on Wednesday, that the Security Council said that deep differences, economic malfunctions, continuous violations of human rights, and within the country and within and out of external competitive interests, unity and stability in the country are being destroyed. He warned, and said, “The brittle stability in Libya is constantly in danger. The leaders and security personnel of the country are failing to keep the national interest up by keeping their personal competition behind, for political and personal gain. Members, urged to support the newly appointed United Nations Special Representative Hana Tateh for Libya. He said that this support to the new special messenger, “Political in Libya In order to break the deadlock, resolve the country’s long -standing crisis and to integrate the institutions of the country and hold an inclusive national election, they are needed to support people. ”It is worth noting that The northern African country has been divided between two rivals for more than a decade, in which the international unity government (GNU) at the international level is located in the north, while the National Stability Government, The country’s (GNS) is established in the east. Libes were to be held in December 2021 which was canceled. For this adjournment, there is also a dispute over the eligibility of the candidates. The formation of the Committee Committee was stressed on the immediate need for progress in Libya. He said that there is a step to revive a political process based on the principles of United Nations Mission, UNSMIL, Inclusion and National Ownership. UNSMIL has recently established an advisory committee that has recently established an advisory committee that prevent national elections Those will present recommendations to resolve pending controversial issues. The committee has 20 members including legal and constitutional experts, and one of them There are more than a third of women. They insisted that this is not a decision -making institution, but its proposals will support the efforts to remove the obstacles in holding national elections. Razmary Dicarlo said, “Political parties, social movements and Many Libyan stakeholders, including women Raw young groups, have publicly welcomed the establishment of this committee as an opportunity to carry forward the political process. “Differences and differences and differences. Competitive Dikarlo said that differences and competitions over the control of the institutions of the country are dominating political and economic scenario. On the integrated budget or agreed expenditure structure, despite the participation of UNSMIL with all relevant stakeholders, no progress has been made. “Libya’s central bank, the central bank, stabilizing the financial situation of the country and enabling transparent and justified public expenditure It is important to pay attention to this issue to support. ” At the risk of national reconciliation at risk, he said that politicization and political differences are also hindering the progress of national reconciliation. In September 2024, UNSMIL has given three major institutions on a draft law on this issue – the President’s Council, Representative Assembly and the High Council of the country – Between the facility of an agreement was provided, so the amendments made by the MPs later in the draft law expressed concern about the freedom of the National Reconciliation Commission. Hai. Razmary Dicarlo said that under the leadership of the African Association, a process was agreed to a charter for reconciliation at the beginning of February (2025) through a process. The charter was adopted at the Summit of African Association on 14 February, on 14 February at Aidis Ababa, Ethiopia. “Some Libyan stakeholders have supported this charter, while some stakeholders have not supported it.” Said that UNSMIL is continuing dialogue with all the concerned parties. Security threat continues between various groups, in the meantime Activities remain a threat to the delicate stability of the country. Razmary Dicarlo has also called for a complete and transparent investigation of the armed attack on the National Unity Government (GNU) minister in Tripoli on 12 February.

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();