Where is libmtp?
I'm trying to install playedit-0.1.6 (an editor for Android playlists) in Kubuntu 14.10. It's only available in source form, it seems. So I went through the configure ritual several times, each time having to install another batch of software. But eventually I got stuck: the configurator required libmtp, and apt-get install couldn't find it. So where is it? If it doesn't exist, is there another way to install playedit?
mtp
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
I'm trying to install playedit-0.1.6 (an editor for Android playlists) in Kubuntu 14.10. It's only available in source form, it seems. So I went through the configure ritual several times, each time having to install another batch of software. But eventually I got stuck: the configurator required libmtp, and apt-get install couldn't find it. So where is it? If it doesn't exist, is there another way to install playedit?
mtp
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Did you try libmtp-dev?
– steeldriver
Apr 19 '15 at 0:11
This might be related to the fact that (K)Ubuntu 14.10 is not supported abymore. It might be a good idea to upgrade.
– Klaus D.
2 days ago
add a comment |
I'm trying to install playedit-0.1.6 (an editor for Android playlists) in Kubuntu 14.10. It's only available in source form, it seems. So I went through the configure ritual several times, each time having to install another batch of software. But eventually I got stuck: the configurator required libmtp, and apt-get install couldn't find it. So where is it? If it doesn't exist, is there another way to install playedit?
mtp
I'm trying to install playedit-0.1.6 (an editor for Android playlists) in Kubuntu 14.10. It's only available in source form, it seems. So I went through the configure ritual several times, each time having to install another batch of software. But eventually I got stuck: the configurator required libmtp, and apt-get install couldn't find it. So where is it? If it doesn't exist, is there another way to install playedit?
mtp
mtp
asked Apr 19 '15 at 0:03
Paul A.Paul A.
3941722
3941722
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 2 days ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Did you try libmtp-dev?
– steeldriver
Apr 19 '15 at 0:11
This might be related to the fact that (K)Ubuntu 14.10 is not supported abymore. It might be a good idea to upgrade.
– Klaus D.
2 days ago
add a comment |
Did you try libmtp-dev?
– steeldriver
Apr 19 '15 at 0:11
This might be related to the fact that (K)Ubuntu 14.10 is not supported abymore. It might be a good idea to upgrade.
– Klaus D.
2 days ago
Did you try libmtp-dev?
– steeldriver
Apr 19 '15 at 0:11
Did you try libmtp-dev?
– steeldriver
Apr 19 '15 at 0:11
This might be related to the fact that (K)Ubuntu 14.10 is not supported abymore. It might be a good idea to upgrade.
– Klaus D.
2 days ago
This might be related to the fact that (K)Ubuntu 14.10 is not supported abymore. It might be a good idea to upgrade.
– Klaus D.
2 days ago
add a comment |
2 Answers
2
active
oldest
votes
Try to install:
libmtp-runtime
libmtp-common
libmtp9
The latter contains libmtp.so
, two other may be dependencies
From my system:
$ dpkg -l *libmtp*
==================
ii libmtp-common 1.1.6-20-g1b9f164-1ub all Media Transfer Protocol (MTP) common files
ii libmtp-runtime 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) runtime tools
un libmtp8 <нет> <нет> (описание недоступно)
ii libmtp9:amd64 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) library
I got one step further but now it needs libmpg123. I do have libmpg123-0:i386 installed, but I don't know what to do to get the playedit configurator to use it.
– Paul A.
Apr 24 '15 at 16:29
Surely, you joking?$ dpkg -l *libmpg123*
gave me two packages to install:libmpg123-0:amd64
andlibmpg123-0:i386
. You should justapt-get install libmpg123
and let your system decide which architecture to install.
– Troublemaker-DV
Apr 25 '15 at 1:32
add a comment |
You can use a PPA or you can even compile the program yourself if you really want to..
PPA (precise, quantal, raring, saucy, trusty, utopic)
sudo add-apt-repository ppa:glennric/mtp
sudo apt-get update
sudo apt-get install playedit
Compile
At first use this command:
./autogen.sh
If messages appear like this:
`No package 'libmpg123' found`
install the missing package with this command, eg.:
sudo apt-get install libmpg123-dev
Then run:
make
and install with make install
:
sudo make install
or with checkinstall
for a deb package
sudo apt-get install checkinstall
sudo checkinstall
I did install libmtp-dev. The problems with libmpg showed up after I installed it and again did a configure.
– Paul A.
Apr 24 '15 at 17:52
sudo apt-get install libmtp9
– A.B.
Apr 24 '15 at 18:24
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "89"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f611054%2fwhere-is-libmtp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try to install:
libmtp-runtime
libmtp-common
libmtp9
The latter contains libmtp.so
, two other may be dependencies
From my system:
$ dpkg -l *libmtp*
==================
ii libmtp-common 1.1.6-20-g1b9f164-1ub all Media Transfer Protocol (MTP) common files
ii libmtp-runtime 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) runtime tools
un libmtp8 <нет> <нет> (описание недоступно)
ii libmtp9:amd64 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) library
I got one step further but now it needs libmpg123. I do have libmpg123-0:i386 installed, but I don't know what to do to get the playedit configurator to use it.
– Paul A.
Apr 24 '15 at 16:29
Surely, you joking?$ dpkg -l *libmpg123*
gave me two packages to install:libmpg123-0:amd64
andlibmpg123-0:i386
. You should justapt-get install libmpg123
and let your system decide which architecture to install.
– Troublemaker-DV
Apr 25 '15 at 1:32
add a comment |
Try to install:
libmtp-runtime
libmtp-common
libmtp9
The latter contains libmtp.so
, two other may be dependencies
From my system:
$ dpkg -l *libmtp*
==================
ii libmtp-common 1.1.6-20-g1b9f164-1ub all Media Transfer Protocol (MTP) common files
ii libmtp-runtime 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) runtime tools
un libmtp8 <нет> <нет> (описание недоступно)
ii libmtp9:amd64 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) library
I got one step further but now it needs libmpg123. I do have libmpg123-0:i386 installed, but I don't know what to do to get the playedit configurator to use it.
– Paul A.
Apr 24 '15 at 16:29
Surely, you joking?$ dpkg -l *libmpg123*
gave me two packages to install:libmpg123-0:amd64
andlibmpg123-0:i386
. You should justapt-get install libmpg123
and let your system decide which architecture to install.
– Troublemaker-DV
Apr 25 '15 at 1:32
add a comment |
Try to install:
libmtp-runtime
libmtp-common
libmtp9
The latter contains libmtp.so
, two other may be dependencies
From my system:
$ dpkg -l *libmtp*
==================
ii libmtp-common 1.1.6-20-g1b9f164-1ub all Media Transfer Protocol (MTP) common files
ii libmtp-runtime 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) runtime tools
un libmtp8 <нет> <нет> (описание недоступно)
ii libmtp9:amd64 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) library
Try to install:
libmtp-runtime
libmtp-common
libmtp9
The latter contains libmtp.so
, two other may be dependencies
From my system:
$ dpkg -l *libmtp*
==================
ii libmtp-common 1.1.6-20-g1b9f164-1ub all Media Transfer Protocol (MTP) common files
ii libmtp-runtime 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) runtime tools
un libmtp8 <нет> <нет> (описание недоступно)
ii libmtp9:amd64 1.1.6-20-g1b9f164-1ub amd64 Media Transfer Protocol (MTP) library
answered Apr 19 '15 at 0:34
Troublemaker-DVTroublemaker-DV
1891213
1891213
I got one step further but now it needs libmpg123. I do have libmpg123-0:i386 installed, but I don't know what to do to get the playedit configurator to use it.
– Paul A.
Apr 24 '15 at 16:29
Surely, you joking?$ dpkg -l *libmpg123*
gave me two packages to install:libmpg123-0:amd64
andlibmpg123-0:i386
. You should justapt-get install libmpg123
and let your system decide which architecture to install.
– Troublemaker-DV
Apr 25 '15 at 1:32
add a comment |
I got one step further but now it needs libmpg123. I do have libmpg123-0:i386 installed, but I don't know what to do to get the playedit configurator to use it.
– Paul A.
Apr 24 '15 at 16:29
Surely, you joking?$ dpkg -l *libmpg123*
gave me two packages to install:libmpg123-0:amd64
andlibmpg123-0:i386
. You should justapt-get install libmpg123
and let your system decide which architecture to install.
– Troublemaker-DV
Apr 25 '15 at 1:32
I got one step further but now it needs libmpg123. I do have libmpg123-0:i386 installed, but I don't know what to do to get the playedit configurator to use it.
– Paul A.
Apr 24 '15 at 16:29
I got one step further but now it needs libmpg123. I do have libmpg123-0:i386 installed, but I don't know what to do to get the playedit configurator to use it.
– Paul A.
Apr 24 '15 at 16:29
Surely, you joking?
$ dpkg -l *libmpg123*
gave me two packages to install: libmpg123-0:amd64
and libmpg123-0:i386
. You should just apt-get install libmpg123
and let your system decide which architecture to install.– Troublemaker-DV
Apr 25 '15 at 1:32
Surely, you joking?
$ dpkg -l *libmpg123*
gave me two packages to install: libmpg123-0:amd64
and libmpg123-0:i386
. You should just apt-get install libmpg123
and let your system decide which architecture to install.– Troublemaker-DV
Apr 25 '15 at 1:32
add a comment |
You can use a PPA or you can even compile the program yourself if you really want to..
PPA (precise, quantal, raring, saucy, trusty, utopic)
sudo add-apt-repository ppa:glennric/mtp
sudo apt-get update
sudo apt-get install playedit
Compile
At first use this command:
./autogen.sh
If messages appear like this:
`No package 'libmpg123' found`
install the missing package with this command, eg.:
sudo apt-get install libmpg123-dev
Then run:
make
and install with make install
:
sudo make install
or with checkinstall
for a deb package
sudo apt-get install checkinstall
sudo checkinstall
I did install libmtp-dev. The problems with libmpg showed up after I installed it and again did a configure.
– Paul A.
Apr 24 '15 at 17:52
sudo apt-get install libmtp9
– A.B.
Apr 24 '15 at 18:24
add a comment |
You can use a PPA or you can even compile the program yourself if you really want to..
PPA (precise, quantal, raring, saucy, trusty, utopic)
sudo add-apt-repository ppa:glennric/mtp
sudo apt-get update
sudo apt-get install playedit
Compile
At first use this command:
./autogen.sh
If messages appear like this:
`No package 'libmpg123' found`
install the missing package with this command, eg.:
sudo apt-get install libmpg123-dev
Then run:
make
and install with make install
:
sudo make install
or with checkinstall
for a deb package
sudo apt-get install checkinstall
sudo checkinstall
I did install libmtp-dev. The problems with libmpg showed up after I installed it and again did a configure.
– Paul A.
Apr 24 '15 at 17:52
sudo apt-get install libmtp9
– A.B.
Apr 24 '15 at 18:24
add a comment |
You can use a PPA or you can even compile the program yourself if you really want to..
PPA (precise, quantal, raring, saucy, trusty, utopic)
sudo add-apt-repository ppa:glennric/mtp
sudo apt-get update
sudo apt-get install playedit
Compile
At first use this command:
./autogen.sh
If messages appear like this:
`No package 'libmpg123' found`
install the missing package with this command, eg.:
sudo apt-get install libmpg123-dev
Then run:
make
and install with make install
:
sudo make install
or with checkinstall
for a deb package
sudo apt-get install checkinstall
sudo checkinstall
You can use a PPA or you can even compile the program yourself if you really want to..
PPA (precise, quantal, raring, saucy, trusty, utopic)
sudo add-apt-repository ppa:glennric/mtp
sudo apt-get update
sudo apt-get install playedit
Compile
At first use this command:
./autogen.sh
If messages appear like this:
`No package 'libmpg123' found`
install the missing package with this command, eg.:
sudo apt-get install libmpg123-dev
Then run:
make
and install with make install
:
sudo make install
or with checkinstall
for a deb package
sudo apt-get install checkinstall
sudo checkinstall
edited Aug 17 '15 at 15:20
Fabby
26.7k1360159
26.7k1360159
answered Apr 19 '15 at 12:53
A.B.A.B.
68.5k12168258
68.5k12168258
I did install libmtp-dev. The problems with libmpg showed up after I installed it and again did a configure.
– Paul A.
Apr 24 '15 at 17:52
sudo apt-get install libmtp9
– A.B.
Apr 24 '15 at 18:24
add a comment |
I did install libmtp-dev. The problems with libmpg showed up after I installed it and again did a configure.
– Paul A.
Apr 24 '15 at 17:52
sudo apt-get install libmtp9
– A.B.
Apr 24 '15 at 18:24
I did install libmtp-dev. The problems with libmpg showed up after I installed it and again did a configure.
– Paul A.
Apr 24 '15 at 17:52
I did install libmtp-dev. The problems with libmpg showed up after I installed it and again did a configure.
– Paul A.
Apr 24 '15 at 17:52
sudo apt-get install libmtp9
– A.B.
Apr 24 '15 at 18:24
sudo apt-get install libmtp9
– A.B.
Apr 24 '15 at 18:24
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f611054%2fwhere-is-libmtp%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you try libmtp-dev?
– steeldriver
Apr 19 '15 at 0:11
This might be related to the fact that (K)Ubuntu 14.10 is not supported abymore. It might be a good idea to upgrade.
– Klaus D.
2 days ago