LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   problems with amarok2 in ubuntu 9.04 (https://www.linuxquestions.org/questions/linux-newbie-8/problems-with-amarok2-in-ubuntu-9-04-a-769020/)

tejaswi kalawatia 11-13-2009 08:26 PM

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

repo 11-15-2009 06:24 AM

try
Code:

apt-get remove phonon-backend-gstreamer
apt-get install phonon-backend-xine

Good luck

mark_alfred 11-15-2009 09:05 AM

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-

the trooper 11-15-2009 09:30 AM

Quote:

Originally Posted by mark_alfred (Post 3757789)
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?.

almatic 11-15-2009 10:00 AM

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 ...

the trooper 11-15-2009 10:07 AM

Quote:

the_trooper: this also works with aptitude ..
Ok.Thanks almatic.


All times are GMT -5. The time now is 07:28 PM.