libdvd-pkg: pt apt-get check` ব্যর্থ হয়েছে, আপনার প্যাকেজগুলি ভেঙে যেতে পারে। গর্ভপাত


38

এফওয়াইআই: আমি কুবুন্টু 18.04 ব্যবহার করছি

আমি এপটি-ট্রান্সপোর্ট-https ইনস্টল করার সময় আমি নিম্নলিখিত ত্রুটিটি পেয়ে যাচ্ছি

এই ত্রুটিটি সমাধান করতে আমি ইতিমধ্যে ক্লান্ত হয়ে পড়েছি:

sudo apt-get autoremove libdvd-pkg 
sudo apt-get install libdvd-pkg
sudo apt-get update
sudo apt-get install -f
sudo apt-get purge apt-transport-https && sudo apt-get install apt-transport-https

আমি যে ত্রুটিটি দেখতে পাচ্ছি তা হ'ল

Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  apt-transport-https*
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
After this operation, 152 kB disk space will be freed.
Do you want to continue? [Y/n] Y
(Reading database ... 246794 files and directories currently installed.)
Removing apt-transport-https (1.6.6) ...
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  apt-transport-https
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 1,692 B of archives.
After this operation, 152 kB of additional disk space will be used.
Get:1 http://ca.archive.ubuntu.com/ubuntu bionic-updates/universe amd64 apt-transport-https all 1.6.6 [1,692 B]
Fetched 1,692 B in 0s (6,872 B/s)               
Selecting previously unselected package apt-transport-https.
(Reading database ... 246791 files and directories currently installed.)
Preparing to unpack .../apt-transport-https_1.6.6_all.deb ...
Unpacking apt-transport-https (1.6.6) ...
Setting up apt-transport-https (1.6.6) ...
libdvd-pkg: Checking orig.tar integrity...
/usr/src/libdvd-pkg/libdvdcss_1.4.2.orig.tar.bz2: OK
libdvd-pkg: `apt-get check` failed, you may have broken packages. Aborting...

উত্তর:


69

আমি এটি ঠিক করার জন্য একটি জিনিস ছিল libdvd-pkg ইনস্টল করার পরে, সেটআপটি সম্পূর্ণ করতে নিম্নলিখিত কমান্ডটি চালান:

sudo dpkg-reconfigure libdvd-pkg

যদি এই সমস্যাটি থেকে যায়, আপনি "স্বয়ংক্রিয়" আপডেটগুলি না করার জন্য নির্বাচন করতে পারেন।


5
20 শে জুন 2019 উবুন্টু 18.04 এই ফিক্সটি আমার জন্য কাজ করেছে
মাইকেল ডুরান্ট

2
19.04 এও কাজ করেছেন।
ALFC
আমাদের সাইট ব্যবহার করে, আপনি স্বীকার করেছেন যে আপনি আমাদের কুকি নীতি এবং গোপনীয়তা নীতিটি পড়েছেন এবং বুঝতে পেরেছেন ।
Licensed under cc by-sa 3.0 with attribution required.