Fedora: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 28: | Line 28: | ||
[http://fedoraproject.org/wiki/Flash#32_bit_wrapped_version Flash on 64-bit Fedora] | [http://fedoraproject.org/wiki/Flash#32_bit_wrapped_version Flash on 64-bit Fedora] | ||
== Programming == | |||
=== Bluefish === | |||
==== Verify package version ==== | |||
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 Bluefish is installed using yum: | |||
<pre>[root@templar ~]# yum list bluefish | |||
Loaded plugins: presto, refresh-packagekit | |||
Installed Packages | |||
bluefish.x86_64 2.0.1-2.fc13 @updates#</pre> | |||
==== Launch Bluefish ==== | |||
Go to '''Applications > Programming > Bluefish Editor''' and you are ready to swim in code! | |||
== Hardware == | == Hardware == |
Revision as of 17:01, 8 September 2010
commands & programs
#yum list installed
Useful links
SELinux documentation
Play Music and Video
Amarok wiki for download and installation directions
Installation directions by web page:
Install RPM Fusion repositories
Programming
Bluefish
Verify package version
Use yum:
[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.
Install
Use yum:
[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!
Verify
Verify Bluefish is installed using yum:
[root@templar ~]# yum list bluefish Loaded plugins: presto, refresh-packagekit Installed Packages bluefish.x86_64 2.0.1-2.fc13 @updates#
Launch Bluefish
Go to Applications > Programming > Bluefish Editor and you are ready to swim in code!
Hardware
Identify graphics driver
# cat /proc/driver/nvidia/version