Bug #1265
closedUbuntu installation instructions installs old version
0%
Description
Ubuntu installation instructions installs old version. The Download page has this command for Ubuntu install:
sudo apt-get install chirp
The result is an installation of an old version, not the 0.3. expected.
Below is the relevant part of the terminal dialogue.
Do you want to continue [Y/n]? y
Selecting previously unselected package python-support.
(Reading database ... 228936 files and directories currently installed.)
Unpacking python-support (from .../python-support_1.0.14ubuntu2_all.deb) ...
Selecting previously unselected package python-libxslt1.
Unpacking python-libxslt1 (from .../python-libxslt1_1.1.26-8ubuntu1.3_i386.deb) ...
Selecting previously unselected package chirp.
Unpacking chirp (from .../chirp_0.1.12-1_i386.deb) ...
Processing triggers for man-db ...
Processing triggers for bamfdaemon ...
Rebuilding /usr/share/applications/bamf.index...
Processing triggers for desktop-file-utils ...
Processing triggers for gnome-menus ...
Setting up python-support (1.0.14ubuntu2) ...
Setting up python-libxslt1 (1.1.26-8ubuntu1.3) ...
Setting up chirp (0.1.12-1) ...
Processing triggers for python-support ...
My solution was to download the daily build that worked correctly.
Files