LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-02-2014, 06:23 PM   #1
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Rep: Reputation: 0
Audacious not removed


I removed audacious

The list below shows all packages with name matching "audacious".

[uninstalled] - audacious-3.3.4-x86_64-1
[uninstalled] - audacious-plugins-3.3.4-x86_64-1

You can search specific files using "slackpkg file-search file".

However, I can still run the program in xfce fine, how do I remove it.
 
Old 06-02-2014, 06:42 PM   #2
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,146

Rep: Reputation: Disabled
I think you have a mix of Slackware64-current and Slackware64-14.1, as audacious-3.3.4 is shipped in -current, not in -14.1

Which one do you run: Slackware64-current or Slackware64-14.1?

Or, maybe you uncommented a wrong mirror in /etc/slackpkg/slackpkg.conf.

Please tell us which one you uncommented.

Also please post output of following command:
Code:
ls -1 /var/log/packages/audacious*

Last edited by Didier Spaier; 06-02-2014 at 06:43 PM.
 
Old 06-02-2014, 06:51 PM   #3
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Original Poster
Rep: Reputation: 0
Currently using 14, the mirror was checked and is showing a UK mirror for 14 as well.

Unable to locate directory with the ls command you posted.
 
Old 06-02-2014, 06:53 PM   #4
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Original Poster
Rep: Reputation: 0
Also the mirror was checked and is for Slack 14 and not current.
 
Old 06-02-2014, 07:02 PM   #5
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,146

Rep: Reputation: Disabled
Then how can we explain that you uninstalled a package not included in Slackare 14? Did you upgrade or downgrade Slackware using slackpkg?
 
Old 06-02-2014, 07:08 PM   #6
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Didier Spaier View Post
Then how can we explain that you uninstalled a package not included in Slackare 14? Did you upgrade or downgrade Slackware using slackpkg?
This is a fresh install, I wanted to remove it due to poor performance.

The mirror I uncommented in /etc/slackpkg/mirrors-
# UNITED KINGDOM (UK)
# ftp://ftp.mirrorservice.org/sites/ft...ckware64-14.1/
http://ftp.mirrorservice.org/sites/f...ckware64-14.1/

And from /etc/slackpkg/slackpkg.conf-
#
# The MIRROR is set from /etc/slackpkg/mirrors
# You only need to uncomment the selected mirror.
# Uncomment one mirror only.
#
 
Old 06-02-2014, 07:18 PM   #7
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,146

Rep: Reputation: Disabled
OK i was wrong, the audacious version is 3.3.4. But I can't uderstand why you can run audacious if it's uninstalled.

Are you sure that XFCE is not showing you another media payer than audacious?

Also, please provide full output of:
Code:
ls  ls -1 /var/log/packages/au*
 
Old 06-02-2014, 07:20 PM   #8
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by Didier Spaier View Post
OK i was wrong, the audacious version is 3.3.4. But I can't uderstand why you can run audacious if it's uninstalled.

Are you sure that XFCE is not showing you another media payer than audacious?

Also, please provide full output of:
Code:
ls  ls -1 /var/log/packages/au*
bash-4.2$ ls -1 /var/log/packages/au*
/var/log/packages/audiofile-0.3.6-x86_64-1
/var/log/packages/autoconf-2.69-noarch-1
/var/log/packages/autofs-5.0.7-x86_64-2
/var/log/packages/automake-1.11.5-noarch-1
/var/log/packages/automoc4-0.9.88-x86_64-1
 
Old 06-02-2014, 07:33 PM   #9
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,316

Rep: Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373
What does this give you?

Code:
which audacious
 
Old 06-02-2014, 07:36 PM   #10
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by dugan View Post
What does this give you?

Code:
which audacious
/usr/bin/audacious
 
Old 06-02-2014, 07:56 PM   #11
Didier Spaier
LQ Addict
 
Registered: Nov 2008
Location: Paris, France
Distribution: Slint64-15.0
Posts: 11,146

Rep: Reputation: Disabled
So obviously audacious is still there.Please tell which command you used to remove it, and try this one:
Code:
removepkg audacious
If that doesn't work reinstall it with the command installpkg, then remove it again with removepkg.
 
Old 06-02-2014, 08:00 PM   #12
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Original Poster
Rep: Reputation: 0
bash-4.2$ sudo removepkg audacious
ls: cannot access /var/log/packages/audacious*: No such file or directory
No such package: /var/log/packages/audacious. Can't remove.
bash-4.2$ sudo installpkg audacious
Cannot install audacious: file not found
bash-4.2$
 
Old 06-02-2014, 08:02 PM   #13
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,316

Rep: Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373Reputation: 5373
Download an audacious-3.3.4 package, install it with installpkg to make it known to the package "database", and then remove it with removepkg.
 
Old 06-02-2014, 08:05 PM   #14
Pinonoir
Member
 
Registered: May 2014
Posts: 209

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by dugan View Post
Download an audacious-3.3.4 package, install it with installpkg to make it known to the package "database", and then remove it with removepkg.
How would I go about this? Nothing exists for audacious at SlackBuilds.
 
Old 06-02-2014, 08:27 PM   #15
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,739

Rep: Reputation: 1850Reputation: 1850Reputation: 1850Reputation: 1850Reputation: 1850Reputation: 1850Reputation: 1850Reputation: 1850Reputation: 1850Reputation: 1850Reputation: 1850
audacious is part of Slackware, not in SlackBuilds
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Audacious in current kikinovak Slackware 7 09-26-2012 09:09 AM
Alternative to Audacious for eac cuesheets, midi playback (hardware)? Fix audacious? Holering Linux - Software 0 10-02-2010 11:19 PM
Audacious question methodtwo Linux - Software 1 08-06-2009 06:36 PM
Removed accidently removed panel at Suse 11.1? alte_mann SUSE / openSUSE 6 01-29-2009 04:19 AM
Streamtuner and Audacious bgeddy Slackware 2 07-11-2007 05:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:26 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration