xmlstarlet is not available via Synaptic Package Manager

Asked by Bryan Smith

I am attempting to run a program which is dependent on xmlstarlet. However I cannot find this package in Synamtic despite having the main, universe, restricted and multiverse repositories enabled in the Software Sources tab. (These repositories are Downloaded from a repository in Australia.)

A Google search suggests that the 1.0.1-2ubuntu1 package should be available from the universe repository. I am running 64 bit version of Ubuntu 9.10 (Karmic Koala).

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Vitaliy Kulikov (slonua) said :
#1

could u provide output from terminal:

$ cat /etc/apt/sources.list && echo && apt-cache search xmlstarlet

also, u can try install xmlstarlet from cmd

$ sudo apt-get install xmlstarlet

Revision history for this message
Bryan Smith (bryan-smith) said :
#2

Hi,

xmlstarlet seemed to install using apt-get, but why was it not visible in synaptic?

$ cat /etc/apt/sources.list && echo && apt-cache search xmlstarlet
# deb cdrom:[Ubuntu 9.10 _Karmic Koala_ - Release amd64 (20091027)]/ karmic main restricted
# See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
# newer versions of the distribution.

deb http://au.archive.ubuntu.com/ubuntu/ karmic main restricted
deb-src http://au.archive.ubuntu.com/ubuntu/ karmic main restricted

## Major bug fix updates produced after the final release of the
## distribution.
deb http://au.archive.ubuntu.com/ubuntu/ karmic-updates main restricted
deb-src http://au.archive.ubuntu.com/ubuntu/ karmic-updates main restricted

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team. Also, please note that software in universe WILL NOT receive any
## review or updates from the Ubuntu security team.
deb http://au.archive.ubuntu.com/ubuntu/ karmic universe
deb-src http://au.archive.ubuntu.com/ubuntu/ karmic universe
deb http://au.archive.ubuntu.com/ubuntu/ karmic-updates universe
deb-src http://au.archive.ubuntu.com/ubuntu/ karmic-updates universe

## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
## team, and may not be under a free licence. Please satisfy yourself as to
## your rights to use the software. Also, please note that software in
## multiverse WILL NOT receive any review or updates from the Ubuntu
## security team.
deb http://au.archive.ubuntu.com/ubuntu/ karmic multiverse
deb-src http://au.archive.ubuntu.com/ubuntu/ karmic multiverse
deb http://au.archive.ubuntu.com/ubuntu/ karmic-updates multiverse
deb-src http://au.archive.ubuntu.com/ubuntu/ karmic-updates multiverse

## Uncomment the following two lines to add software from the 'backports'
## repository.
## N.B. software from this repository may not have been tested as
## extensively as that contained in the main release, although it includes
## newer versions of some applications which may provide useful features.
## Also, please note that software in backports WILL NOT receive any review
## or updates from the Ubuntu security team.
# deb-src http://au.archive.ubuntu.com/ubuntu/ karmic-backports main restricted universe multiverse

## Uncomment the following two lines to add software from Canonical's
## 'partner' repository.
## This software is not part of Ubuntu, but is offered by Canonical and the
## respective vendors as a service to Ubuntu users.
deb http://archive.canonical.com/ubuntu karmic partner
deb-src http://archive.canonical.com/ubuntu karmic partner

deb http://security.ubuntu.com/ubuntu karmic-security main restricted
deb-src http://security.ubuntu.com/ubuntu karmic-security main restricted
deb http://security.ubuntu.com/ubuntu karmic-security universe
deb-src http://security.ubuntu.com/ubuntu karmic-security universe
deb http://security.ubuntu.com/ubuntu karmic-security multiverse
deb-src http://security.ubuntu.com/ubuntu karmic-security multiverse
deb http://packages.medibuntu.org/ karmic free non-free
deb http://ppa.launchpad.net/jre-phoenix/ppa/ubuntu karmic main
deb-src http://ppa.launchpad.net/jre-phoenix/ppa/ubuntu karmic main
deb http://download.virtualbox.org/virtualbox/debian karmic non-free

rnv - Relax NG Compact Syntax validator
xmlstarlet - command line XML toolkit

=======================================================

 sudo apt-get install xmlstarlet
[sudo] password for bryan:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages were automatically installed and are no longer required:
  libdevel-symdump-perl debootstrap libauthen-sasl-perl libpolkit-dbus2 libio-stringy-perl lvm2 postfix patchutils
  python-cheetah python-urlgrabber libterm-size-perl kpartx python-gtk-vnc libxen3 devscripts libtest-pod-perl
  dctrl-tools dput bsd-mailx libpod-coverage-perl bridge-utils watershed libparse-debcontrol-perl libpolkit2 wdiff
Use 'apt-get autoremove' to remove them.
The following NEW packages will be installed:
  xmlstarlet
0 upgraded, 1 newly installed, 0 to remove and 3 not upgraded.
Need to get 166kB of archives.
After this operation, 979kB of additional disk space will be used.
Get:1 http://au.archive.ubuntu.com karmic/universe xmlstarlet 1.0.1-2ubuntu1 [166kB]
Fetched 166kB in 1s (133kB/s)
Selecting previously deselected package xmlstarlet.
(Reading database ... 217288 files and directories currently installed.)
Unpacking xmlstarlet (from .../xmlstarlet_1.0.1-2ubuntu1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for doc-base ...
Processing 1 added doc-base file(s)...
Registering documents with scrollkeeper...
Setting up xmlstarlet (1.0.1-2ubuntu1) ...

Vitaliy Kulikov wrote:
> Your question #106407 on Ubuntu changed:
> https://answers.edge.launchpad.net/ubuntu/+question/106407
>
> Status: Open => Needs information
>
> Vitaliy Kulikov requested for more information:
> could u provide output from terminal:
>
> $ cat /etc/apt/sources.list && echo && apt-cache search xmlstarlet
>
> also, u can try install xmlstarlet from cmd
>
> $ sudo apt-get install xmlstarlet
>
>

Revision history for this message
Vitaliy Kulikov (slonua) said :
#3

so, it's strange that synaptic couldn't find 'xmlstarlet', but take attention on that u must type whole world or as much as possible to find package!!! typing only 'xml' not show me 'xmlstarlet' too ;)

Can you help with this problem?

Provide an answer of your own, or ask Bryan Smith for more information if necessary.

To post a message you must log in.