File: README.Debian

package info (click to toggle)
libdbd-oracle-perl 1.83-1
  • links: PTS, VCS
  • area: contrib
  • in suites: bookworm
  • size: 1,724 kB
  • sloc: ansic: 8,354; perl: 7,868; makefile: 20
file content (37 lines) | stat: -rw-r--r-- 1,129 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
libdbd-oracle-perl for Debian
-----------------------------

To install this package, you need to install the Oracle Instant Client.
This can be downloaded free of cost (an "Oracle Account" is no longer
required):

<https://www.oracle.com/database/technologies/instant-client/downloads.html>

Click to "Instant Client for Linux x86-64" (amd64) or
"Instant Client for Linux x86" (i386), and get the RPM package (please,
note that Instant Client packages no longer include the release number
as part of the RPM name since release 21):

- Basic (oracle-instantclient-basic-*.rpm)

Optional: You can use Basic-Lite instead of Basic
          (oracle-instantclient-basiclite-*.rpm)

Make sure you have these packages installed to convert the
RPM files to Debian:

- fakeroot
- alien

Convert them to Debian packages:

$ fakeroot alien --scripts oracle-instantclient-*.rpm

Install them as root:

# dpkg -i oracle-instantclient-*.deb

and then you are ready to install this package.

 -- Julián Moreno Patiño <darkjunix@gmail.com>  Mon, 07 Jun 2010 01:17:27 -0500
 -- Alex Muntada <alexm@debian.org>  Sun, 26 Feb 2023 18:16:49 +0100