Pisibul
From PardusWiki
(Difference between revisions)
AliIsingor (Talk | contribs) m (Reverted edits by Itycajofa (Talk) to last revision by Erkan Yilmaz) |
|||
| Line 1: | Line 1: | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Introduction == | == Introduction == | ||
There are many source packages which don't exist in official repository of Pardus. With pisibul you can perform fast and efficient searches among all source packages. Pisibul can update itself automaticly by downloading latest database of packages in source repositories. | There are many source packages which don't exist in official repository of Pardus. With pisibul you can perform fast and efficient searches among all source packages. Pisibul can update itself automaticly by downloading latest database of packages in source repositories. | ||
| Line 16: | Line 8: | ||
== Installation == | == Installation == | ||
| − | :# Run Konsole [Programs | + | :# Run Konsole [Programs>System>Konsole] and type: <pre>tar -xvf pisibul.tar.gz</pre> |
| − | :# Become root (type, | + | :# Become root (type, "su root"). Then type "cd pisibul/trunk" to navigate to the install files |
| − | :# In Konsole, type the following to install Pisibul: | + | :# In Konsole, type the following to install Pisibul: <pre>python setup.py install</pre> |
:# Close Konsole | :# Close Konsole | ||
== Using Pisibul == | == Using Pisibul == | ||
Pisibul can be found in the start menu under Utilities. To demonstrate the use of Pisibul I will install a Sudoku game. | Pisibul can be found in the start menu under Utilities. To demonstrate the use of Pisibul I will install a Sudoku game. | ||
| − | :# Start Pisibul and in the search bar enter | + | :# Start Pisibul and in the search bar enter "ksudoku". |
| − | :# In the right-hand pane highlight the package and click on | + | :# In the right-hand pane highlight the package and click on "Build Package". |
:# You will see a warning recommending you to install this package via the standard Package Manager. Just click OK. | :# You will see a warning recommending you to install this package via the standard Package Manager. Just click OK. | ||
| − | :# Enter the password for | + | :# Enter the password for "root". |
| − | :# A new Konsole will open. Depending upon the package you attempt to build, dependencies may need to be satisfied. Type | + | :# A new Konsole will open. Depending upon the package you attempt to build, dependencies may need to be satisfied. Type "yes" if you want to install the missing dependencies (which is what you do want). |
:# The package will now be built, which may take several minutes. | :# The package will now be built, which may take several minutes. | ||
:# Your new package file will be placed on the Desktop. | :# Your new package file will be placed on the Desktop. | ||
| − | :# Double-click the pisi-file and note that Pardus does not know how to handle this package (it did in older versions of Pardus). In the | + | :# Double-click the pisi-file and note that Pardus does not know how to handle this package (it did in older versions of Pardus). In the "Open With" line type, <pre>/usr/kde/3.5/share/apps/package-manager/pm-install.py</pre>Then click OK. |
:# The package will now be installed, just like any other package. | :# The package will now be installed, just like any other package. | ||
:# Close the finished Konsole window. | :# Close the finished Konsole window. | ||
Revision as of 14:32, 24 November 2010
Contents |
Introduction
There are many source packages which don't exist in official repository of Pardus. With pisibul you can perform fast and efficient searches among all source packages. Pisibul can update itself automaticly by downloading latest database of packages in source repositories.
Preperations
- Install PyQt4 via the Package Manager.
Download Pisibul
- Run the browser and go to: http://pisibul.sourceforge.net/en.html
- Do NOT download the Pisibul pisi package (it doesn't work in 2008.1). Instead, go to the source code and download the GNU tarball to your home directory.
Installation
- Run Konsole [Programs>System>Konsole] and type:
tar -xvf pisibul.tar.gz
- Become root (type, "su root"). Then type "cd pisibul/trunk" to navigate to the install files
- In Konsole, type the following to install Pisibul:
python setup.py install
- Close Konsole
- Run Konsole [Programs>System>Konsole] and type:
Using Pisibul
Pisibul can be found in the start menu under Utilities. To demonstrate the use of Pisibul I will install a Sudoku game.
- Start Pisibul and in the search bar enter "ksudoku".
- In the right-hand pane highlight the package and click on "Build Package".
- You will see a warning recommending you to install this package via the standard Package Manager. Just click OK.
- Enter the password for "root".
- A new Konsole will open. Depending upon the package you attempt to build, dependencies may need to be satisfied. Type "yes" if you want to install the missing dependencies (which is what you do want).
- The package will now be built, which may take several minutes.
- Your new package file will be placed on the Desktop.
- Double-click the pisi-file and note that Pardus does not know how to handle this package (it did in older versions of Pardus). In the "Open With" line type,
/usr/kde/3.5/share/apps/package-manager/pm-install.py
Then click OK. - The package will now be installed, just like any other package.
- Close the finished Konsole window.
Notes
- Pisibul works remarkably well, although a large packages such as OpenOffice are more likely to fail.
- I do not recommend activating Playground, unless you have enough programming experience under your belt.
- Packages you install by using Pisibul can be removed through the normal Package Manager.