DebianThis forum is for the discussion of Debian Linux.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
I have recently installed Debian 9 on a laptop to get used to Debian's novelty, on clicking the "show applications" icon under Gnome I find most of the 3 screens displayed are games which are useless to me.
My question: How can I completely remove all the games on the machine so that the screens only shows applications I can use?
i think op talks about gnome's software manager that is a little too advertise-y, asking op to install all sorts of games etc.
i don't think these games are actually installed.
It seems ondoho is correct since issuing the command
Code:
apt-get remove <package>
invariably gives the message
Code:
unable to locate <package>
so the question is: how can I remove all those icons which take screen-space and make navigation unnecessarily more difficult? Right-clicking on these icons only gives options of saving it.
so go back to #3. Those games are not installed, therefore you cannot uninstall them. These are "only" ads and nothing more (= ask you to install those games).
But probably misunderstood, would be better to post an image or explain what are you talking about.
Since my last post, I had to reinstall Debian 9.2 (one partition was a bit too small) and I did not install Gnome so I do not have the problem anymore.
They are dependencies of the full gnome metapackage, so you would want to install (or mark as manually installed) the gnome-core and whatever other packages you want to keep.
So far, it appears I draw more satisfaction having not installed Gnome, I have installed a bunch of others which make things a bit confusing since the installed applications give no hint (except things like "Mate terminal") from which DM they descend. However, I do not want to spend time figuring that out and neither do I expect anyone else to do it for me.
Debian evolves very quickly now, not necessarily for the better as I find there are too many things in it that used to work better, therefore it could be a complete waste of time delving in this any longer.
Just as an example, I found this in Debian 9 /var/www/html/index.html:
Quote:
The default Debian document root is <tt>/var/www/html<tt>. You can make your own virtual hosts under /var/www. This is different to previous releases which provides better security out of the box.
It appears the word "which" should have been "and", otherwise only the "s" at the end of "provides" indicates the incorectness of the sentence that implies that "previous releases" provide better security out of the box (which could have been what was meant in the first place). I do not see any increased security (compared to "previous releases" - 7, 6, 5) regardless of how it is interpreted.
So far, it appears I draw more satisfaction having not installed Gnome,
+1 for that.
on a side note, if you run your own small server, apache is total overkill.
i switched to nginx about a year ago and never looked back. it's so much lighter, less cluttered, and likely just as safe.
@rblampain
I think the "improved security" refers to the new default root meaning any additional vhost roots created under /var/www are not now also accessible via the default (ootb) vhost.
The description seems fairly clear to me - it may not be exactly grammatically correct, but likely the maintainer who wrote it is not a native english speaker - file a bug report if you think it needs correction, that's why the system exists.
But, yes, I agree, newer is not always better ...
Also, bear in mind it's not the distro's fault in a lot of cases, upstream moves on and the maintainers generally must follow as best as possible.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.