Showing posts with label PPA (Personal Package Archive). Show all posts
Showing posts with label PPA (Personal Package Archive). Show all posts

Friday, July 13, 2012

How to Install Latest Version of Chromium Browser in Ubuntu ~ Ubuntu Vibes | Daily Ubuntu Linux Updates

How to Install Latest Version of Chromium Browser in Ubuntu ~ Ubuntu Vibes | Daily Ubuntu Linux Updates

sudo add-apt-repository ppa:towolf/crack
sudo apt-get update
sudo apt-get install chromium-browser I noticed that it defaults to Yahoo for searching using the webpage name bar. You can change this under settings.

Installing/updating Maxima and wxMaxima to 5.27 and 12.04, respectively

It had been awhile since I had used wxMaxima/Maxima on my desktop, and I was getting an error when I was trying to run calculations that wxMaxima was not connected to Maxima.  I began to search for a solution then decided to check the version.  A newer version had of course come out for Maxima-xMaxima as 5.27 and wxMaxima as 12.04.  I decide that upgrading would be easier and more logical than trying to fix the old version I had.

First, I removed the old version.  You can probably do this through through SPM, the terminal, or (what I did) USC.  Then add the repository from blahota on launchpad:

https://launchpad.net/~blahota/+archive/wxmaxima/

apt-add-repository ppa:blahota/wxmaxima


I already had this added from an older version upgrade.  Then run update to update the repositories:

sudo apt-get update


Then install wxMaxima and Maxima either through the terminal (not sure of the exact command; probably something like sudo apt-get install maxima or whatever the file name is), USC, or (what I did) through SPM.  I just selected what I wanted to install.


Sage 5.1 - Download for Linux - Ubuntu PPA

Sage - Download for Linux

I just realized that Sage 5.1 is out.  I think I was on 4.7 something on my desktop at home!

Anyways, they now have a ppa for Ubuntu users.  I may have known this, but since I haven't used Sage in awhile I may have forgotten.  I am mainly using Python now.  I will still occasionally use Sage and wxMaxima for backup and to keep up with its development.

apt-add-repository -y ppa:aims/sagemath
apt-get update
apt-get install sagemath-upstream-binary

Thursday, July 12, 2012

installation - How do I install the latest 2012 TeX Live on 12.04? - Ask Ubuntu

Ubuntu 12.04 comes with an old 2009 version of TeX Live.  I recently got my Ubuntu desktop back in shape (still not %100 but it's managable. and I was using Kile to compile a LaTeX document which had the bigints package.  This worked fine on my Windows using TeXstudio.  I think because I just recently installed TeX Live and it was the 2011 version.  I could have just placed the .sty file in the appropriate location as a solution.

http://blog.irrepupavel.com/2007/02/installing-latex-style-files-sty-on.html THIS LINK IS DEAD!

SEE post http://timothyandrewbarber.blogspot.com/2012/11/placing-latex-sty-files-in.html for manually installing .sty files instead!

However, I noticed, as I previously mentioned, that the version of TeX Live in Ubuntu 12.04 was outdated.  Ubuntu tends to run behind on some things in its repositories.

To install the latest TeX Live, 2012, I found this:

installation - How do I install the latest 2012 TeX Live on 12.04? - Ask Ubuntu

I ran:


sudo apt-add-repository ppa:texlive-backports/ppa

and then:

sudo apt-get update && sudo apt-get install texlive

I then installed the texlive-full package through synaptic just because I didn't feel like going through and picking the packages I needed, :P.

http://stackoverflow.com/questions/1911713/add-find-style-files-in-to-latex


$ sudo apt-get install texlive-full


It looks like 12.10 should come with the 2012 version of TeX Live.

Sorry the blog is messy.  I've been quite busy.  I also apologize to not replying to some comments.  I just haven't had the time at the moment.  Got some good stuff coming though such as using Asymptote.  I really like it.  It's not too hard and the figures look great.  I am happy so far as it replaces Origin for my needs.

Wednesday, July 11, 2012

Install XFCE 4.10 In Xubuntu 12.04 Precise Pangolin Via PPA ~ Web Upd8: Ubuntu / Linux blog

Install XFCE 4.10 In Xubuntu 12.04 Precise Pangolin Via PPA ~ Web Upd8: Ubuntu / Linux blog

For those of you interested in XFCE and Xubuntu, the lasted XFCE, version 4.10,  has appeared but did not ship with 12.04.

I was using Xubuntu/XFCE cause my GNOME classic was messed up.

To install:

sudo add-apt-repository ppa:xubuntu-dev/xfce-4.10
sudo apt-get update
sudo apt-get dist-upgrade
If after running "dist-upgrade", you get 3 held back packages which can't be upgraded, open Synaptic Package Manager (it's installed by default in Xubuntu), click the "Mark all upgrades" button, then "Apply". Synaptic will ask to remove one package and install a new one - select yes and you're done.
I didn't have to do this ^^.  Not sure why.

