আমি টিমভিউয়ার ইনস্টল করার চেষ্টা করছিলাম তবে আমি নির্ভরতার ত্রুটি পাচ্ছিলাম। আমি প্রয়োজনীয় প্যাকেজগুলি ইনস্টল করার চেষ্টা করেছি, তবে কোনও ভাগ্য নেই।
আমি এই ত্রুটি পাচ্ছি:
Unpacking teamviewer (from teamviewer_linux_x64.deb) ...
dpkg: dependency problems prevent configuration of teamviewer:
teamviewer depends on lib32asound2; however:
Package lib32asound2 is not installed.
teamviewer depends on lib32z1; however:
Package lib32z1 is not installed.
teamviewer depends on ia32-libs; however:
Package ia32-libs is not installed.
dpkg: error processing teamviewer (--install):
dependency problems - leaving unconfigured
Errors were encountered while processing:
teamviewer
আমি চেষ্টা করেছিলাম
sudo apt-get -f install
পেয়ে
Package ia32-libs is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
However the following packages replace it:
lib32z1 lib32ncurses5 lib32bz2-1.0
Package lib32asound2 is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'lib32asound2' has no installation candidate
E: Package 'ia32-libs' has no installation candidate
আমি এমনকি যেতে পারি না
sudo dpkg -i teamviewer_linux_x64.deb
যদি আমি ইনস্টলেশন জোর করে
sudo dpkg --force-depends -i teamviewer_linux_x64.deb
যদিও এটি "টেলিভিউয়ার সেটআপ করা হচ্ছে" এটি আমাকে এটি দেয়:
আমি কিভাবে এই সমস্যা ঠিক করতে পারবো?