Ubuntu QA:
BlogBrainstormPackage status
Log in
Ubuntu QA
Add/Remove program dialog
Idea sandbox Idea sandbox
Popular ideas Popular ideas
Ideas in development Ideas in development
Implemented ideas Implemented ideas

Contributor futwick on Add/Remove program dialog

Easier way to add new software  
Written by kramer65 the 6 Jan 09 at 14:35. New
I've got 8.04 installed on my pc since 8.10 just didn't work for me. I do however want to install some newer software packages like the latest vlc player. This seems to be impossible since you can only get it from the repositories.

I think ubuntu needs a more simple way to stick to one version of ubuntu but still easily install newer specific packages. For example simply download a deb and install it. This seems to be very hard for many programs however (e.g. openoffice, firefox, vlc, etc.)
-30
votes
up equal down
Solution #1: Auto-generated solution of idea #17079
Written by kramer65 the 6 Jan 09 at 14:35.
Ubuntu Brainstorm was updated in January 2009. Since the idea #17079 was submitted before this update, its rationale and solution are not separated. Please vote accordingly, and if you have the necessary rights, please separate the rationale from the solution. Thanks!
-1
votes
up equal down
Solution #2: Make a way to create and install packages easily
Written by pdunn the 20 Jul 09 at 11:05.
I propose that the way to solve this is when one downloads an archive that an option or automatic conversion along with an install take place. Basically when one downloads a piece of software they will be given the option to install it. When they choose this the archive will automatically be packaged as a .deb file and the installed automatically.

See the 7 comments or propose a solution (latest comment the 8 Apr 11 at 02:07) >>

A malware threat for Ubuntu is NOT impossible  
Written by inashdeen the 25 Nov 10 at 18:55. New
We could not deny, now days that, though malware threat for Ubuntu is low, it is not impossible. For years, we had been proud with the root user system as a solid structure that protect Ubuntu from viruses, owever, attacker had found ways to steal these passwords from us, and in short, the threat is coming.
-77
votes
up equal down
Solution #1: Captcha as a secondary physical barrier for Ubuntu against malware
Written by inashdeen the 25 Nov 10 at 18:55.
Hence, I suggest that ubuntu used a captcha system, in additional to the default password system used, especially when regarding sensitive filesystem files. A capctha is a simple yet powerful physical firewall that differentiate between a human and non human users, on the other hand, could be given an option to use it or not to use it.
124
votes
up equal down
Solution #2: Expand the use of AppArmor and similar technologies
Written by czr114 the 26 Nov 10 at 06:08.
Captchas are a joke. They're annoying, culturally-problematic, and practically useless for hardened purposes. Cybercriminals can subscribe to services using farmed-out human solvers for a few dollars per 1000 solutions. That renders them only partially useful in protecting low-value targets against poorly-coded software. If their goal is deploying bot clients, we can't count on criminal incompetence to save us, and with bank accounts at stake, they're not going to be overly cheap.

Preventing improper automated/invisible access to system files starts with a solid, robust, and secure framework for limiting access permissions by process and purpose. This is where technologies like AppArmor and tripwires come in.

If a user has been fooled by a trojan, and is dead set on sudoing malware, nothing is going to stop it from ravaging the system, short of completely disabling a user's ability to sudo things designed to modify key files for benevolent purposes.
5
votes
up equal down
Solution #3: Use Selinux
Written by Lachu the 11 Dec 10 at 21:36.
Use Selinux and modify bash to change current domain, when running command. Only build-in command user could run programs without changing domain. Only programs in the same domain like standard shell could run sudo/su . Bash will change own domain automatically, if it starts in non-interactive mode.

See the 8 comments or propose a solution (latest comment the 22 Dec 10 at 13:37) >>