Announcement

Collapse
No announcement yet.

getting started with apt-get

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    getting started with apt-get

    I was struggling for quite a while with the problem that apt-get wouldn't get anything. I finally discovered that it's necessary to do

    Code:
    sudo apt-get update
    in order to initialize it. It won't do anything on a newly installed system until that step is taken.

    #2
    Re: getting started with apt-get

    A good point to start with apt is APT HOWTO:
    http://www.debian.org/doc/manuals/ap.../index.en.html

    3.1 Updating the list of available packages

    The packaging system uses a private database to keep track of which packages are installed, which are not installed and which are available for installation. The apt-get program uses this database to find out how to install packages requested by the user and to find out which additional packages are needed in order for a selected package to work properly.

    To update this list, you would use the command apt-get update. This command looks for the package lists in the archives found in /etc/apt/sources.list; see The /etc/apt/sources.list file, Section 2.1 for more information about this file.

    It's a good idea to run this command regularly to keep yourself and your system informed about possible package updates, particularly security updates.
    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X