Pages

Saturday, December 10, 2011

Ubuntu Software center in Linux Mint 12

The Ubuntu Software Center gives you instant access to thousands of free and open-source applications and you can buy apps from some of the leading providers too. All software are easy to find and install through software center, so you can have a customized desktop that suits you in no time.

First install Software Center using the following command

    sudo apt-get install software-center

Then Create a new .py file for Linux Mint

    cp -r /usr/share/software-center/softwarecenter/distro/Ubuntu.py /usr/share/software-center/softwarecenter/distro/LinuxMint.py

Then edit the new LinuxMint.py file

    sudo gedit /usr/share/software-center/softwarecenter/distro/LinuxMint.py

Replace the line "class Ubuntu(Debian)" with "class LinuxMint(Debian)"

No comments:

Post a Comment