Fedora: Difference between revisions

From GotOpinion
Jump to navigation Jump to search
mNo edit summary
Line 49: Line 49:
=== Bluefish ===
=== Bluefish ===


==== Verify package version ====
Install Bluefish with yum:
 
<pre># yum -y install bluefish</pre>
Use yum:
<pre>[root@templar ~]# yum info bluefish.x86_64
Loaded plugins: presto, refresh-packagekit
Available Packages
Name        : bluefish
Arch        : x86_64
Version    : 2.0.1
Release    : 2.fc13
Size        : 361 k
Repo        : updates
Summary    : GTK2 web development application for experienced users
URL        : http://bluefish.openoffice.nl/
License    : GPLv2+
Description : Bluefish is a powerful editor for experienced web designers and
            : programmers. Bluefish supports many programming and markup
            : languages, but it focuses on editing dynamic and interactive
            : websites.</pre>
 
==== Install ====
 
Use yum:
<pre>[root@templar ~]# yum install bluefish.x86_64
Loaded plugins: presto, refresh-packagekit
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package bluefish.x86_64 0:2.0.1-2.fc13 set to be installed
--> Processing Dependency: bluefish-shared-data = 2.0.1-2.fc13 for package: blue
fish-2.0.1-2.fc13.x86_64
--> Running transaction check
---> Package bluefish-shared-data.noarch 0:2.0.1-2.fc13 set to be installed
--> Finished Dependency Resolution
 
Dependencies Resolved
 
================================================================================
 
Package                    Arch        Version            Repository    Size
================================================================================
 
Installing:
bluefish                  x86_64      2.0.1-2.fc13      updates      361 k
Installing for dependencies:
bluefish-shared-data      noarch      2.0.1-2.fc13      updates      2.0 M
 
Transaction Summary
================================================================================
 
Install      2 Package(s)
 
Total download size: 2.3 M
Installed size: 6.3 M
Is this ok [y/N]: y
Downloading Packages:
Setting up and reading Presto delta metadata
Processing delta metadata
Package(s) data still to download: 2.3 M
(1/2): bluefish-2.0.1- (13%) 87% [==========  ]  0.0 B/s | 315 kB    --:-- ETA
(1/2): bluefish-2.0.1-2.fc13.x86_64.rpm                  | 361 kB    00:00   
 
(2/2): bluefish-shared (31%) 19% [==          ]  0.0 B/s | 391 kB    --:-- ETA
(2/2): bluefish-shared (49%) 40% [====-      ] 685 kB/s | 811 kB    00:01 ETA
(2/2): bluefish-shared (66%) 60% [=======    ] 722 kB/s | 1.2 MB    00:01 ETA
(2/2): bluefish-shared (84%) 81% [=========-  ] 762 kB/s | 1.6 MB    00:00 ETA
(2/2): bluefish-shared-data-2.0.1-2.fc13.noarch.rpm      | 2.0 MB    00:01   
 
--------------------------------------------------------------------------------
 
Total                                          1.1 MB/s | 2.3 MB    00:02   
 
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing    : bluefish-shared-data-2.0.1 [###                        ] 1/2
  Installing    : bluefish-shared-data-2.0.1 [#######                    ] 1/2
  Installing    : bluefish-shared-data-2.0.1 [###########                ] 1/2
  Installing    : bluefish-shared-data-2.0.1 [###############            ] 1/2
  Installing    : bluefish-shared-data-2.0.1 [###################        ] 1/2
  Installing    : bluefish-shared-data-2.0.1 [#######################    ] 1/2
  Installing    : bluefish-shared-data-2.0.1-2.fc13.noarch                1/2
  Installing    : bluefish-2.0.1-2.fc13.x86_ [#####                      ] 2/2
  Installing    : bluefish-2.0.1-2.fc13.x86_ [###########                ] 2/2
  Installing    : bluefish-2.0.1-2.fc13.x86_ [###############            ] 2/2
  Installing    : bluefish-2.0.1-2.fc13.x86_ [#####################      ] 2/2
  Installing    : bluefish-2.0.1-2.fc13.x86_64                            2/2
 
Installed:
  bluefish.x86_64 0:2.0.1-2.fc13                                               
 
 
Dependency Installed:
  bluefish-shared-data.noarch 0:2.0.1-2.fc13                                   
 
 
Complete!</pre>


==== Verify ====
==== Verify ====


Verify Bluefish is installed using yum:
Verify Bluefish is installed using yum:
<pre>[root@templar ~]# yum list bluefish
<pre># yum list bluefish
Loaded plugins: presto, refresh-packagekit
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Installed Packages
Installed Packages
bluefish.x86_64                     2.0.1-2.fc13                       @updates#</pre>
bluefish.x86_64                       2.0.2-1.fc14                       @fedora</pre>


==== Launch Bluefish ====
==== Launch Bluefish ====

Revision as of 13:59, 3 November 2010

My Fedora 14 notes

Basic set up

Install RPM Fusion. RPM Fusion provides software that the Fedora Project or Red Hat doesn't want to ship. That software is provided as precompiled RPMs for all current Fedora versions and Red Hat Enterprise Linux 5; you can use the RPM Fusion repositories with tools like yum and PackageKit.

commands & programs

Yum Fedora How To

Using yum for local install

#yum list installed

chkconfig

Useful links

SELinux documentation

IPTables How To

Play Music and Video

Amarok wiki for download and installation directions

Installation directions by web page:

Installing Amarok

Install RPM Fusion repositories

Enable MP3 on Fedora

Flash on 64-bit Fedora

Install VLC

yum install vlc

yum install mozilla-vlc

Play DVDs in Fedora

http://www.fedorafaq.org/#dvd

Programming

Bluefish

Install Bluefish with yum:

# yum -y install bluefish

Verify

Verify Bluefish is installed using yum:

# yum list bluefish
Loaded plugins: langpacks, presto, refresh-packagekit
Adding en_US to language list
Installed Packages
bluefish.x86_64                       2.0.2-1.fc14                       @fedora

Launch Bluefish

Go to Applications > Programming > Bluefish Editor and you are ready to swim in code!

Hardware

Install & Configure NVidia drivers

Identify graphics driver

# cat /proc/driver/nvidia/version
To Linux Area