Is it possible to disable installation of non-free or proprietary softwares and applications in Ubuntu?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
It is technically impossible!Since the IQ level of a computer is zero, it can't detect whether the software running on it is free software or not. The only one thing you can do is advise users to use free software only. :-) |
|||||
|
|
Tell them don't install non-free softwares. If this doesn't work, try:
Done! |
|||||||||||
|
sudo, which would let them modify allowed software sources. I believe either /etc/sudoers or AppArmor will hold the ideal answer, and have tagged this as such. – Jacob Johan Edwards May 22 '12 at 7:38restrictedandmultiversesoftware sources in the first place. But after that it will be tricky, since you'll have to stop people from installing certain software (that is not only by apt and PPA but by downloading or compiling themselves). So giving users no right to install software might come closest because you'll have a very hard time trying to makeapt/dpkg/makeetc. figure out whether software is free (and therefore allowed to be installed) or not. – moewe May 22 '12 at 10:37