سلام دوستان
من روی لینکس مینت ۱۸.۳ داشتم برنامه ی واتس آپ را نصب می کردم و از این سایت راهنمایی گرفتم .
https://www.linuxbabe.com/instant-messenger/whatsapp-linux-client-debian-8-ubuntu-16-04واین دستورها را در ترمینال اجرا کردم .
The recommended way to install Whatsie is through apt repository which provides future updates. First fire up a terminal window (CTRL+ALT+T), then add the author’s repository to your sources list by running the following command:
echo "deb
https://dl.bintray.com/aluxian/deb beta main" | sudo tee -a /etc/apt/sources.list.d/whatsie.list
Next, download the author’s GPG key and import it to the APT keyring so that packages downloaded from the author’s repository can be verified.
gpg --keyserver pool.sks-keyservers.net --recv-keys 1537994D
gpg --export --armor 1537994D | sudo apt-key add -
Then update local package index and install Whatsie.
sudo apt update
sudo apt install whatsie
نه فقط واتس آپ نصب نشد بلکه سافت ور منجر و سیناپتک و آپدیت منجر لینکس مینت همه از کار افتادند.
حالا چکار باید بکنم ؟
وقتی سیناپتک را اجرا می کنم این پیام را می دهد:
E: Malformed line 3 in source list /etc/apt/sources.list.d/whatsie.list (type)
E: The list of sources could not be read.
Go to the repository dialog to correct the problem.
E: _cache->open() failed, please report.
ممنونم اگر راهنمایی کنید.