Ubuntu :: Gourmet Recipe Manager And MySQL Workbench Uninstall Each Other?
Jun 1, 2010
I have a python & sqlite2 application called "gourmet recipe manager" running under 10.04. If I try to install MySQL Workbench, Gourmet is uninstalled without so much as a 'by your leave'. When I reinstall Gourmet, MySQL Workbench is similarly abruptly uninstalled. Why?
View 2 Replies
Oct 30, 2010
I'm running OpenSuse 11.3 which comes with MySQL Workbench V 5.12.16-8.2. This version hangs on connections and has several other behavior problems that others have reported. For several reasons, I need 5.2+ . As a relatively new regular user of OpenSuse, I've learned that it's much better for me if I work within the package environment (read: I've made mistakes and am willing to learn) so I'm reluctant to try to just load the Suse rpm off the MySQL.org site. So:is there a more recent release of Workbench in a repository I've not found yet? if not, what's the safest way to install this as an rpm that will not impact the rest of the package management system?
View 6 Replies
View Related
Jul 14, 2010
I'm trying to install mysql-workbench on RedHat 5 Desktop - this is what I was given, didn't pick it.I found an appropriate RPM that I downloaded from the MySQL site, but it's asking for several dependencies that I don't know how to track down.
Here's the error message I get:
Code:
]# rpm -ivh /home/confluence/Desktop/mysql-workbench-oss-5.1.18a-1fc11.x86_64.rpm
error: Failed dependencies:
libatkmm-1.6.so.1()(64bit) is needed by mysql-workbench-oss-5.1.18-1fc11.x86_64
libcairomm-1.0.so.1()(64bit) is needed by mysql-workbench-oss-5.1.18-1fc11.x86_64
[code]....
The packages that aren't installed, I'm just not sure what aI should be looking for to install them. how EXACTLY would you suggest I fix this? By exactly I mean, the dependency you are missing is part of the following package, type yum install "packagename" to fix this.
View 10 Replies
View Related
Jul 17, 2010
I'm using Lucid. I installed gourmet, a gnome recipe program using Ubuntu Software Center. Everything appeared to go smoothly. Then I tried to use miro and discovered it was gone. So I reinstalled, then discovered gourmet was gone. OK, there's the problem, so I went to Synaptic to confirm. Tried to reinstall gourmet and was told it would remove miro. So, any fix for this? I'd like to use both programs.
View 2 Replies
View Related
Dec 9, 2010
HOWTO: Create a Recipe Cookbook in OpenOffice 3.3 This HOWTO: will guide you through the process creating a Recipe Cookbook in OpenOffice 3.3.
PREWORK: Before staring to type in all your favorite recipes, and formatting each section of text, there are a few decisions that will affect your layout. They are:
1. Paper Size: 8.5" x 11", 8.5" x 14", or 11" x 17"
2. Binding: 3 Ring or Spiral
3. Columns per Sheet of Paper: 2, 3, or 4
[code]....
I chose 8.5" x 11", 3 Ring, 2 Columns, TimesNewRoman, Portrait, and Double Sided. These choices specify two recipe pages on each side of a sheet of paper, making a total of four recipe pages printed in some specific order on one sheet of paper to create a Recipe Booklet. I prefer a 3 Ring Cookbook to the Spiral Bound versions as the 3 Ring version pages don't get mangled. The separator line down the center of the layout may be used for manual cutting the sheets when you are finished printing. Your decisions may vary from mine, making your layout different depending on your test printing results.
LAYOUT THE COLUMNS:
Formatting a Single Sheet of Paper in OpenOffice 3.3:
FORMAT -> PAGE -> 2 COLUMNS
SPACING 1.30" with a Separator Line of NONE (This is because my Brother HL-2140 doesn't print them equal side to side) This will give you an area for each page (Left & Right) on each side of the Sheet of Paper. It is within this area that your text will be formatted according to your planned layout. Use recipe1.png & recipe2.png below to assist you in laying out your design. Once your 8.5" x 11" sheet has the proper layout save the file.
ADD/DELETE PAGES: Open your layout and keep the "enter key" depressed to create the needed pages. Likewise move your cursor to the last row in the last column of the last sheet and keep the "delete key" depressed to remove the extra pages. Save your file.
CALCULATING PAGE LAYOUT ORDER:
Since each Sheet of Paper may contain 4 printed pages, the total number of pages CREATED in OpenOffice 3.3 needs to be a multiple of FOUR. For example, I typed in 104 pages in OpenOffice 3.3 and this will create 26 ODD Pages and 26 EVEN Pages. For my Recipe Book the page order was:
ODD
104,1,102,3,100,5,98,7,96,9,94,11,92,13,90,15,88,1 7,86,19,84,21,82,23,80,25,78,27,76,29,74,31,72,33, 70,35,68,37,66,39,64,41,62,43,60,45,58,47,56,49,54 ,51
EVEN
2,103,4,101,6,99,8,97,10,95,12,93,14,91,16,89,18,8 7,20,85,22,83,24,81,26,79,28,77,30,75,32,73,34,71, 36,69,38,67,40,65,42,63,44,61,46,59,48,57,50,55,52 ,53
[code]...
View 1 Replies
View Related
May 23, 2011
How can I really, really remove everything related to mysql / mysql-server. I read and tried all kinds of things, but on every reinstall there is still old mysql stuff there, for example an existing password. Even resetting the password does not help.
Reason of removal: it looks like the mysql setup is really corrupt, so I want to remove, and then do a fresh install. Running Ubuntu 11.04 64-bit
sander@R540:~$ sudo apt-get purge mysql-server
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package mysql-server is not installed,
[Code]....
View 4 Replies
View Related