Skip to main content

Posts

Showing posts with the label manually

A Complete Beginner's Manual for Ubuntu 10.04 (Lucid Lynx)

Receive Your Complimentary Guide NOW!   Getting Started with Ubuntu 10.04 (Lucid Lynx) is a comprehensive beginners guide for the Ubuntu operating system; it features comprehensive guides, How Tos and information on anything you need to know after first installing Ubuntu Designed to be as user-friendly and easy to follow as possible, it should provide the first point of reference to any Ubuntu newcomer with lots of information. The manual has step by step instructions and includes lots of screenshots to show you how to do tasks. It also includes a Troubleshooting section to help you solve common Ubuntu problems quickly. Download this 160+ page manual today

How to add repositories manually in ubuntu

Do this at your own risk. Modify the default Ubuntu sources.list only if you understand what you're doing. Mixing repositories can break your system. For more information see the Ubuntu Command-line Repository guide . Create a backup of your current list of sources. sudo cp -p /etc/apt/sources.list /etc/apt/sources.list_backup Note: sudo - runs the command with root privileges. cp = copy. -p = prompt to overwrite if a file already exists. Edit the list of sources: sudo nano /etc/apt/sources.list or using a graphical editor: gksudo gedit /etc/apt/sources.list Note: To use your local mirror you can add " xx. " before archive.ubuntu.com , where xx = your country code. Example: deb http://gb.archive.ubuntu.com/ubuntu jaunty main restricted universe multiverse indicates a repository for Great Britain (gb). Here is a sample sources.list. At the end have been added repositories for Medibuntu and Google: #deb cdrom:[Ubuntu 8.10 _Jaunty Jackalope_ - Release...