TWiki> CF Web>Linux>DebianInCS>BasicAdminTasks (revision 2)EditAttach
How do I...

  • Become root?
Best way is to log in as yourself and type "sudo tcsh". (Or some other shell of your choice.) It'll ask for a password, use your regular login password. If that still doesn't work, contact your supervisor or group's CSCF Research Point of Contact.

  • See if a package is installed?
Try: dpkg -l "*PKGNAME*" (that's -el)

  • Install a piece of software?
Best way is to become root, then run "apt-get update" to update the list of possible packages. After, you can search for Debian package names with "apt-cache search foo". Once you have a package name, try "apt-get install packagename".

  • Update my install?
Try "apt-get update" followed by "apt-get dist-upgrade".

If your question isn't answered here, try HowTo or HowToQuestions.

Edit | Attach | Watch | Print version | History: r6 | r4 < r3 < r2 < r1 | Backlinks | Raw View | Raw edit | More topic actions...
Topic revision: r2 - 2005-03-14 - LawrenceFolland
 
This site is powered by the TWiki collaboration platform Powered by PerlCopyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback