After Installation I started with replacing some of the default application. I so installed Mozilla Thunderbird as mail client, Gnome Baker as CD-DVD Burner and Avant Window Navigator as dock bar. I then started looking for a CD-DVD catalog application. I first tried Gnome Catalog and DiskSearch but they left me all but satisfied. I finally discovered CdCat.
CdCat is a multi-platform (Linux, Windows and MacOS) application that let you scan your disks and catalog their content in a searchable archive.
I installed CdCat using apt-get command like this
sudo apt-get install cdcat
I then tried launching it but I got an error message like this.
error: error while loading shared libraries: libstdc++.so.5: cannot open shared object file: No such file or directoryAfter looking for it in the 'net I solved this problem by simply installing libstdc++5 via apt-get command
sudo apt-get install libstdc++5
No comments :
Post a Comment