2

I tried to remove Ubuntu Desktop Guide from Yelp(Ubuntu help)..

sudo apt-get purge ubuntu-docs

But still shown whenever I open help?!

From where are those files? and how yelp treat them? and how to get rid totally of those ubuntu-docs?!

In fact yelp is responsible for showing two documentation one for for gnome-help which can be founded under path: /usr/share/help/C/gnome-help and other for Ubuntu,unity which can you show files under /usr/share/help/C/ubuntu-help, but when you purge ubuntu-docs this folder is removed but still documentation still available in Yelp!!!

I'm getting confused from where yelp is providing this documentation?!!!

muru
  • 207,228
Maythux
  • 87,123

1 Answers1

1

The translated pages (everything but en_US) belong to the language-pack-gnome-[LANG]-base packages. When both those and the ubuntu-docs package have been removed, you shouldn't be able to view the docs.

Edit:

$ echo $LANGUAGE
sv
$ sudo apt-get purge ubuntu-docs language-pack-gnome-sv-base
Läser paketlistor... Färdig
Bygger beroendeträd         
Läser tillståndsinformation... Färdig
Följande paket kommer att TAS BORT:
  language-pack-gnome-sv* language-pack-gnome-sv-base* ubuntu-docs*
0 att uppgradera, 0 att nyinstallera, 3 att ta bort och 0 att inte uppgradera.
Efter denna åtgärd kommer 63,9 MB att frigöras på disken.
Vill du fortsätta? [J/n] j
(Läser databasen ... 636783 filer och kataloger installerade.)
Tar bort ubuntu-docs (15.04.3) ...
Tar bort language-pack-gnome-sv-base (1:15.04+20150615) ...
Raderar konfigurationsfiler för language-pack-gnome-sv-base (1:15.04+20150615) ...
Tar bort language-pack-gnome-sv (1:15.04+20150615) ...
Hanterar utlösare för software-center (13.10-0ubuntu6.1) ...
INFO:softwarecenter.db.update:translation information in database is up-to-date
Hanterar utlösare för bamfdaemon (0.5.1+15.04.20150202-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
$

Then, when calling yelp, I get a "Document Not Found" message.