Travel Verona Italy

Arena of Verona

Arena of Verona

Verona (around 260 000 inhabitants), city of Romeo and Julia, with one of the largest romisch arenas in Italy and is famous for it’s operas during the year. The UNESCO awarded Verona with World Heritage Site status for its urban structure and architecture.

Mask of an opera

Mask of an opera

The major walking area is packed with the big brands like Hermes, Dolce & Gabana and Mont Blanc, but there are also some really nice shops and it is worth to keep your head up and have a look on the beautiful houses and not only the shops on the usual view axis.

We have not spent the money for the arena, just walked around but you could also pay a small fee for going upstairs to a bell tower of a church nearby.

If you plan to visit Verona with your love, make sure you have an Edding, the entry area of Julia’s balcony is full with couple messages and hearts, very romantic. It is also worth to make one or two shots with your partner.

julia_balcony_verona

julia_romeo_verona_love

After arena and Julia’s balcony there are the other touristic spots like duomo, the castle etc which I will not mention, there are better blogs about that.

I would recommend to go there for half a day, preferable before lunch, park your car in one of the parking houses.

Things I planned:

– Visit the balcony of Julia

Things I haven’t done:

    Visit the arena
    Spend money for crappy souvenirs
    Visited a opera

Things I would do within the next trip:

    Bring an eddying with me

Things i learned:

    Keep your head down when visiting Julias balcony unless you want to be on hundreds of pictures.
    Gelato (Ice cream) can be very expensive in Verona (we saw >2 €) but there will be a cheaper one nearby for sure
    It is very easy to find out who is a german tourist (good for find someone for taking a picture)

Good spots:

    Julias Balcony
    Arena of Verona
    Shopping Area
verona guilietta e romeo

verona guilietta e romeo

Romeo and Julia

Romeo and Julia

[osm_map lat=“45.442″ lon=“10.998″ zoom=“15″ width=“600″ height=“450″ marker=“45.44199,10.99848″]

raspberry pi libgcc1 problem

Havin problems with your PI to update:


sudo apt-get install libgcc1
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Die folgenden NEUEN Pakete werden installiert:
libgcc1
0 aktualisiert, 1 neu installiert, 0 zu entfernen und 0 nicht aktualisiert.
2 nicht vollständig installiert oder entfernt.
Es müssen noch 0 B von 54,2 kB an Archiven heruntergeladen werden.
Nach dieser Operation werden 210 kB Plattenplatz zusätzlich benutzt.
E: Debconf-Version konnte nicht ermittelt werden. Ist debconf installiert?
debconf: apt-extracttemplates schlug fehl: Datei oder Verzeichnis nicht gefunden
dpkg: Vor-Abhängigkeitsproblem betreffend .../libgcc1_1%3a4.8.2-21~rpi3rpi1_armhf.deb, welches libgcc1:armhf enthält:
libgcc1 hängt (vorher) von multiarch-support ab
multiarch-support ist entpackt, wurde aber nie konfiguriert.

dpkg: Fehler beim Bearbeiten von /var/cache/apt/archives/libgcc1_1%3a4.8.2-21~rpi3rpi1_armhf.deb (--unpack):
Vor-Abhängigkeitsproblem - libgcc1:armhf wird nicht installiert
Fehler traten auf beim Bearbeiten von:
/var/cache/apt/archives/libgcc1_1%3a4.8.2-21~rpi3rpi1_armhf.deb

(Sorry for german only)

ans other stuff is also not working:


sudo apt-get install --reinstall multiarch-support libgcc1 debconf
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.
Statusinformationen werden eingelesen.... Fertig
Probieren Sie »apt-get -f install«, um dies zu korrigieren:
Die folgenden Pakete haben unerfüllte Abhängigkeiten:
debconf : Hängt ab von (vorher): perl-base (>= 5.6.1-4) soll aber nicht installiert werden
Empfiehlt: apt-utils (>= 0.5.1) soll aber nicht installiert werden
Empfiehlt: debconf-i18n soll aber nicht installiert werden
E: Unerfüllte Abhängigkeiten. Versuchen Sie »apt-get -f install« ohne Angabe eines Pakets (oder geben Sie eine Lösung an).

You might want to do the following:

goto:
http://archive.raspbian.org/raspbian/pool/main/e/eglibc/
Locate the latest multiarch file
wget it...
sudo dpkg -i --force-depends multiarch-support_2.13-38+rpi2+deb7u3_armhf.deb
sudo apt-get -f install
sudo apt-get update
sudo apt-get upgrade

Things I have googled for:


raspberry libgcc1 problem

raspberry debconf has never

sudo dpkg -i --force-depends multiarch-support_2.13-38+rpi2_armhf.deb
sudo apt-get -f install
sudo apt-get update