Sponsored Content
Top Forums UNIX for Dummies Questions & Answers Sudo apt-get update fail: Malformed line 59 Post 302755279 by radoulov on Saturday 12th of January 2013 11:30:00 AM
Old 01-12-2013
Try commenting the lines with natty.
Code:
deb http://archive.canonical.com/natty partner 
deb-src http://archive.canonical.com/natty partner

Why you have Maverick, Oneiric and Natty in the source list?
Three different distros. Is it intentional?
 

9 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

apt-get update not working

Hi all, Till now i was able to do apt-get update. but today i started to the following error: # apt-get update E: Could not open lock file /var/lib/apt/lists/lock - open (2 No such file or directory) E: Unable to lock the list directory # Could any one let me know how to solve it. ... (1 Reply)
Discussion started by: gauri
1 Replies

2. UNIX for Dummies Questions & Answers

sudo apt-get install build-essential not working

it asks for password and then following is displayed Reading package lists... Done Building dependency tree Reading state information... Done E: Couldn't find package build-essential what should i do to install g++ compiler? (4 Replies)
Discussion started by: sparkle
4 Replies

3. Solaris

Sendmail 8.13.8 malformed address

Sending email produces malformed address error. The domain name appears as the active directory name which is not a valid Internet domain thus the malfomred address error. I have: divert(0)dnl VERSIONID(`@(#)sendmail.mc 1.11 (Sun) 06/21/04') OSTYPE(`solaris8')dnl... (0 Replies)
Discussion started by: crowman
0 Replies

4. Shell Programming and Scripting

Banner causes scp to fail from script but not command line.

Hi, We have an interesting issue which is similar to the one in this thread, but that never provided a full answer. - Ohh apparently I can't post URLs till I have 5 posts, sorry. We have a simple script that copies files from one shelf to the other. Both shelves have an ssh banner defined. ... (3 Replies)
Discussion started by: RECrerar
3 Replies

5. UNIX for Dummies Questions & Answers

Error message of sudo apt-get

Hi, I am using ubuntu 12.04 and every time I installed new program or do: sudo apt-get install -f I get the following mesage: Download done. sha256sum mismatch jdk-7u3-linux-x64.tar.gz Oracle JDK 7 is NOT installed. dpkg: error processing oracle-java7-installer (--configure): subprocess... (2 Replies)
Discussion started by: programAngel
2 Replies

6. UNIX for Dummies Questions & Answers

Reinstall sudo apt-get?

I am using ubuntu11.10 and i was trying to do the update to 12.04, i found a post suggesting to use to solve part of the problem: sudo apt-get remove ubuntu-keyring sudo apt-get --yes -q --allow-unauthenticated install ubuntu-keyringI ran the first command but not able to run the second or any... (0 Replies)
Discussion started by: CS_NA
0 Replies

7. Shell Programming and Scripting

Malformed session key while using Facebook API

Hi, I am doing some experiments with facebook API and unable to update the status using the API. My code is as follow as: use WWW::Facebook::API; use JSON::Any; my $query=new CGI; my $j = JSON::Any->new; my $api_key="#MY API KEY#"; my $secret="#MY SECRET KEY#"; my $fb =... (1 Reply)
Discussion started by: pandeesh
1 Replies

8. AIX

Update error - 7.1 migration builddate fail

Hi all, i have just migrate my aix 6.1 to 7.1. After migration my release is: 7100-00-03-1115 now i try to update to 7100-01-00-1140 but i receive lots of BUILD CHECK DATE FAILED on"mcr.rte" and other packets. +-----------------------------------------------------------------------------+ ... (3 Replies)
Discussion started by: Zio Bill
3 Replies

9. Linux

Apt-get update wont run and gives 503 service unavailable error

Hi, I am running on Ubuntu 12 (precise) 64 bit and came to know that i cannot install any packages using apt-get and aptitude. Linux test01 3.5.0-23-generic #35~precise1-Ubuntu SMP Fri Jan 25 17:13:26 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux But the same /etc/apt/sources.list file is... (20 Replies)
Discussion started by: prash358
20 Replies
DAPTUP(8)						      System Manager's Manual							 DAPTUP(8)

NAME
daptup - wrapper script on 'apt-get update' SYNOPSIS
daptup [ --pre | --post | --last ] [ -h | --help ] [ --nocolor ] OPTIONS
--pre Do only 'pre' stage: collect info that will be used as 'old'. Usually need to be specified only in apt hooks. --post If appropriate option is enabled in config file, do only 'post' stage: collect 'new' info and output changes. Otherwise do nothing. Usually need to be specified only in apt hooks. --last Output changes only. This option is supposed to be specified when you want to see changes made in the last update. Note that list of outdated packages, if daptup is configured to output it, will be rebuilt. -h --help prints the help --nocolor Disables color output, useful for scripts or when output is not terminal. Now works only with --last option, however, you can dis- able color globally in configuration file. daptup is a script that runs "apt-get update" inside and outputs list of packages recently entered to repo, list of packages which got new updates, list of changes in 'watched' packages and, optionally, list of outdated packages. Starting with 0.8.0 version, daptup uses apt hooks and you don't need to explicitly call it if you use 'apt-get update'. TROUBLESHOOTING
If daptup was interrupted while building the lists, the cached lists can stay in inconsistent state, which is inappropriate if you want to use --last option before the new update. There is nothing to do if interrupt was occured at the moment when old lists were building (besides running the new update). However, if interrupt was occured when the new lists were building, you can easily redo this stage by calling 'daptup --post'. FILES
/etc/daptup.conf self-documented configuration file /var/spool/daptup/outdated cached file with info about outdated packages SEE ALSO
apt-get(8), aptitude(8), apt-show-versions(1p) AUTHOR
daptup was written by Eugene V. Lyubimkin. This manual page was written by Eugene V. Lyubimkin <jackyf.devel@gmail.com>, for the Debian project (but may be used by others). Oct 15, 2008 DAPTUP(8)
All times are GMT -4. The time now is 04:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy