Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
11-13-2009, 09:26 PM
|
#1
|
LQ Newbie
Registered: Feb 2009
Posts: 14
Rep:
|
problems with amarok2 in ubuntu 9.04
hello,
can iknow the commands to first remove phonon-backend-gstreamer and then install phonon-backend-xine so tha tmy amarok2 can work
|
|
|
11-15-2009, 07:24 AM
|
#2
|
LQ 5k Club
Registered: May 2001
Location: Belgium
Distribution: Arch
Posts: 8,529
|
try
Code:
apt-get remove phonon-backend-gstreamer
apt-get install phonon-backend-xine
Good luck
|
|
|
11-15-2009, 10:05 AM
|
#3
|
Senior Member
Registered: Jul 2003
Location: Toronto, Ontario, Canada
Distribution: Ubuntu Linux 16.04, Debian 10, LineageOS 14.1
Posts: 1,573
|
Or,
Code:
apt-get remove phonon-backend-gstreamer phonon-backend-xine+
to do it all in one command (the plus sign at the end of phonon-backend-xine inverts the remove command for that package into an install command).
The reverse would also work, using a minus sign:
Code:
apt-get install phonon-backend-xine phonon-backend-gstreamer-
Last edited by mark_alfred; 11-15-2009 at 10:09 AM.
|
|
|
11-15-2009, 10:30 AM
|
#4
|
Senior Member
Registered: Jun 2006
Location: England
Distribution: Debian Stable
Posts: 1,508
Rep:
|
Quote:
Originally Posted by mark_alfred
Or,
Code:
apt-get remove phonon-backend-gstreamer phonon-backend-xine+
to do it all in one command (the plus sign at the end of phonon-backend-xine inverts the remove command for that package into an install command).
The reverse would also work, using a minus sign:
Code:
apt-get install phonon-backend-xine phonon-backend-gstreamer-
|
That's a good tip.I didn't know that.
Do you know if the command works with aptitude also?.
|
|
|
11-15-2009, 11:00 AM
|
#5
|
Member
Registered: Mar 2007
Distribution: Debian
Posts: 547
Rep:
|
you can also have both backends installed and then select the xine backend in systemsettings->multimedia (just move it to the top).
the_trooper: this also works with aptitude ...
|
|
|
11-15-2009, 11:07 AM
|
#6
|
Senior Member
Registered: Jun 2006
Location: England
Distribution: Debian Stable
Posts: 1,508
Rep:
|
Quote:
the_trooper: this also works with aptitude ..
|
Ok.Thanks almatic.
|
|
|
All times are GMT -5. The time now is 01:53 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|