[Tutor] python3.4m
Alex Kleider
akleider at sonic.net
Fri Apr 3 06:35:49 CEST 2015
On 2015-04-02 19:42, Ben Finney wrote:
> Alex Kleider <akleider at sonic.net> writes:
>
>> A listing of /usr/bin/python* on my Ubuntu 14.04 LTS machine yields
>> the following:
>> alex at t61p:~$ ls -l /usr/bin/python*
>> […]
>> -rwxr-xr-x 1 root root 3802224 Apr 11 2014 /usr/bin/python3.4m
>> lrwxrwxrwx 1 root root 10 Aug 23 2014 /usr/bin/python3m ->
>> python3.4m
>>
>> What is python3.4m?
>
> I can't tell you what it is. I can, though, tell you how to query what
> package installed it::
>
> $ dpkg --search /usr/bin/python3.4m
>
> which might give some useful information.
It does indeed:
alex at t61p:~$ dpkg --search /usr/bin/python3.4m
python3.4-minimal: /usr/bin/python3.4m
This elaborates a bit:
https://launchpad.net/ubuntu/trusty/+package/python3.4-minimal
Thanks for the tip.
ak
More information about the Tutor
mailing list