Ubuntu

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Revision as of 18:10, 21 December 2006 by Woozle (talk | contribs) (→‎Upgrading: update mgr needs other modules)
Jump to navigation Jump to search

Ubuntu is a distribution (or "distro") of Linux.

This page is a seed article. You can help HTYP water it: make a request to expand a given page and/or donate to help give us more writing-hours!

The project was founded by South African entrepreneur Mark Shuttleworth via his company, Canonical Ltd. According to Wikipedia, the name "Ubuntu" comes from the South African concept of Ubuntu — roughly, "humanity towards others".

Reference

Links

Discussion

  • wish list: suggestions for improving the Gnome implementation in Ubuntu

Upgrading

gksu "update-manager -c"
...however, many people are reportedly having problems with this.

The KUbuntu equivalent for this is:

sudo "update-manager -c"

or, if you would prefer to be interacted with before actually doing the update:

sudo update-manager

Some versions of Kubuntu do not come with update-manager, but it can be installed via apt However, it apparently needs additional modules which may need to be installed as well; it may just be easier to use another method.

Blog Entries

Notes

  • The standard install does not include many available packages; to access the additional packages, you need to enable (or add) the appropriate repositories. This can be done either through one of the package managers (apt, Synaptic, Adept) or by directly editing sources.list. sample sources.list
  • When running the LiveCD, the user is apparently "ubuntu" with an empty password (this works for logging in). Unfortunately, this doesn't work for unlocking a locked session. What you can do, however, is start a new session, then change your password within that session, log out, and use the new password to log back in to your original session. (On an IBM Thinkpad, however, the screen became munged after ending the 2nd session, and we haven't been able to figure out how to fix that.)
  • Many (all?) GUI apps seem to generate the following errors when run from the console, even though they may work just fine:
X Error: BadDevice, invalid or uninitialized input device 166
  Major opcode:  144
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
X Error: BadDevice, invalid or uninitialized input device 166
  Major opcode:  144
  Minor opcode:  3
  Resource id:  0x0
Failed to open device
ScimInputContextPlugin()
~ScimInputContextPlugin()

Does anyone know what this means?