Addition tip given:
To install XFCE 4.10 in Xubuntu 12.04 (if you're using a different desktop environment such as GNOME for example), instead of the last command above, use the following:
sudo apt-get install xubuntu-desktop

Friday, March 23, 2012

Chromium daliy builds PPA

In order to add the Chromium daily builds PPA to your Ubuntu repositories use the terminal and type the command:

sudo apt-add-repository ppa:chromium-daily/ppa

Monday, January 9, 2012

Updating Mendeley Desktop from version 1.1 to 1.3 in Ubuntu 11.10

Alright, so I was having issues updating MD.  I finally figured it out.  Stupid mistake by me.  I posted this in the Mendeley support forum:
I am having trouble upgrading from MD ver 1.1 to 1.3 in Ubuntu 11.10. I've looked everywhere for help but haven't found any. I noticed there (or I couldn't find it at least) is not an MD repository for Ubuntu 11.10. Is it because there (from what I have noticed) are some problems with dpgk and/or dependcies, etc., especially with new installations? I've tried deleting and re-downloading. I've tried running the update in the terminal, in the update manger, and in the software center. So far, nothing works. I don't want to delete and do a fresh install since Mendeley Desktop does not save preferences/settings for "Document Details" (unless there is a way and I do not know/ haven't found it). Any ideas, thoughts?

I answered it myself once I figured it out which wasn't long after I posted it!!
Ahh, what a sec. I may have found my mistake. I tried "sudo dpkg -i mendeleydesktop_1.3_amd64.deb" but didn't realize, until now, that I didn't specify the directory which is in Downloads in my home folder. I also didn't read the error closely which told me the file wasn't found in the directory I was using!! So I changed the directory and reran the command. Oh yeah, that worked! Doh! Sorry. Well if anyone overlooks stuff like me, then maybe this will help!

Just type sudo dpkg -i mendeleydesktop_1.3_amd64.deb in the terminal but make sure you point it to or are in the right directory. I had to do this since the commands sudo apt-get update and sudo apt-get install mendeleydesktop did not work for me. I think it has something to do with MD not having posted a repository for Ubuntu 11.10 yet (?).

Edit: 1-18-12 A new release just came out for MD, 1.3.1.  The update manager automatically installed it this time.

Wednesday, August 24, 2011

Upgrading to/Installation of Kile 2.1

Ubuntu does not update Kile from 2.1 beta 4 to the latest 2.1 release. In order to update you can do two things.

1) Compile your own like I did with wxMaxima

How to compile Kile for Linux/BSD - http://kile.sourceforge.net/help.php#compile

2) Or find someone that has already compiled a deb package install like I should have looked for one for wxMaxima. (I have found the PPA for wxMaxima here -> Maxima and wxMaxima by István Blahota - https://launchpad.net/~blahota/+archive/wxmaxima as ppa:blahota/wxmaxima and have added it to my original wxMaxima post too.)

In this forum topic, I found a PPA (Personal Package Archive) which once added to the repositories and updated will then install once you run the update manager.

[SOLVED] Kile upgrade - Ubuntu Forums - http://ubuntuforums.org/showthread.php?t=1773808

See here for PPA explanation. I've used it several times without knowing what it was or did. Now I think I understand a little bit better.

How do I use software from a PPA? - https://launchpad.net/+help/soyuz/ppa-sources-list.html

To start installing and using software from a Personal Package Archive, you first need to tell Ubuntu where to find the PPA.

Important: The contents of Personal Package Archives are not checked or monitored. You install software from them at your own risk.

Adding the PPA to Ubuntu 9.10 (Karmic) and later

If you're using the most recent version of Ubuntu (or any version from Ubuntu 9.10 onwards), you can add a PPA to your system with a single line in your terminal.

Step 1: On the PPA's overview page, look for the heading that reads Adding this PPA to your system. Make a note of the PPA's location, which looks like:

ppa:gwibber-daily/ppa

Step 2: Open a terminal and enter:

sudo add-apt-repository ppa:user/ppa-name

Replace ppa:user/ppa-name with the PPA's location that you noted above.

Your system will now fetch the PPA's key. This enables your Ubuntu system to verify that the packages in the PPA have not been interfered with since they were built.

Step 3: Now, as a one-off, you should tell your system to pull down the latest list of software from each archive it knows about, including the PPA you just added:

sudo apt-get update

Now you're ready to start installing software from the PPA!


So in this case do:

sudo add-apt-repository ppa:kile/stable

sudo apt-get update

(launchpad.net link -> Kile - kile stable - https://launchpad.net/~kile/+archive/stable)

Then run the update manager either from the apps (GUI tool - Ubuntu Update Manager) or the terminal in the command line (I don't know the terminal command).

Ah, found it here -> How do I update Ubuntu Linux softwares? - http://www.cyberciti.biz/faq/how-do-i-update-ubuntu-linux-softwares/

sudo apt-get upgrade


From the site:

=> apt-get update : Update is used to resynchronize the package index files from their sources via Internet.

=> apt-get upgrade : Upgrade is used to install the newest versions of all packages currently installed on the system

=> apt-get install package-name : install is followed by one or more packages desired for installation. If package is already installed it will try to update to latest version.

Saturday, August 20, 2011

wxMaxima - Community Ubuntu Documentation - Installing the latest version by compiling and PPA

In order to install the latest wxMaxima (a Mathematica type software) by compiling the source code yourself follow these instructions (this is not necessary as you can use the PPA that I provide further below). The Ubuntu SC only installs 0.8.5 while the latest version as of this date is 11.8.0

wxMaxima - Community Ubuntu Documentation

Download the latest version here: http://sourceforge.net/projects/wxmaxima/files/

Uninstall the old version if you have one.

sudo apt-get remove maxima-doc wxmaxima


Then:

You will need the virtual package "build-essential" for making the package and the package "checkinstall" for building a debian package. So if you don't have it or are unsure,
sudo apt-get install build-essential checkinstall

Now its time to extract, configure, make and install your package:

tar xfvz /"locationof"/wxMaxima-"latest-version".tar.gz
sudo apt-get build-dep wxmaxima
cd /"locationof"/wxMaxima-"latest-version"/
./configure --enable-dnd --enable-printing --enable-unicode-glyphs --prefix=/usr --exec-prefix=/usr
make
sudo checkinstall


After
sudo apt-get build-dep wxmaxima
I extracted the .tar.gz file because the /"locationof"/wxMaxima-"latest-version"/ directory didn't exist until you do this. You may be able to do this (extract) earlier. Then follow the rest of the directions:

ay "yes" to create a document package and paste the description of Maxima off of the website pasted bellow:

wxMaxima is a cross platform GUI for the computer algebra system maxima based on wxWidgets.

When this is done type "0" then "ENTER" and enter your email address so that people know who you are if they use your package you@somewhere as an example

hit "ENTER" and hope for the best. Checkinstall attempts to build you a deb package which it automatically installs by default and is also included in the directory you made WxMaxima, i.e. the deb is in /"locationof"/WxMaxima-"latest-version"/. Thus if everything goes smoothly you now have the latest version of wxmaxima installed.

I have found the PPA for wxMaxima here -> Maxima and wxMaxima by István Blahota - https://launchpad.net/~blahota/+archive/wxmaxima as ppa:blahota/wxmaxima.

Thus to install via PPA:

sudo add-apt-repository ppa:blahota/wxmaxima

sudo apt-get update

Then install from USC (Ubuntu Software Center) or if an older version is already installed simply type into the terminal command line:

sudo apt-get upgrade

Links to Maxima and wxMaxima:


Maxima, a Computer Algebra System - http://maxima.sourceforge.net/

Maxima is a system for the manipulation of symbolic and numerical expressions, including differentiation, integration, Taylor series, Laplace transforms, ordinary differential equations, systems of linear equations, polynomials, and sets, lists, vectors, matrices, and tensors. Maxima yields high precision numeric results by using exact fractions, arbitrary precision integers, and variable precision floating point numbers. Maxima can plot functions and data in two and three dimensions.

The Maxima source code can be compiled on many systems, including Windows, Linux, and MacOS X. The source code for all systems and precompiled binaries for Windows and Linux are available at the SourceForge file manager.

Maxima is a descendant of Macsyma, the legendary computer algebra system developed in the late 1960s at the Massachusetts Institute of Technology. It is the only system based on that effort still publicly available and with an active user community, thanks to its open source nature. Macsyma was revolutionary in its day, and many later systems, such as Maple and Mathematica, were inspired by it.

The Maxima branch of Macsyma was maintained by William Schelter from 1982 until he passed away in 2001. In 1998 he obtained permission to release the source code under the GNU General Public License (GPL). It was his efforts and skill which have made the survival of Maxima possible, and we are very grateful to him for volunteering his time and expert knowledge to keep the original DOE Macsyma code alive and well. Since his passing a group of users and developers has formed to bring Maxima to a wider audience.

We are constantly updating Maxima, to fix bugs and improve the code and the documentation. We welcome suggestions and contributions from the community of Maxima users. Most discussion is conducted on the Maxima mailing list.

Some screen shots from the Maxima site:

Xmaxima 5.18 running on Linux (with Tk 8.5) with the Embedded plot windows option:

Xmaxima running on Windows:

Maxima running in GNU Emacs:

Maxima 5.18 running in command line mode in Linux:

Maxima running in GNU TeXmacs:

Maxima running in GNU Emacs with Imaxima mode:

Maxima Documentation - http://maxima.sourceforge.net/documentation.html


wxMaxima - http://andrejv.github.com/wxmaxima/

About

wxMaxima is a document based interface for the computer algebra system Maxima. wxMaxima uses wxWidgets and runs natively on Windows, X11 and Mac OS X. wxMaxima provides menus and dialogs for many common maxima commands, autocompletion, inline plots and simple animations. wxMaxima is distributed under the GPL license.

Some screen shots from wxMaxima:

wxMaxima on Linux:



wxMaxima on Mac OS X:

Some interesting links from the Maxima website:

Related Projects

Stand-alone user interfaces for Maxima

Imaxima and imath

Developers: Jesper Harder, Yasuaki Honda.

“Imaxima.el provides support for interacting with the computer algebra system Maxima in an Emacs buffer. Imaxima processes the output from Maxima with TeX and inserts the resulting image in the buffer.”

→ http://sites.google.com/site/imaximaimath/
Kayali

Developer: Abdulhaq Lynch.

“Kayali is a Qt based Computer Algebra System (CAS) that can also be used as an advanced replacement for KDE KCalc. It is essentially a front end GUI for Maxima (and is easily extended to other CAS back-ends) and Gnuplot.”

→ http://kayali.sourceforge.net/
LyX

There is a way to send commands to Maxima from the LyX document processor. It's somewhat different from the TeXmacs functionality, but does seem to be functional at least on a basic level.

See an example document: http://maxima.sourceforge.net/lyx+maxima.lyx.

→ http://www.lyx.org/
Symaxx2

Developer: Markus Nentwig.

“Symaxx is a graphical front end for the Maxima computer algebra system (GPL).”

→ http://symaxx.sourceforge.net/
TeXmacs

Developer: Joris van der Hoeven.

“GNU TeXmacs is a free wysiwyw (what you see is what you want) editing platform with special features for scientists. The software aims to provide a unified and user friendly framework for editing structured documents with different types of content (text, graphics, mathematics, interactive content, etc.).”

→ http://www.texmacs.org/
wxMaxima

Developers: Andrej Vodopivec et al

“wxMaxima is a cross platform GUI for the computer algebra system maxima based on wxWidgets. It provides menu and dialog based interface for maxima and a nice display of math output.”

→ http://wxmaxima.sourceforge.net/

Web interfaces running Maxima

Calc.Matthen.com

Online integrator, differentiator, graph plotter, etc.

→ http://calc.matthen.com/
Interactive Demos of Mathematical Computations

(Institute for Computational Mathematics at Kent State U)

→ http://icm.mcs.kent.edu/research/demo.html
Mathematical Assistant

Developers: Robert Marik, Miroslava Tihlarikova.

“This site contains interface to access computer algebra system Maxima and automatically solve selected typical problems from mathematical courses, including intermediate steps in the solution.”

Mathassistant project page at Sourceforge.

→ http://user.mendelu.cz/marik/maw/index.php?lang=en
Maxima-Online

Developer: Piotr Lewalski

“Maxima-Online is a web based front end to the oryginal Maxima command line program. It's task is to deliver an interface which is simple and easy to use.”

→ http://maxima-online.lewalski.pl/
MaximaPHP

Developer: Bowo Prasetyo

“A PHP program to access Maxima on the server interactively from a website.”

See also: Maxima show-case.

See also: MaximaPHP project page at SourceForge.

→ http://www.my-tool.com/mathematics/maximaphp/
WebMathematics Interactive

Developer: Zoltan Kovacs, U Szeged, Hungary.

WMI On-line demo
Documentation (including 3 short movies in English and 3 in Hungarian)
Old version
Details of development (obsolete)

→ http://wmi.math.u-szeged.hu/wmi/math.php

Systems using Maxima as a component in a larger scheme

Euler

Developer: Rene Grothmann.

“Euler is a MatLab like numerical system with a GUI frontend in notebook style ala Maple, plot features, and a numerical programming language. Euler can be used as a GUI frontend to Maxima. It can also exchange data and expressions with Maxima, helping Maxima with numerical calculations, and Euler with symbolic evaluation.”

→ http://mathsrv.ku-eichstaett.de/MGF/homes/grothmann/euler/
GeoGebraCAS

Developer: Markus Hohenwarter et al.

“GeoGebra is free and multi-platform dynamic mathematics software for all levels of education that joins geometry, algebra, tables, graphing, statistics and calculus in one easy-to-use package. GeoGebraCAS extends the Computer Algebra System (CAS) features of GeoGebra to allow students to work with fractions, equations, and formulas that include variables.”

→ http://www.geogebra.org/trac/wiki/GeoGebraCAS/Documentation
The LearningOnline Network with CAPA

Developer: Gerd Kortemeyer.

“Sharing and using online learning and assessment materials across institutions and disciplines.”

Computer Algebra System (notes about integration of Maxima with LON-CAPA).

→ http://www.lon-capa.org/
MathDrag'n

Developer: James Hart.

MathDrag'n project page at SourceForge.

“MathDrag'n is an interface designed to help you, the user, maintain almost complete control over the algebra while stopping you from making mistakes. In contrast to most computer algebra systems, MathDrag'n's philosophy is that the user interface is first, and that ease of use is what you want.”

→ http://mathdragn.squarespace.com/
Mediawiki Algebra extension

Developer: Markus Arndt.

defines a maxima session. Any line terminating with a semicolon is passed to maxima for evaluation. For all other lines the wiki syntax applies.”

→ http://meta.wikimedia.org/wiki/User:Mafs/Computer_algebra
SAGE

“Sage is a comprehensive open-source mathematics software suite that has the mission statement ‘Creating a viable free open source alternative to Magma, Maple, Mathematica, and Matlab.’”

SAGE web interface.

→ http://sagemath.org/
STACK

Developer: Chris Sangwin, U Birmingham, UK.

STACK SourceForge project page.

→ http://www.stack.bham.ac.uk/
WIMS

→ http://wims.unice.fr/wims/en_home.html

Third Party Code

There are some packages we cannot include in the official Maxima distribution due to legal restrictions or because they are not in a stable state yet.

If you know any old Macsyma code still available on the Internet or new Maxima packages that should be included in this list, please tell us about it so we can add a link or even add it to the official distribution, if its license is compatible with Maxima's.

A collection of user-contributed code
Misc code by Willy Hereman et. al.
A series of interesting Macsyma packages. Commercial use is not permitted without consent of the authors.
Pw.mac
The package pw.mac extends Maxima by enabling it to work with piecewise continuous functions.
Qinf (quantum information and entanglement package)
A quantum information package that allows the manipulation of instances of objects — operators, vectors, tensors, etc. — that appear in the theory of quantum information and quantum entanglement.
SymSAP
Symbolic matrix analysis of structures. SymSAP aims to become a powerful didactic tool to help students learn structural analysis.
rfMaxima
rfMaxima allows for symbolic derivation, as well as numerical evaluation (incl. Bode and Smith chart plotting), of 2-port network (ABCD, G, InverseABCD, H, S, Y, and Z), noise and stability parameters. Derivations are based on the solution of the set of Kirchoff current and voltage law equations representing the 2-port. Expressions can be exported to HTML or TeX. Figures can be exported to EPS or PNG.

Other Open Source Computer Algebra Systems


Axiom

“Axiom is a general purpose Computer Algebra system. It is useful for doing mathematics by computer and for research and development of mathematical algorithms. It defines a strongly typed, mathematically correct type hierarchy. It has a programming language and a built-in compiler.”

There is also an interesting Rosetta Stone which offers translations of many basic operations for several computer algebra systems, including Maxima.

→ http://axiom-developer.org/
GAP

“GAP is a system for computational discrete algebra, with particular emphasis on Computational Group Theory.”

→ http://turnbull.mcs.st-and.ac.uk/~gap/
Jasymca

“Jasymca is a symbolic calculator written for mobile phones and PDAs. It solves and manipulates equations, handles basic calculus problems, and provides a few more typical functions of computer algebra systems. The syntax is loosely related to GNU-Maxima.”

→ http://webuser.hs-furtwangen.de/~dersch
REDUCE

“REDUCE is an interactive system for general algebraic computations of interest to mathematicians, scientists and engineers.”

→ http://reduce-algebra.com
SINGULAR

“SINGULAR is a Computer Algebra System for polynomial computations with special emphasis on the needs of commutative algebra, algebraic geometry, and singularity theory.”

→ http://www.singular.uni-kl.de/
Yacas

“YACAS is an easy to use, general purpose Computer Algebra System, a program for symbolic manipulation of mathematical expressions. It uses its own programming language designed for symbolic as well as arbitrary-precision numerical computations.”

→ http://yacas.sourceforge.net/

Other Open Source Mathematical Software

Oberwolfach References on Mathematical Software: http://orms.mfo.de/
Free mathematical and computational software directory: http://cadadr.org/fm/

ARIBAS

“ARIBAS is an interactive interpreter for big integer arithmetic and multi-precision floating point arithmetic with a Pascal/Modula like syntax. It has several builtin functions for algorithmic number theory like gcd, Jacobi symbol, Rabin probabilistic prime test, factorization algorithms (Pollard rho, elliptic curve, continued fraction, quadratic sieve), etc.”

→ http://www.mathematik.uni-muenchen.de/~forster/sw/aribas.html
NumPy

“The fundamental package needed for scientific computing with Python is called NumPy. This package contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities.”

→ http://numpy.scipy.org/
Octave

“GNU Octave is a high-level language, primarily intended for numerical computations. It provides a convenient command line interface for solving linear and nonlinear problems numerically, and for performing other numerical experiments using a language that is mostly compatible with Matlab.”

→ http://www.gnu.org/software/octave/
PARI/GP

“PARI/GP is a widely used computer algebra system designed for fast computations in number theory (factorizations, algebraic number theory, elliptic curves...), but also contains a large number of other useful functions to compute with mathematical entities such as matrices, polynomials, power series, algebraic numbers etc., and a lot of transcendental functions.”

→ http://pari.math.u-bordeaux.fr/
R

“R is a free software environment for statistical computing and graphics. It compiles and runs on a wide variety of UNIX platforms, Windows and MacOS.”

→ http://www.r-project.org/

Information about Computer Algebra Systems


List of computer algebra systems (Wikipedia)

Lots of links there.

→ http://en.wikipedia.org/wiki/List_of_computer_algebra_systems
SymbolicNet

A very good starting point to learn about symbolic computation and computer algebra systems.

→ http://www.symbolicnet.org/

MintMenu PPA Updated For Ubuntu 11.04 (Classic Ubuntu Session) ~ Web Upd8: Ubuntu / Linux blog

MintMenu is away to get Linux Mint DE on Ubuntu without dual booting or running in a VM. Here is some info.

MintMenu PPA Updated For Ubuntu 11.04 (Classic Ubuntu Session) ~ Web Upd8: Ubuntu / Linux blog - 03 May 2011 - http://www.webupd8.org/2011/05/mintmenu-ppa-updated-for-ubuntu-1104.html

Install Linux Mint Main Menu (MintMenu) In Ubuntu From A PPA - 23 May 2010 - http://www.webupd8.org/2010/05/install-linux-mint-main-menu-mintmenu.html

Install Linux Mint (USP) Main Menu in Ubuntu - 14 Mar 2010 - http://www.webupd8.org/2010/03/install-linux-mint-slab-main-menu-in.html

Dual boot- Ubuntu and Mint - February 2nd, 2008 - http://ubuntuforums.org/showthread.php?t=685230

[SOLVED] UBUBNTU - How many different flavours do exist? (& is Kubuntu easy to use?) - November 26th, 2007 - http://ubuntuforums.org/showthread.php?t=624064

Linux Mint 11 installation tips: - Friday, October 28, 2011 (not sure what calendar this guy is on?!) - http://ubuntu-install.blogspot.com/

Complete LinuxMint theme for ubuntu - Jul 23, 2011 - http://askubuntu.com/questions/54208/complete-linuxmint-theme-for-ubuntu

How to Install/Unistall GNOME 3 on Ubuntu 11.04

Edit:9-24-11 Apparently GNOME 3 runs pretty well in the latest beta versions of 11.10 which GNOME 3 comes with by default, I believe.  Not sure how this is playing out as I thought Unity was the go to for Ubuntu.  The next release is pretty close Oct. 13th for 11.10 if I am correct.

Ah, I found

Unity is based atop of the latest unstable release of GNOME 3.


Ubuntu 11.10 Beta 2 Released, Reviewed - September 22, 2011 - http://www.omgubuntu.co.uk/?p=20709

Ubuntu 11.10 Beta 2 (Oneiric Ocelot) Released - September 23, 2011 - http://www.ubuntugeek.com/ubuntu-11-10-beta-2-oneiric-ocelot-released.html

I'll make a new post about this as well.

Edit: 8-23-11

Ok, I really jacked my installation up. I tried to uninstall GNOME 3 and reinstall Ubunt/GNOME 2 with no luck. When I unistalled GNOME and couldn't reinstall it following this:

Follow the below steps to remove gnome 3 and revert to Gnome 2.x.

sudo apt-get remove libgtk-3-common
sudo apt-get install ppa-purge
sudo ppa-purge ppa:gnome3-team/gnome3
sudo apt-get install gnome-panel

Reboot and you should be back to good old classic gnome. In case you don’t find gnome back again. try this.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ubuntu-desktop

from here -> Ubuntu 11.04 : Uninstall Gnome3 and revert to Gnome 2.x - April 26, 2011 - http://www.ajopaul.com/2011/04/26/ubuntu-11-04-uninstall-gnome3-and-revert-to-gnome-2-x/

Didn't work. Of course not anyone's fault but mine. I was receiving some dependency errors or something like that. My linux knowledge is VERY shallow so this didn't help.

Anyways I found a blog note (which I can't find now!) that had an alternate idea.

Ah here it is: Tutorial: How to remove/uninstall Gnome 3 in Ubuntu 11.04 (Natty Narwhal) - 31 May, 2011 - http://supportlife.wordpress.com/2011/05/31/tutorial-how-to-removeuninstall-gnome-3-in-ubuntu-11-04-natty-narwhal/

Have you installed Gnome 3 from ppa:gnome3-team/gnome3 because you were tired of Unity or just because you wanted to test the new shell and this has broken your login? Are you now on the login screen but no graphic environment will ever work?

Then you have to remove gnome 3 following the steps below:

- Press CTRL+ALT+F1 to access the terminal window and log in. At the prompt type following commands:

- sudo apt-get remove libgtk-3-common

- sudo apt-get install ppa-purge

- sudo ppa-purge ppa:gnome3-team/gnome3

- sudo apt-get dist-upgrade

- sudo apt-get install gnome-panel

- sudo shutdown –r now

The pc will reboot and you should be able to use Unity/Classic login again.

Good luck!

It uninstalled Ubuntu/Unity/Gnome classic and then (tried to) reinstalled it. I got to the last step before restarting "sudo apt-get install gnome-panel" and had some dependency issues again.

Unfortunately, I only had Kubuntu and Xubuntu installed now so when I restarted it asked for a DM login which was either KDM or LXDM. I chose KDM thinking nothing of it. I restarted and the KDM came up fine. I noticed I had to enter my username. No biggie, I thought. I also couldn't select GNOME or Ubuntu since it has been uninstalled at this point. I entered what I thought was my username, but it didn't work. Ok, I tried some other variations of what it could be. Didn't work. Great. So I got my laptop out, as this was all occurring on my desktop, and searched for login problems with forget as a keyword too.

I found where this happened to someone before but in another situation (dammit I forgot this too, I'll try to find these missing pieces).

Ah, I found it too!

Can't Log In to Kubuntu? - 3 weeks ago - http://answers.yahoo.com/question/index?qid=20110805135811AAJ0sTO

I am having problems logging in to Kubuntu. I just switched to Kubuntu from within Ubuntu by typcing into the terminal . Then I selected "kdm" then I ran the line . Then . And this is on a machine that dual boots with windows on the other partition. What I want to know is why Kubuntu forgot my log in information, because I thought it was supposed to transfer all my data over (I backed up my files though). Also, how can I log in, or fix this issue. I was using Ubuntu 11.04. Thanks for the help.

The answer was no help to me either:

re-install ubuntu-desktop, do you know how many libs are shared? half were probably meta packages that pulled out way to much. Whenever you do major stuff like that use aptitude, it won't trash your system like apt-get will.

Ok so I had one last card up my sleeve. I saw here -> [SOLVED] How to remove Gnome 3 from Ubuntu 11.04 - April 11th, 2011 - April 17th, 2011 - http://ubuntuforums.org/showthread.php?t=172675

that someone entered a Live CD or USB and reinstalled Ubuntu over there existing one. They claimed everything was fine and were able to keep files/software/etc. still loaded so they advoid a complete, fresh reinstall or install.

I had the exact same problem, and i managed to fix it pretty easily. I loaded up an Ubuntu 11.04 live cd, and chose the upgrade option. (Even though i was already using 11.04) I let it go through the upgrade process, and when it was done, my computer booted up, i chose Ubuntu classic as my desktop environment (because i am not a fan of unity) and it started it normally with all of my programs and files still there with no sign of gnome 3 in sight. I hope this helps.

So I began to reinstall with a USB stick. I then noticed that the user name Ubuntu gave me then was a version I did not think of at the time. I then tried to go back so I could get out of the upgrade reinstall so I could try the new username idea, but the farthest back I could get was the date setup. I couldn't log out either. So I just restart my computer and pulled the stick. Bad idea!! When I did this I got an error that said

Unable to find a medium containing a live file system

and something about

BusyBox - initramfs

So I looked this up where people had problems with this too, but this error was encounted in some similar and some different situations. I found one solution was to type exit a bunch of times, but this did not work for me past the second when I could type. I couldn't reboot at all without this error or even get an install with the USB LiveCD stick.

The final solution was to get my laptop with the burner out and burn a LiveCD. This worked, but I had to install from start :(.

So moral of the story is...DO NOT INSTALL GNOME 3 unless you know what you are doing and/or you are sure you are going to use it. I would wait anyways until the official release before using GNOME 3 with Ubuntu 11.04 and wait even more for someone to tweak a solution for installing GNOME 3 without harming Unity and/or GNOME classic.

One solution would be to try GNOME 3 on another distro such as Fedora or Open Suse. This is what kind of got me into this mess as I wanted to try to load as many options as I could since I have been jumping back and forth between GNOME classic, Kubuntu, and Xubuntu for quad support.

By the way Xubuntu with XFCE seems to be the best stable-wise so far to use quads (haven't used GNOME classic too much. I like Kubuntu, but it runs slow at times). An alternate might be Lubuntu which runs LXDE and is similar to XFCE but "lighter"

My second mistake came from trying to install too many large package changers at once with the MintMenu install AND GNOME 3. From now on I am going to install large ones like these such as Kubuntu and Xubuntu on at a time between restarts.

Thirdly, I got too greedy with options. I wanted as many distros/options/DEs as possible since I am now forced to look around until Unity supports quads. I wanted to do this like the simple Xubuntu/Kubuntu/Lubuntu options without multi-booting or using a VM. Thus, the MintMenu to get a Mint like DE/distro on Ubuntu and the GNOME 3 fiasco. I looked into multi-booting a bunch of distros, but it looks way too complicated. I think I will stick to running them in VMs.

Finally, my last mistake was not ever backing up my system so that I could recover my setup easily. You'll see this all the time, people warning you to backup your setup and this looks/sounds especially easy in Linux/Ubuntu. So from now on, I am going to do that. That way I couldn't have easily recovered my settings without having to do a fresh install :(, :(, :(!!!!



Edit 8-22-11

Well, apparently GNOME 3 is not officially out yet...so this may be why is still seems unstable/buggy.

GNOME be trollin’ – 3.0 delayed (again) to September 2011 - April 1, 2011 - http://www.omgubuntu.co.uk/2011/04/gnome-3-0-delayed-again-to-september-2011/

The new GNOME 3 website goes live - January 19, 2011
- http://www.omgubuntu.co.uk/2011/01/gnome-3-website-goes-live/

GNOME 3 delayed until March 2011 - July 28, 2010 - http://www.omgubuntu.co.uk/2010/07/gnome-3-delayed-until-march-2011/

Also one of the things when installing GNOME 3 is that the font changes in all DEs (I think not 100% sure). Also, my login screen changed a bit, but I am not sure if that is from the GNOME 3 install, the MintMenu install, or just a regular update? For example the session login bar has been moved to the area where you login instead of on a bar at the bottom of the screen. Going to check to see if Unity is ok after GNOME 3 install and unistall. Cross fingers! Oh and my Ubuntu Classic choice is missing from the session drop down menu, but I am sure that can easily be fixed. I hope I didn't mess things up too badly!!

Ok, so it seems Unity works ok. I couldn't test fully cause I had the Quads going. It may look like that I need to reinstall some icons or the such, but like I said I couldn't test it fully since Unity does not work properly with four monitors.

Also if read this:

Reboot and you should be back to good old classic gnome. In case you don’t find gnome back again. try this.

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install ubuntu-desktop

This is from Ubuntu 11.04 : Uninstall Gnome3 and revert to Gnome 2.x - April 26, 2011 - http://www.ajopaul.com/2011/04/26/ubuntu-11-04-uninstall-gnome3-and-revert-to-gnome-2-x/

I thought I saw an alternate command other than
sudo apt-get install ubuntu-desktop
with gnome instead of ubuntu in the command. I'll try to refind it.

Some GNOME 3 uninstall sites/articles:

[SOLVED] How to remove Gnome 3 from Ubuntu 11.04 - April 11th, 2011 - April 17th, 2011 - http://ubuntuforums.org/showthread.php?t=1726755

Intersting comment:
I had the exact same problem, and i managed to fix it pretty easily. I loaded up an Ubuntu 11.04 live cd, and chose the upgrade option. (Even though i was already using 11.04) I let it go through the upgrade process, and when it was done, my computer booted up, i chose Ubuntu classic as my desktop environment (because i am not a fan of unity) and it started it normally with all of my programs and files still there with no sign of gnome 3 in sight. I hope this helps.

Another GNOME 3 install site:

How do I install the latest version of GNOME 3? - Jan 23 at 21:16 - May 19 at 21:56 - http://askubuntu.com/questions/22946/how-do-i-install-the-latest-version-of-gnome-3

Interesting quote explaining some more about the install and other things such as warnings:

Note: GNOME3 is provided as a tech preview for 11.04, it is not officially supported by the Ubuntu team. Here's another warning before you try this.

Using GNOME3 on 11.04 will upgrade major parts of the desktop infrastructure, if you are not familiar with how to do package management then we recommend you try this on a virtualized installation or a non-production system, reverting back to vanilla 11.04 is not trivial.

Specifically GNOME3 will migrate your application settings to gsettings, so if you want to try to rollback you'll get your old settings from before you upgraded.

As with all major desktop upgrades we recommend backing up your important data before getting started.

Some articles on installing GNOME 3 on Ubuntu 11.04. The past few days I have been experimenting with other DEs such as Kubuntu, Xubuntu, and Lubuntu based on KDE, XFCE, and LXDE respectfully. So far I like Kubuntu the best since it is BLUE (I know), I run a lot of KDE apps already (Kopete, Kile, etc.), and the interface is pretty snazzy. However, it may just be me, but Kubuntu runs rather slowly at times. I am running these other DEs since Quad monitors are not "officially" supported in Unity (at least I haven't found a way to run 4 in Unity). I could also throw the Ubuntu Classic or GNOME 2 in there, but I haven't used it much.

Anyways, some info on installing and un-installing GNOME 3. Caveat: apparently GNOME 3 might break Unity so be careful and do your research. For example here is a warning from a commenter on Ubuntu Geek:

Ed says:
July 29, 2011 at 8:12 am

WARNING: gnome3 breaks unity. Even when doing the “ppa-purge” thing … unity might be unable to save any settings afterwards.

Only install gnome3 when you are absolutely sure that you dont need unity any more. Or when you are willing to do a fresh install afterwards.

People have installed it with no problems. GNOME 3 is already the DE for Open Suse and Fedora 15.

Edit: 8-22-11

For me GNOME 3 did not work. The desktop started to show (purplish background and the activity bar), but I couldn't do anything. Luckily I could CTL + ATL + DEL to log out. I think I am going to uninstall it. Plus you can't use GNOME 2/Ubuntu Classic anymore. I think I'll wait until GNOME 3 is more developed to work with other DE installations and when someone has found a way to keep GNOME 2. There may already be a way, I just haven't found it yet.

How to Install Gnome 3 In Ubuntu - August 1, 2011 - http://maketecheasier.com/install-gnome-3-in-ubuntu/2011/08/01

How To Install Gnome 3 on Ubuntu 11.04 -May 4, 2011 - http://techhamlet.com/2011/05/how-to-install-gnome-3-on-ubuntu-11-04/

How to install Gnome3 on ubuntu 11.04 (Natty)/Ubuntu 10.10 (Maverick - April 11, 2011 - http://www.ubuntugeek.com/how-to-install-gnome3-on-ubuntu-11-04-nattyubuntu-10-10-maverick.html

How to Install GNOME 3 on Ubuntu 11.04 - April 9th, 2011 - Softpedia - http://news.softpedia.com/news/How-to-Install-GNOME-3-on-Ubuntu-11-04-194085.shtml

GNOME 3 released; to be available for Ubuntu 11.04 via PPA - April 6, 2011 - http://www.omgubuntu.co.uk/2011/04/gnome-3-released-to-be-available-for-ubuntu-11-04-via-ppa/

GNOME sites and some more articles on GNOME 3:

http://www.gnome.org/

http://www.gnome.org/gnome-3/


Ubuntu Unity vs. GNOME 3: Which is Better? - April 12, 2011 - http://itmanagement.earthweb.com/osrc/article.php/3930571/Ubuntu-Unity-vs-GNOME-3-Which-is-Better.htm

GNOME 3: Seven Pros and Cons -April 26, 2011 - http://itmanagement.earthweb.com/osrc/article.php/3931801/GNOME-3-Seven-Pros-and-Cons.htm

Screenshots: Unity and Gnome 3 in Oneiric - http://www.ubuntuvibes.com/2011/05/screenshots-unity-and-gnome-3-in.html

Tuesday, July 26, 2011

NVIDIA Driver 275.09.07 Released

NVIDIA Driver 275.09.07 Released | Changelog | Download | LinuxNov

This driver version was released around Jun 14, 2011.

How To Install Nvidia 275.09.07 Driver in Ubuntu 11.10 Oneiric Ocelot? - http://mygeekopinions.blogspot.com/2011/06/how-to-install-nvidia-2750907-driver-in.html

To install the nVidia repository in Ubuntu (I got it from the above link), do

sudo apt-add-repository ppa:ubuntu-x-swat/x-updates
sudo apt-get update
sudo apt-get install nvidia-current