deb
http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu jaunty
main
For Ubuntu 8.10 (Intrepid) Users
deb
http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu
intrepid main
For Ubuntu 8.04 (Hardy) Users
deb
http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu hardy main
deb-src http://ppa.launchpad.net/ubuntu-mozilla-daily/ppa/ubuntu hardy
main
I hope this will fix it for you. Replace the word KEY in both lines
with the key you want to get (for example, EF4186FE247510BE). Do this
for each key.
I removed every packages and was about to give up when I finally found the answer that made things work out of the box at http://doc.ubuntu-fr.org/materiel/acr38
How To Install OpenOffice.org 3.0.0 On Ubuntu 8.04
This guide shows how you can install the new OpenOffice 3.0.0 office suite
on your Ubuntu 8.04 desktop. Your current OpenOffice installation will
not be removed unless you uninstall it with Synaptic or on the command
line, so you can run both versions in parallel if you like.
I do not issue any guarantee that this will work for you!
1 Installing OpenOffice 3.0.0
Visit http://www.openoffice.org/ and go to the download section; select the Linux DEB download for your language...
... and save it to your hard drive (e.g. on the desktop):
After the download has finished, open a terminal (Applications > Accessories > Terminal)...
... and go to the directory where you've saved OpenOffice 3.0 (I've saved it on my desktop, /home/falko/Desktop/):
cd /home/falko/Desktop/
Uncompress the archive...
tar xvfz OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz
... and go to the directory that contains all the .deb packages...
cd OOO300_m9_native_packed-1_en-US.9358/DEBS/
... and install them with one single command:
sudo dpkg -i *.deb
If you have decided to uninstall Ubuntu's OpenOffice
package (using Synaptic or the command line), you can also install the
OpenOffice 3.0.0 desktop integration package (it contains launchers,
etc.) as follows:
cd desktop-integration/
sudo dpkg -i openoffice.org3.0-debian-menus_3.0-9354_all.deb
This works only if you have previously
uninstalled Ubuntu's OpenOffice package (don't do this if you want to
run Ubuntu's OpenOffice and OpenOffice 3.0.0 in parallel)! If you have not, you will see the following error:
falko@falko-desktop:~/Desktop/OOO300_m9_native_packed-1_en-US.9358/DEBS/desktop-integration$
sudo dpkg -i openoffice.org3.0-debian-menus_3.0-9354_all.deb
[sudo] password for falko:
Selecting previously deselected package openoffice.org-debian-menus.
dpkg: regarding openoffice.org3.0-debian-menus_3.0-9354_all.deb containing openoffice.org-debian-menus:
openoffice.org-core conflicts with openoffice.org-unbundled
openoffice.org-debian-menus provides openoffice.org-unbundled and is to be installed.
dpkg: error processing openoffice.org3.0-debian-menus_3.0-9354_all.deb (--install):
conflicting packages - not installing openoffice.org-debian-menus
Errors were encountered while processing:
openoffice.org3.0-debian-menus_3.0-9354_all.deb
falko@falko-desktop:~/Desktop/OOO300_m9_native_packed-1_en-US.9358/DEBS/desktop-integration$
');
');
//]]>
After you've successfully installed the desktop integration package, you can find OpenOffice 3.0.0 launchers under Applications > Office:
After the installation has finished, you can delete the downloaded archive and the OpenOffice directory:
cd ../../
rm -fr OOO300_m9_native_packed-1_en-US.9358 OOo_3.0.0_LinuxIntel_install_en-US_deb.tar.gz
2 Creating A Launcher
(This is necessary only if you want to run
Ubuntu's OpenOffice package and OpenOffice 3.0.0 in parallel and
therefore could not install the OpenOffice desktop integration package!)
Unfortunately, the installation hasn't created a launcher for OpenOffice 3.0.0 in our menus (the launcher that you see under Applications > Office is still for your old OpenOffice version), therefore we have to create it manually. Right-click on Applications and select Edit Menus:
Select the Office category and click on New Item:
Fill in a name for the launcher (e.g. OpenOffice 3.0.0 Writer) and then click on the Browse button to find the OpenOffice 3.0.0 executable:
Now that you have /opt/openoffice.org3/program/soffice in the Command field, you can close the Create Launcher window and leave the menu editor:
If the package names differ (e.g. because you've installed OpenOffice in another language than I did) and the sudo apt-get remove command displays an error, you can find the correct package names by running
1. Nog steeds is het installatie bestand (een *.deb) te downloaden op deze pagina van ING.Be. Sla het bestand op in je persoonlijke map (home folder).
2. Open een terminal venster en voer volgend commando uit (op moment van schrijven is de versie 3.33): sudo dpkg -i HomeBank333.deb
3. Ga nu naar /opt/HomeBank: cd /opt/HomeBank
4. Als je te vlug op de zaken voorloopt en je start HomeBank krijg je deze fout: error while loading shared libraries: libtiff.so.3 : cannot open shared object file: No such file or directory.
HomeBank heeft libtiff.so.3 nodig, maar Ubuntu bezit enkel
libtiff.so.4. We verhelpen dit probleempje door een symbolische link
van versie 3 naar versie 4 aan te leggen. cd /usr/lib
sudo ln -s libtiff.so.4 libtiff.so.3
5. Een volgende fout die je zou krijgen is Error while loading shared libraries: libexpat.so.0 : cannot open shared object file: No such file or directory. Om dit te voorkomen dienen we nog een symbolische link te leggen (met dank aan Peter!): sudo ln -s /usr/lib/libexpat.so.1 /usr/lib/libexpat.so.0
6. Als je HomeBank nu zou starten krijg je helaas nog één foutmelding: error while loading shared libraries: libstdc++-libc6.2-2.so.3 : cannot open shared object file: No such file or directory.
Dit komt door het ontbreken van libstdc++2.10-glibc2.2″. Ubuntu zelf
levert dit helaas niet meer mee. We gaan het pakket handmatig
downloaden en installeren. (Met dank aan Peter voor de tip!) cd
wget http://ftp.nl.debian.org/debian/pool/main/g/gcc-2.95/libstdc++2.10-glibc2.2_2.95.4-27_i386.deb
sudo dpkg -i libstdc++2.10-glibc2.2_2.95.4-27_i386.deb
7. Als alles goed is zou het nu moeten werken. Start de module met: cd /opt/HomeBank
./HBSecurity
Tip 1
Ik voeg aan het menu Toepassingen Internet steeds ook een
snelkoppeling toe naar de veiligheidsmodule. Dit is niet noodzakelijk,
maar eens zo handig:
- klik rechts op het menu (Toepassingen),
- klik op Menus bewerken,
- ga naar Internet en klik op Nieuw item,
Type: Applicatie
Naam: HomeBank
Commando: /opt/HomeBank/HBSecurity
Als je wil kan je nog een icoontje meegeven door op het plaatje met de veer te klikken
- klaar!
Tip 2
Wil je niet naar het bankkantoor lopen achter nieuwe opstartcodes als
je een nieuwe Ubuntu versie geïnstalleerd hebt kan je de bestanden
**********.bbl en .hbrc van je oude installatie kopiëren en plakken
in je nieuw systeem. Beide bestanden zijn te vinden in je persoonlijke
map. Let op: om .hbrc te zien moet je eerst Verborgen bestanden tonen aanvinken in het menu Beeld.
Adobe Technologies released the Linux version of Adobe AIR some
weeks ago which brings web applications and widgets to your desktop.
Installing new applications on a Linux distribution is always a mystery
for newbies so here is a guide that teaches you how to install Adobe
AIR on Ubuntu.
How to install LimeWire in Debian based systems (Ubuntu)
0. Make sure you have "multiverse" repository enabled in your
/etc/apt/sources.list by clicking on System -> Administration ->
Software Sources. The checkbox "Software restricted by copyright or
legal issues (multiverse)" has to be enabled.
2. If you are using Gnome or KDE you should be able to double-click on
the file. If not, you may have to manually install with dpkg.
There should be an entry in the programs menu if you are using KDE or
Gnome. You will also be able to start limewire by typing "limewire" in
the terminal.