How to remove completely packages in Ubuntu, with all configs and so on? At the moment, I find all the files and folders ощью find / -name 'val' , but when many files are uncomfortable to be hard to delete with my hands, if what solution is more efficient and easier?

Closed due to the fact that the essence of the question is not clear to the participants: aleksandr barakin , user194374, Denis Bubnov , Alex , AK 3 Jan '17 at 22:10 .

Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • one
    specify what exactly it is about: which packages, which files. - aleksandr barakin

1 answer 1

 sudo apt-get purge val 

Here is an excerpt from the man:

it is identical to remove the purge.

  • Files remain all the same, it is desirable for me to delete everything related to val - quaresma89
  • Is it possible in more detail, what files remain? - ygun