Problems with Linux Repositories

Found a bug? Please report it, but remember to follow the bug reporting guidelines.
Missing a sane feature? Let us know!
But please do NOT request ports to other systems.

Moderator: ZSNES Mods

Post Reply
floatingpoint
New Member
Posts: 4
Joined: Thu Apr 30, 2009 4:10 pm

Problems with Linux Repositories

Post by floatingpoint »

Yo,

I tried to get help with this over at Ubuntu Forums but I'm not getting anywhere...

I had problems with Zsnes crashing after upgrading to Ubuntu 9.04 Jaunty Jackalope, so I uninstalled it in teminal

Code: Select all

 $ sudo apt-get remove zsnes 
Then I restarted.

I went to terminal, and...

Code: Select all

kevin@kevin-desktop:~$ sudo apt-get install zsnes
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package zsnes is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package zsnes has no installation candidate
kevin@kevin-desktop:~$ 
Went to Add/Remove, it won't let me check it to install.
Went to Synaptic, and when I mark it for installation I get
zsnes:

Package zsnes has no available version, but exists in the database.
This typically means that the package was mentioned in a dependency and never uploaded, has been obsoleted or is not available with the contents of sources.list
I went to software sources and checked some stuff in Third Party, then tried again, but I'm just getting the same problems.

I have found that there is a zsnes available as a package download for intel architecture but I'm running amd64. Previously I had installed it in 8.10 Intrepid Ibex by using terminal and typing "apt-get install zsnes"

Totally gutted and desperate to get it back up and running. Any help is greatly appreciated.
funkyass
"God"
Posts: 1128
Joined: Tue Jul 27, 2004 11:24 pm

Post by funkyass »

sudo apt-get clean
sudo apt-get update

you'd probably need the x86-32 lib packages.
Does [Kevin] Smith masturbate with steel wool too?

- Yes, but don’t change the subject.
floatingpoint
New Member
Posts: 4
Joined: Thu Apr 30, 2009 4:10 pm

Post by floatingpoint »

Code: Select all

kevin@kevin-desktop:~$ sudo apt-get install ia32-libs
Reading package lists... Done
Building dependency tree       
Reading state information... Done
ia32-libs is already the newest version.
The following packages were automatically installed and are no longer required:
  libaccess-bridge-java cacao-oj6-jre-headless java-common ttf-telugu-fonts
  ttf-bengali-fonts tzdata-java mbr libdvdread3 rhino ca-certificates-java
  ttf-kannada-fonts ttf-wqy-zenhei cacao-oj6-jre-lib ttf-oriya-fonts
Use 'apt-get autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
kevin@kevin-desktop:~$ sudo apt-get install zsnes
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package zsnes is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package zsnes has no installation candidate
kevin@kevin-desktop:~$ 
funkyass
"God"
Posts: 1128
Joined: Tue Jul 27, 2004 11:24 pm

Post by funkyass »

the ZSNES team doesn't have a say over how canonical handles their repositories.
Does [Kevin] Smith masturbate with steel wool too?

- Yes, but don’t change the subject.
floatingpoint
New Member
Posts: 4
Joined: Thu Apr 30, 2009 4:10 pm

Post by floatingpoint »

I know that. I was just looking for some assistance.

Anyway, I managed to get some info over at Ubuntu Forums:
zsnes was available for 64-bit intrepid, but is now gone from the repos, for reasons unknown (https://bugs.launchpad.net/ubuntu/+s...es/+bug/184255).
Hopefully I can get it from the intrepid repos, failing that I'll try to force the i386 one onto my amd64.
funkyass
"God"
Posts: 1128
Joined: Tue Jul 27, 2004 11:24 pm

Post by funkyass »

you could comple zsnes from source.

look into doing a 32-bit chroot.
Does [Kevin] Smith masturbate with steel wool too?

- Yes, but don’t change the subject.
floatingpoint
New Member
Posts: 4
Joined: Thu Apr 30, 2009 4:10 pm

Post by floatingpoint »

I found the 64bit package in the Intrepid repo, managed to get that installed. Thanks for your help funk 8)
Post Reply