![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
|
|
x86 64-bit Users For the discussion of Ubuntu on the AMD 64 platform. |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Way Too Much Ubuntu
![]() Join Date: Jul 2005
Location: Potenza, Italy
Beans: 254
Ubuntu 9.10 Karmic Koala
|
New Amd64 repository (unofficial)
uPure64 (ubuntu pure x86_64) is a repository for the Ubuntu Linux AMD64 (64bit) distribution, it's update to last stable release, at this moment Feisy Fawn AMD64, the packages of the previous versions of Ubuntu will remain online until the Canonical expire their support. The repository exist to make more complete and compatible the 64bit like to i386, between the packages included in it there are NsPluginWrapper, Gnash, Beagle, Banshee, Rhythmbox, Pidgin, K3B, Kdenlive and many others. All the packages are complete of their sources and released under the original software license, GPL or whichever other Open Source.
To add the repository: Code:
gpg --keyserver hkp://keyserver.ubuntu.com:11371/ --recv-keys 2C4C84CC && gpg --export --armor 2C4C84CC | sudo apt-key add - Code:
wget http://download.tuxfamily.org/upure64/2C4C84CC.gpg -O- | sudo apt-key add - Code:
## uPure64 Repository deb http://download.tuxfamily.org/upure64/ dapper-upure64 main-amd64 Code:
## uPure64 Repository deb http://download.tuxfamily.org/upure64/ edgy-upure64 main-amd64 Code:
## uPure64 Repository deb http://download.tuxfamily.org/upure64/ feisty-upure64 main-amd64 deb-src http://download.tuxfamily.org/upure64/ feisty-upure64 main-amd64 ## uPure64 Repository (Experimental) deb http://download.tuxfamily.org/upure64/ feisty-upure64 experimental-amd64 deb-src http://download.tuxfamily.org/upure64/ feisty-upure64 experimental-amd64 Code:
## uPure64 Repository deb http://download.tuxfamily.org/upure64/ gutsy-upure64 main deb-src http://download.tuxfamily.org/upure64/ gutsy-upure64 main ## uPure64 Repository (Experimental) deb http://download.tuxfamily.org/upure64/ gutsy-upure64 experimental deb-src http://download.tuxfamily.org/upure64/ gutsy-upure64 experimental Feed rss: http://www.janvitus.netsons.org/feed/ Tell me any problems and suggestions p.s.: sorry for my english
__________________
Last edited by Corbelius; February 8th, 2008 at 11:18 AM.. |
|
|
|
|
|
#2 |
|
Fresh Brewed Ubuntu
![]() |
Re: New Amd64 repository (unofficial)
Wow, thanks a lot. I was willing to try the Listen player for quite some time now and you gave me the oportunity to do it.
Thanks again. Listen installs ok and runs ok. You ask for suggestions. You mean programs to add to your repository? Last edited by henriquemaia; June 13th, 2006 at 07:35 PM.. |
|
|
|
|
|
#3 | |
|
Dark Roasted Ubuntu
![]() |
Re: New Amd64 repository (unofficial)
Quote:
But I have a problem with gxine. After adding your repository it shows in Synaptic as having an upgrade available. But when I tell Synaptic to install the upgrade Synaptic tells me that it cannot do so because of a lot of unresolved dependencies, that cannot be installed. Meantime I'm going to install Listen and see what I think of it.
__________________
Homorganic excrescence rox! |
|
|
|
|
|
|
#4 | |
|
Dark Roasted Ubuntu
![]() |
Re: New Amd64 repository (unofficial)
Quote:
__________________
Homorganic excrescence rox! |
|
|
|
|
|
|
#5 | |
|
Fresh Brewed Ubuntu
![]() |
Re: New Amd64 repository (unofficial)
Quote:
|
|
|
|
|
|
|
#6 | ||
|
Way Too Much Ubuntu
![]() Join Date: Jul 2005
Location: Potenza, Italy
Beans: 254
Ubuntu 9.10 Karmic Koala
|
Re: New Amd64 repository (unofficial)
Quote:
Quote:
__________________
Last edited by Corbelius; June 14th, 2006 at 01:29 PM.. |
||
|
|
|
|
|
#7 |
|
5 Cups of Ubuntu
![]() |
Re: New Amd64 repository (unofficial)
At my place the 'listen' packages do not work and give me the same error as the i386 packages I tried before:
Code:
hendrik@hendrik:~$ listen
LISTEN : CREATE DATABASE
Traceback (most recent call last):
File "/usr/bin/listen", line 409, in ?
Listen()
File "/usr/bin/listen", line 136, in __init__
self.run()
File "/usr/bin/listen", line 255, in run
from player import Player
File "/usr/lib/listen/player.py", line 35, in ?
from misc_widget import VolumeSlider
File "/usr/lib/listen/misc_widget.py", line 319, in ?
from podcast_manager import PodcastManager
File "/usr/lib/listen/podcast_manager.py", line 31, in ?
from db_manager import DBManager
File "/usr/lib/listen/db_manager.py", line 681, in ?
DBManager = ListenDBManager(True)
File "/usr/lib/listen/db_manager.py", line 39, in __init__
self.db = ListenDB(check_exist)
File "/usr/lib/listen/db_manager.py", line 384, in __init__
self.cur.execute( requete_media )
pysqlite2.dbapi2.OperationalError: database is locked
|
|
|
|
|
|
#8 | |
|
Fresh Brewed Ubuntu
![]() |
Re: New Amd64 repository (unofficial)
Quote:
My output on the terminal: Code:
Traceback (most recent call last):
File "/usr/lib/listen/view_podcast.py", line 295, in on_row_selected
self.song_view.fill(songs)
File "/usr/lib/listen/view_song.py", line 142, in fill
self.set_songs(songs)
File "/usr/lib/listen/view_song.py", line 211, in set_songs
self.get_toplevel().window.set_cursor(gtk.gdk.Cursor(gtk.gdk.WATCH))
AttributeError: 'NoneType' object has no attribute 'set_cursor'
Traceback (most recent call last):
File "/usr/bin/listen", line 349, in source_run
source.run()
File "/usr/lib/listen/media_source.py", line 496, in run
self.view.populate()
File "/usr/lib/listen/view_iradio.py", line 43, in populate
self.fill(self.songs_cache)
File "/usr/lib/listen/view_song.py", line 142, in fill
self.set_songs(songs)
File "/usr/lib/listen/view_song.py", line 211, in set_songs
self.get_toplevel().window.set_cursor(gtk.gdk.Cursor(gtk.gdk.WATCH))
AttributeError: 'NoneType' object has no attribute 'set_cursor'
Traceback (most recent call last):
File "/usr/lib/listen/view_browser.py", line 411, in on_search_changed_cb
self.fill(self.get_list_type()[0],song_to_add)
File "/usr/lib/listen/view_browser.py", line 283, in fill
self.get_toplevel().window.set_cursor(gtk.gdk.Cursor(gtk.gdk.WATCH))
AttributeError: 'NoneType' object has no attribute 'set_cursor'
|
|
|
|
|
|
|
#9 | |
|
Way Too Much Ubuntu
![]() Join Date: Jul 2005
Location: Potenza, Italy
Beans: 254
Ubuntu 9.10 Karmic Koala
|
Re: New Amd64 repository (unofficial)
Quote:
__________________
|
|
|
|
|
|
|
#10 |
|
Has an Ubuntu Drip
![]() Join Date: Jan 2005
Beans: 526
|
Re: New Amd64 repository (unofficial)
Thanks, this just gave me the opportunity to try bonfire and listen
|
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|