Tampilkan postingan dengan label Linux. Tampilkan semua postingan
Tampilkan postingan dengan label Linux. Tampilkan semua postingan

Jumat, 11 Mei 2012

How to Fix Depends: libgtk2.0-0 (>= 2.24.10) but 2.24.6-0ubuntu5linuxmint1 while install GIMP on Linux Mint



Error :
The following packages have unmet dependencies:
 gimp : Depends: libgimp2.0 (>= 2.8.0-1ubuntu0ppa3~oneiric) but it is not going to be installed
        Depends: libgimp2.0 (<= 2.8.0-z) but it is not going to be installed
        Depends: libgtk2.0-0 (>= 2.24.10) but 2.24.6-0ubuntu5linuxmint1 is to be installed
E: Unable to correct problems, you have held broken packages.


How to Fix it :
1. Remove your previous GIMP PPA
sudo add-apt-repository --remove ppa:otto-kesselgulasch/gimp
2. sudo apt-get update


3. Uninstall previous GIMP
apt-get remove gimp


4. Install GIMP
sudo add-apt-repository ppa:otto-kesselgulasch/gimp
sudo apt-get update
sudo apt-get install gimp


5.If you want to upgrade it to version 2.8
sudo apt-get dist-upgrade

How to Fix 'E: Could not get lock /var/lib/apt/lists/lock – open (11: Resource temporarily unavailable) E: Unable to lock the list directory' on Ubuntu



Error  Code :
E: Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
E: Unable to lock directory /var/lib/apt/lists/



How to fix it :
Open your terminal, then type it : sudo rm /var/lib/apt/lists/lock

Jumat, 27 April 2012

How to Fix Brightness Slider on System Setting Fedora



Do you have problem with brightness slider on fedora 16?
Don’t worry, you can fix it with a simple command on Terminal.



First, Open your terminal :D
Second, Re-install your bash : sudo reinstall-bash


Now, open your Screen setting (System Setting >> Screen). Slider will work normal, and you can setting your brightness again.

How to Repair Grub on Ubuntu / Linux Mint


1. Boot from Your Ubuntu/Linux Mint Live DVD/CD/USB


2. Open Terminal


3. Check Your partition list, use :
sudo fdisk -l


4. Mount your root partition at /media, assuming is /dev/sda3
sudo mount /dev/sda3 /media


5. then, re-install Grub
sudo grub-install --root-directory=/media /dev/sda


6. Reboot Your machine, then eject you Live DVD/CD/USB


7. After you successfully to log-on to Ubuntu/Linux Mint desktop, let's open your Terminal again, then update Grub
sudo update-grub


8. Reboot :D and Your Grub will successfully repaired!

How to Repair Grub on Fedora


1. Boot Your Fedora Live DVD/CD/USB

2. Open terminal

3. Check the partition list, use :
sudo fdisk -l

4. Mount Your root partition at /media, assuming is /dev/sda3
sudo mount /dev/sda3 /media

5. then, re-install Grub
sudo grub2-install --root-directory=/media /dev/sda

6. Update grub
sudo grub2-mkconfig -o /media/grub2/grub.cfg

7. You will have to adjust for your actual layout.

How to Install 0 A.D. on fedora



0 A.D.  is a free, open-source, cross-platform real-time strategy game under development by Wildfire Games. It is a historical war and economy game focusing on the years between 500 B.C. and A.D. 500 The game is cross-platform, playable on Windows, Mac OS, and GNU/Linux. The game aims to be entirely free and open-source. In addition, the developers do not get paid for their work, nor will they charge for their product. The game has been in development since 2000, with actual work starting in 2003. There is no official release date set for the finished version. — wikipedia.org

su
cd /etc/yum.repos.d/
urlgrabber http://repos.fedorapeople.org/repos/bioninfornatics/0ad/fedora-0ad.repo
yum install 0ad