Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have removed the package vysor in every possible way on ubuntu using

  • sudo apt-get remove vysor
  • sudo apt-get purge vysor and sudo apt-get --purge vysor and sudo apt-get --purge autoremove
  • sudo snap remove vysor
  • I see nothing after dpkg --list | grep vysor*but whenever I run sudo apt-get update the languages updates with Ign:23 ./ Translation-en always wastes my 10 seconds.

enter image description here

How can I get rid of this?

4

2 Answers

The installation instructions on the website vysor.io cause a vysor.list file to be added in your /etc/apt/sources.list.d directory. The list file contains a link to the vysor repository. Although you have removed the package itself, the .list file is still there and will be consulted by apt every time you look for updates. Of course, no relevant update is found.

The way to avoid the .list file being read is to remove it. Another way would be to rename it to something like vysor.link.backup in case you change your mind, as only files with the .list extension are read.

Sensible uninstall instructions would include this bit of information.

yeah jos is right thank you jos.i am beginner with low reputation. so i am adding this comment locate the list file and remove it.

sudo rm /etc/apt/sources.list.d/vysor.list

hope so vysor will not bother any more

0

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy