Sponsored Content
Full Discussion: binutills_2.15-4_i386.deb
Top Forums UNIX for Advanced & Expert Users binutills_2.15-4_i386.deb Post 58298 by PxT on Wednesday 17th of November 2004 02:58:44 PM
Old 11-17-2004
Which version of Debian are you using? 2.2.19 is not a valid release number (2.2 is, but that is *long* since outdated). The command
Code:
cat /etc/debian_version

will display your version number.

binutils-2.15-4 is not available for Debian stable. It is available for both testing and unstable. You may want to try "apt-get -f install" to correct your dependencies.
 

6 More Discussions You Might Find Interesting

1. Linux

Can I let apt-get use prozilla to download deb

:thank (0 Replies)
Discussion started by: f33k4
0 Replies

2. UNIX for Dummies Questions & Answers

Installing deb packages from Ubuntu Server CD

Hi, I have mounted the Ubuntu server edition 10.10 ISO on my server under a directory media/servercd. I would like to install some services from this. I edited the sources.list file to say: deb file:/media/servercd maverick main restricted and it's properly mounted but when I try... (1 Reply)
Discussion started by: shadowcat
1 Replies

3. Shell Programming and Scripting

Script to extract all deb files in a fldr to respective folderstructures

Hi, since half an hour I currently try to write a script that will: 1) Extract every debian file in a directory 2) Extracts it to a folder that matches the debians filename 3) Extracts it so the structure looks like that: DEBIANFILENAME | -------------- DEBIAN ... (9 Replies)
Discussion started by: pasc
9 Replies

4. Ubuntu

Install deb from alternate usb

I installed a command-line system ubuntu 12.04 from usb and that's work. I don't have a internet connection so what I have to install must come from the alternate usb until I can let work my wireless. I mount the usb to /media/cdrom but when I do sudo apt-get install xorg , then he ask me for the... (3 Replies)
Discussion started by: thailand
3 Replies

5. Shell Programming and Scripting

> dpkg-deb to Extract and Reconstruct a Multipart Archive???

Greetings! Here's one which has been bugging me for a bit ;) As might be known, LibreOffice is available to some of us Linux folk as a large set of debs. Of course, being a curious sort, I'd like to dig in and recreate the original tree which is composed of these assorted archives. So, I... (1 Reply)
Discussion started by: LinQ
1 Replies

6. Shell Programming and Scripting

Extracting/RePackaging Deb Package

Here is the original absolute file paths for a working deb package called blah-amd64.deb: dpkg-deb -c blah-amd64.deb |less drwxr-xr-x root/root 0 2014-12-02 09:48 ./ drwxr-xr-x root/root 0 2014-12-02 09:48 ./usr/ drwxr-xr-x root/root 0 2014-12-02 09:48 ./usr/share/... (1 Reply)
Discussion started by: metallica1973
1 Replies
NETSELECT-APT(1)					      General Commands Manual						  NETSELECT-APT(1)

NAME
netselect-apt - create sources.list for the fastest Debian mirrors SYNOPSIS
netselect-apt [OPTIONS] [stable|testing|unstable|experimental|release_codename|sid] DESCRIPTION
netselect-apt automatically creates a sources.list file for using with apt for the specified distribution by downloading the list of Debian mirrors using wget choosing the fastest servers using netselect, and testing the valid servers using curl (if available). The output file is written to OUTFILE. The list of fastest servers is determined by checking through netselect, which servers responder faster to ICMP queries. In order to deter- mine if the servers are valid a connectiong using the specificied protocol (HTTP or FTP) is done using curl. If netselect is not installed setuid, then netselect-apt needs to run as an administrator user (i.e. root). This is only required because the network probes done by netselect requires these permissions. No changes are done to the system. If -i INFILE is passed netselect-apt uses that rather than downloading another copy to a temporary file. The file will be downloaded from http://www.debian.org/mirror/mirrors_full OPTIONS
stable|testing|unstable|experimental|release_codename|sid Specify which distribution of Debian to use. By default stable is used. -a, --arch ARCH Use mirrors containing ARCH. By default the architecture of the current machine is used as reported by dpkg -s, --sources While generating OUTFILE include also deb-src lines to use with ``apt-get source'' to obtain Debian source packages. -i, --infile INFILE Use INFILE instead of downloading the mirror list to a temporary file. The file must be in the same format as mirrors_full. -o, --outfile OUTFILE Use OUTFILE instead of sources.list. -n, --nonfree Include also non-free section while generating OUTFILE. -f, --ftp Use FTP mirrors instead of HTTP and generate OUTFILE accordingly. -O OPTIONS The OPTIONS provided are added, verbatim, to netselect when it is run. Here you can provide a (quoted) list of options for netse- lect. -t, --tests hosts Make a short list with the number of hosts provided and use that list to test for mirror validity. By default 10 hosts are tested. -c, --country COUNTRY Only test the sites found under the country COUNTRY (the value can either be an ISO-3166 value or the full name of the language, in English). When this value is set the mirror list or the INFILE will be filtered and only the sites that are listed under the given country will be tested. Note that restricting the search might not give the best results, as the "fastest" mirror might not even be in the same country as the system the program is running in. ENVIRONMENT
WANT_SOURCES setting this to 1 is equivalent to --sources WANT_NONFREE setting this to 1 is equivalent to --nonfree LIMITATIONS
netselect-apt is unable to work with restricted environments in which network filtering is implemented as it relies on netselect being able to find a suitable mirror. To do this, the system where the script is run needs to have network visibility of the mirrors, as it will probe them using ICMP probes. netselect-apt is also unable to work in environments where HTTP or FTP network connections have to be done through a proxy host, as it relies on being able to test the validity of the remote mirrors doing direct network connections to them. netselect-apt will not check if the mirror it suggests as the "fastest" mirror is either valid or up-to-date. It is recommended that users that use this tool also validate that the mirrors suggested are official mirrors and are also current. SEE ALSO
netselect(1), wget(1), curl(1), apt(8), sources.list(5). For Debian GNU/Linux it is recommended that users review the official mirror list at http://www.debian.org/mirror/official as well as the mirror checker tool at http://mirror.debian.org/status.html (which provides information on the up-to-dateness status of mirrors) AUTHOR
Avery Pennarun <apenwarr@gmail.com> This manual page and program have been also enhanced by Filippo Giunchedi <filippo@esaurito.net> and Javier Fernandez-Sanguino <jfs@debian.org> DEBIAN
March 6, 2008 NETSELECT-APT(1)
All times are GMT -4. The time now is 12:56 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy