SEARCH

Enter your search query in the box above ^, or use the forum search tool.

You are not logged in.

#1 2009-09-06 04:19:40

Mr. Miyagi
Member
Registered: 2009-04-20
Posts: 19

Installed app not recognized as installed

I wanted to get the latest version of audacious, so I added a repository (http://philip.magicalforest.se/) and updated. I removed audacious and reinstalled.
When I try to run audacious I get the following message:

The program 'audacious' is currently not installed.  You can install it by typing:
sudo apt-get install audacious
bash: audacious: command not found

But it really is installed:

barry@barry-desktop:~$ aptitude show audacious
Package: audacious
New: yes
State: installed
Automatically installed: no
Version: 2.1-jaunty~ppa1
Priority: optional
Section: extra/sound
Maintainer: Philip Johnsson <philip.johnsson@gmail.com>
Uncompressed Size: 3396k
Depends: libatk1.0-0 (>= 1.20.0), libaudclient1 (= 2.1-jaunty~ppa1), libc6 (>=
         2.7), libcairo2 (>= 1.2.4), libdbus-1-3 (>= 1.0.2), libdbus-glib-1-2
         (>= 0.78), libfontconfig1 (>= 2.4.0), libfreetype6 (>= 2.2.1),
         libglib2.0-0 (>= 2.16.0), libgtk2.0-0 (>= 2.16.0), libice6 (>=
         1:1.0.0), libmcs1, libmowgli1 (>= 0.5.0), libpango1.0-0 (>= 1.14.0),
         libsamplerate0, libsm6, audacious-plugins (>= 2.0), audacious-plugins
         (< 3.0~), dbus, libaudid3tag1 (= 2.1-jaunty~ppa1), gtk2-engines-pixbuf
Recommends: audacious-plugins-extra (>= 2.0), unzip, python-chardet
Conflicts: audacious-crossfade (<= 0.3.14-1build1)
Description: small and fast audio player which supports lots of formats
 Audacious is a fork of beep-media-player which supports winamp skins and many
 codecs. 
 
 In the default install, the following codecs are supported: 
 
 * MP3 
 * Ogg Vorbis 
 * AAC and AAC+ 
 * FLAC 
 * Windows Media (WMA) 
 * Musepack 
 * TTA 
 * Many module formats and much more! 
   
 Additionally, Audacious is extendable through plugins, and contains other
 useful features like LIRC support and support for last.fm. 
 
 This package contains the core player and its localization.
Homepage: http://www.audacious-media-player.org/

Does anybody know what is going on?

Offline

Be excellent to each other!

#2 2009-09-06 04:34:52

hailukahh
#! Member
From: Texas
Registered: 2009-07-27
Posts: 87

Re: Installed app not recognized as installed

I downloaded the package and viewed its contents.  Try audacious2.


<'(((><  I am not ashamed of the gospel, because it is the  ><)))'>
<'(((><  power of God, the salvation of everyone who believes.  ><)))'>

EeePC 900a : #! 9.04 : Atom 1.60 GHz : 1 GB RAM : 4 GB SSD

Offline

#3 2009-09-06 04:34:56

corenominal
WRONG
From: Lincoln, UK
Registered: 2008-11-20
Posts: 5,081
Website

Re: Installed app not recognized as installed

I had a quick look at the package and it appears to install the executable to '/usr/bin/audacious2'. Try running 'audacious2' and see if it makes a difference.


Ex-developer of #! CrunchBang. Follow me on Twitter smile

Offline

#4 2009-09-06 04:35:53

corenominal
WRONG
From: Lincoln, UK
Registered: 2008-11-20
Posts: 5,081
Website

Re: Installed app not recognized as installed

LOL - hailukahh beat me by 4 seconds! lol


Ex-developer of #! CrunchBang. Follow me on Twitter smile

Offline

#5 2009-09-06 04:39:40

hailukahh
#! Member
From: Texas
Registered: 2009-07-27
Posts: 87

Re: Installed app not recognized as installed

big_smile cool


<'(((><  I am not ashamed of the gospel, because it is the  ><)))'>
<'(((><  power of God, the salvation of everyone who believes.  ><)))'>

EeePC 900a : #! 9.04 : Atom 1.60 GHz : 1 GB RAM : 4 GB SSD

Offline

#6 2009-09-06 04:51:43

Mr. Miyagi
Member
Registered: 2009-04-20
Posts: 19

Re: Installed app not recognized as installed

Thanks for the really quick replies lol It fixed the problem.
How would I go about figuring this out myself, next time?

edit: Yay, the new gtk user interface totally rocks cool

Last edited by Mr. Miyagi (2009-09-06 05:05:52)

Offline

#7 2009-09-06 05:28:46

hailukahh
#! Member
From: Texas
Registered: 2009-07-27
Posts: 87

Re: Installed app not recognized as installed

You can run

dpkg-deb -c packagename.deb

to list the contents of a .deb.

You may need to run it through grep to actually find what you're looking for.

For the package you have, I downloaded the .deb and ran:

dpkg-deb -c audacious_2.1-jaunty~ppa1_i386.deb  | grep bin

which gave me:

drwxr-xr-x root/root         0 2009-07-08 19:56 ./usr/bin/
-rwxr-xr-x root/root    623280 2009-07-08 19:56 ./usr/bin/audacious2
-rwxr-xr-x root/root     27660 2009-07-08 19:56 ./usr/bin/audtool2

<'(((><  I am not ashamed of the gospel, because it is the  ><)))'>
<'(((><  power of God, the salvation of everyone who believes.  ><)))'>

EeePC 900a : #! 9.04 : Atom 1.60 GHz : 1 GB RAM : 4 GB SSD

Offline

#8 2009-09-06 05:52:33

Mr. Miyagi
Member
Registered: 2009-04-20
Posts: 19

Re: Installed app not recognized as installed

Alright. Thank you for your help smile

Offline

#9 2009-09-06 05:53:42

Toolz
#! Die Hard
From: Asia
Registered: 2009-02-02
Posts: 937

Re: Installed app not recognized as installed

Mr. Miyagi wrote:

Thanks for the really quick replies lol It fixed the problem.
How would I go about figuring this out myself, next time?

edit: Yay, the new gtk user interface totally rocks cool

Use 'Run' (gmrun). Start typing a few characters and then <TAB> - it'll show you what's available.

Offline

#10 2009-09-06 05:54:51

Mr. Miyagi
Member
Registered: 2009-04-20
Posts: 19

Re: Installed app not recognized as installed

Toolz wrote:
Mr. Miyagi wrote:

Thanks for the really quick replies lol It fixed the problem.
How would I go about figuring this out myself, next time?

edit: Yay, the new gtk user interface totally rocks cool

Use 'Run' (gmrun). Start typing a few characters and then <TAB> - it'll show you what's available.

Great tip! Thank you.

Offline

Board footer

Powered by FluxBB

Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.

Debian Logo