Има ги в харанилищата, но според линукса ми и аз ги имам при това даже най-новите версии, а като се опитам да инсталирам plugin-a получавам съобщение, че ги нямам..
Примерен код |
thexfiles@shitty:~$ sudo apt-get install libdbus-glib-1-dev Reading package lists... Done Building dependency tree Reading state information... Done libdbus-glib-1-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. thexfiles@shitty:~$ apt-cache search libid3-3.8.3 libid3-3.8.3-dev - ID3 Tag Library: Development Libraries and Header Files. libid3-3.8.3c2a - Library for manipulating ID3v1 and ID3v2 tags. thexfiles@shitty:~$ sudo apt-get install libid3-3.8.3-dev Reading package lists... Done Building dependency tree Reading state information... Done libid3-3.8.3-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. thexfiles@shitty:~$ sudo apt-get install libslang1-dev Reading package lists... Done Building dependency tree Reading state information... Done libslang1-dev is already the newest version. 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
|
Сега забелязах и още нещо. Като се опитам да инсталирам singit и след неуспеха без да съм изпълнил 'apt-get -f install', се опитам да инсталирам някой от тези пакети получавам тази грешка
Примерен код |
thexfiles@shitty:~$ sudo apt-get install libid3-3.8.3-dev Reading package lists... Done Building dependency tree Reading state information... Done libid3-3.8.3-dev is already the newest version. You might want to run `apt-get -f install' to correct these: The following packages have unmet dependencies: singit: Depends: dbus-1 (>= 0.23.4) but it is not installable Depends: dbus-glib-1 (>= 0.23.4) but it is not installable Depends: libid3-3.8.3 but it is not installable Depends: slang1 (> 1.4.9dbs-4) but it is not installable E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution). thexfiles@shitty:~$ |