Oracle on Debian AMD-64


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Oracle on Debian AMD-64
# 1  
Old 01-17-2008
Oracle on Debian AMD-64

I see following error during pkg update:

shell>apt-get update
Failed to fetch http://oss.oracle.com/debian/dists/unstable/Release Unable to find expected entry main/binary-amd64/Packages in Meta-index file (malformed Release file?)
Reading package lists... Done
W: Couldn't stat source package list Free and Open Source Software from Oracle unstable/main Packages (/var/lib/apt/lists/oss.oracle.com_debian_dists_unstable_main_binary-amd64_Packages) - stat (2 No such file or directory)
W: Couldn't stat source package list Free and Open Source Software from Oracle unstable/non-free Packages (/var/lib/apt/lists/oss.oracle.com_debian_dists_unstable_non-free_binary-amd64_Packages) - stat (2 No such file or directory)
W: You may want to run apt-get update to correct these problems
E: Some index files failed to download, they have been ignored, or old ones used instead.

shell>cat /etc/apt/sources.list | grep orac
deb Index of /debian unstable main non-free
deb-src Index of /debian unstable main

Is there is any way to install Oracle on amd64?
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. Ubuntu

Not able to access wi-fi from ubuntu 9.04 -AMD 64-bit.

Hi, I am not able to access wi-fi network from my laptop HP-DV6-1111au. Please suggest how can i load a driver for the device and set the network right!! (3 Replies)
Discussion started by: guru_gyan
3 Replies

2. Solaris

Solaris on AMD 770 chipset

hi is there anyone out there who has experience with installing Solaris on this chipset? there is one entry in the HCL doc about it (BigAdmin - HCL: Gigabyte GA-MA770-DS3 rev1.0 ) but that person apparently doesnt reply when another asks him some questions. im looking to install on... (3 Replies)
Discussion started by: Landser
3 Replies

3. SuSE

Linux suse for AMD

Hi everybody I have a SLES 8 on my own desktop and now I want to install oracle on it so I should install service pack3 on it, but when I setup it my linux Os can't start up and it say "Kernel panic". My desktop's components is 1-CPU:AMD Athlon 3200+ 64bit 2-Mainboard :Asus A8N SLES... (2 Replies)
Discussion started by: hkoolivand
2 Replies

4. UNIX Benchmarks

AMD-K5 Benchmark

AMD-K5 Processor at 133Mhz 32MB RAM 5 GB Hard Drive 10MB NIC 1MB ARC Graphics Card PS/1 Keyboard CD-ROM Floppy Drive Kickin' Fast BABY! hehe BYTE UNIX Benchmarks (Version 3.11) System -- FreeBSD evil-linux.net 5.0-RELEASE FreeBSD 5.0-RELEASE #0: Thu Jan 16 22:16:53 GMT 2003... (0 Replies)
Discussion started by: Phobos
0 Replies

5. Linux Benchmarks

AMD 1.2 Gentoo 1.4.3.8p1

Notes: CPU/Speed: 1195.993 Ram: 503 Megabytes Motherboard: biostart m7vkb Bus: Cache:256 KB Controller:VT82C586A Disk:Maxtor 93073U6 Load: Kernel:2.4.20-xfs-r3 Kernel ELF?: yes pgms: Results: BYTE UNIX Benchmarks (Version 3.11) System -- Linux box 2.4.20-xfs-r3 #1... (1 Reply)
Discussion started by: tnorth
1 Replies

6. UNIX for Dummies Questions & Answers

UNIX on AMD

Can Sun Soloaris be installed on AMD processor? Thanks in Advance (1 Reply)
Discussion started by: irehman
1 Replies
Login or Register to Ask a Question
DEBPARTIAL-MIRROR(1)					      General Commands Manual					      DEBPARTIAL-MIRROR(1)

NAME
debpartial-mirror -- debpartial-mirror is a program to generate partial Debian packages archives mirrors. SYNOPSIS
apt-get [-hvs] [-o=config string] [-c=file] {update | upgrade | dselect-upgrade | install pkg ... | remove pkg ... | source pkg ... | build-dep pkg ... | check | clean | autoclean } DESCRIPTION
debpartial-mirror is a command-line tool to generate partial Debian packages archives mirrors. It is designed to work (in particular) in Custom Debian Distributions framework, as an aid to create customization of debian systems. Partial mirrors can be generated from different apt repositories (local created or remote ones) and can contain binary as well as sources packages. Generated partial mirrors have the structure of standard apt repositories: please referr to APT documentation for explanation about this. debpartial-mirror uses a configuration file to determine which packages, are to be downloaded and monitored to generate a local partial mirror. Packages can be specified by regular expressions, by list or by mirrors sections. Default configuration file is /etc/debpartial-mirror.conf. debpartial-mirror accept commands in the same way apt-get does, and unless the -h or --help is given, one of the commands below must be presented. update update update is used to resynchronize the package index files from specified sources. upgrade upgrade upgrade is used to dowload selected binary and source packages from specified mirrors. The first time this command is ran the partial mirror is generated: after this, only newer or updated packages will be downloaded into the mirror. all all all is used to perform both update and upgrade commands. OPTIONS
This program follows the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. -h --help Show summary of options. -v --version Show version of program. -cCONFIGFILE --configfile=CONFIGFILE Select the confiruration file. -s --simulate Do nothing, only simulate all. Actually it is not implemented -sf --skip-files Skip downloading of files. Actually it is not implemented -sp --skip-packages Skip downloading of packages. Actually it is not implemented AUTHOR
This manual page was written by Otavio Salvador (otavio@debian.org). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL. DEBPARTIAL-MIRROR(1)