مشكلة مع أوبونتو

إجابة معتمدة
عندتحميل لأي برنامج من المستودع يأتيني الخأ التالي
The package system is broken
Check if you are using third party repositories. If so disable them, since they are a common source of problems.
Furthermore run the following command in a Terminal: apt-get install -f

remove the third party repository you have added to to the sources.list file.

Open your sources.list file by typing:

sudo nano /etc/apt/sources.list

if it asks for password, enter it.

Scroll down to the repository that you want to remove.

Delete the line of code.

Save the file and exit.

Update your system:

sudo apt-get updateyou may also want to upgrade your system by typing:sudo apt-get upgrade