1

You may think that dosn't matter, but I realy want to use Ubuntu 12.04 without this program, Pornview, in Software center for personal reasons.

Thus my question is, how do I hide a particular piece of software from appearing in Software Center and the Dash?

fossfreedom
  • 172,746
Right
  • 11
  • 1
    fyi this might be a start: http://askubuntu.com/questions/47997/is-it-possible-to-remove-the-commercial-programs-section-from-the-software-cente It is about removing apps from view in USC you need to pay for. Maybe someone with more coding skills can add in a line or 2 :) – Rinzwind May 03 '12 at 18:55

2 Answers2

0

Press Alt+Ctrl+T to open the terminal and run the following command.

sudo apt-get remove Pornview

Basharat Sialvi
  • 24,046
  • 8
  • 62
  • 82
Web-E
  • 21,418
0

There is no graphical means to achieve this. Given an application with the package name foobar, open a terminal with Ctl-Alt-T and type:

sudo rm /usr/share/app-install/desktop/foobar*.desktop
sudo update-apt-xapian-index

Then log out, and log in again.

Jjed
  • 13,874