Showing posts with label Fedora. Show all posts

Install RPM Fusion in Fedora

0 comments
Open your terminal and enter the Command

su

Now it will ask to enter password

Enter your password. (While entering your password nothing will be displayed so nothing to worry just type your password) and press Enter.

You will log in as root user

Now copy paste this command below and press Enter

su -c 'yum localinstall --nogpgcheck http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-18.noarch.rpm http://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-18.noarch.rpm'

That's it rest will be done by the terimal.

Keep your PC/Laptop Connected to Internet during installation.

Read More »

Run Windows Softwares in Fedora

0 comments
  • First of all you have to install Fedora Software Name "Wine"
  • To Install Wine, First open Terminal as Root user and Type the command given below.
yum install wine
  • after Entering the command press enter and Wait for the completion of installation.
(Keep your PC / Laptop Connected to Internet during installation)
  • Once the installation is complete.
  • Go to the folder of your Windows Software which you want to Run.
  • Right click on the .exe file and select open with wine.
  • There you go your .exe file start running on fedora.

Read More »

How to Install GoogleChrome in Fedora

0 comments
  • First of all install RMP Fusion. For info on it click here
  • Now open terminal and Login as Root User (Check Here)
  • Copy this code shown below, Paste in terminal window and Press Enter.
su -c 'yum -y localinstall https://dl.google.com/linux/direct/google-chrome-stable_current_i386.rpm'

  • Keep your PC/Laptop Connected to Internet during installation 

Read More »

How to Install VLC in Fedora

0 comments
  • First of all You should install RPM fusion then proceed the steps below. (Check Here)
  • Login as Root user in Terminal
  • Paste this code given below and Press Enter
 
 yum install vlc

  • Keep your PC/Laptop Connected to internet during the installation.

Read More »

How to Login as Root Admin in Fedora terminal

0 comments
Just open up terminal and Enter the command

su

Now it will ask for your password.
Enter your login Password and Press Enter.

Now you have been loggedin as Root user in terminal

Read More »