मैंने उबंटू समुदाय द्वारा समर्थित मारियाडब को नवीनतम एलटीएस के रिलीज नोट में उल्लेखित किया है।
उसके बाद मैंने मारियाडब-क्लाइंट को स्थापित करने की कोशिश की, वह भी सफलतापूर्वक स्थापित हो गया, उसके बाद GUI टूल के लिए अच्छा है इसलिए उबंटू-सोफ्टवेयर-सेंटर और टर्मिनल के माध्यम से MySql-workbench स्थापित करने का निर्णय लिया, लेकिन इसने नीचे उल्लिखित त्रुटियों को प्रेरित किया-
उबंटू-सॉफ्टवेयर-सेंटर के माध्यम से त्रुटि-
This error could be caused by required additional software packages which are missing or not installable. Furthermore there could be a conflict between software packages which are not allowed to be installed at the same time.
mysql-workbench: Depends: libgcc1 (>= 1:4.1.1) but 1:4.9-20140406-0ubuntu1 is to be installed
Depends: libgtkmm-2.4-1c2a (>= 1:2.24.0) but 1:2.24.4-1ubuntu1 is to be installed
Depends: libpcrecpp0 (>= 7.7) but 1:8.31-2ubuntu2 is to be installed
Depends: python:any (>= 2.7.1-0ubuntu2) but it is a virtual package
Depends: mysql-workbench-data (= 6.0.8+dfsg-2) but 6.0.8+dfsg-2 is to be installed.
टर्मिनल के माध्यम से त्रुटि-
The following packages have unmet dependencies:
mysql-workbench : Depends: mysql-client
E: Unable to correct problems, you have held broken packages.
यह एक लॉन्चपैड पर पुष्टि बग बन गया है जैसा कि यहां बताया गया है।
My-sql की आधिकारिक वेबसाइट पर, कार्यक्षेत्र के संस्करण केवल saucy (13.10) तक उपलब्ध हैं, इसलिए मैं इसे कैसे स्थापित कर सकता हूं।
अद्यतन १
/Etc/apt/source.list में निम्न पंक्तियाँ जोड़ी गईं
# MariaDB 10.0 repository list - created 2014-04-19 11:47 UTC
# http://mariadb.org/mariadb/repositories/
deb http://mirror.mephi.ru/mariadb/repo/10.0/ubuntu trusty main
deb-src http://mirror.mephi.ru/mariadb/repo/10.0/ubuntu trusty main
कोई बदलाव नहीं, अभी भी वही मुद्दा है। मारियाडब के भरोसेमंद और संस्करण 10.1.10 के बीच कुछ समस्याएं हैं। तो प्रयास किया
sudo apt-get install libmysqlclient18=10.1.10-mariadb1~trusty mysql-common=10.1.10-mariadb1~trusty
और इसका आउटपुट है -
E: Version '10.1.10-mariadb1~trusty' for 'libmysqlclient18' was not found
E: Version '10.1.10-mariadb1~trusty' for 'mysql-common' was not found
तो बात यह है कि यह आसान नहीं है। हालांकि इसकी आधिकारिक वेबसाइट पर है।
अद्यतन २
मारियाडीबी 10.1.10 को हटा दिया गया, लेकिन समस्या अभी भी मारियाडीबी 5.5.37 के साथ समान है।
sudo apt-get install mysql-workbench