You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeadmin/kpackage
Francois Andriot ffc754b438
kpackage: Fix utf8 in path
11 years ago
..
icon
mini-icon
pics
toolbar
CHANGES
Makefile.am Additional k => tde renaming and fixes 11 years ago
README
cache.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
cache.h
debAptInterface.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
debAptInterface.h Rename many classes and header files to avoid conflicts with KDE4 12 years ago
debDpkgInterface.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
debDpkgInterface.h
debInterface.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
debInterface.h
fbsdInterface.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
fbsdInterface.h
findf.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
findf.h Rename additional header files to avoid conflicts with KDE4 12 years ago
gentooInterface.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
gentooInterface.h
kissInterface.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kissInterface.h
kpPty.cpp
kpPty.h
kpTerm.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kpTerm.h Rename additional header files to avoid conflicts with KDE4 12 years ago
kpackage.cpp Additional k => tde renaming and fixes 11 years ago
kpackage.desktop
kpackage.h Rename many classes and header files to avoid conflicts with KDE4 12 years ago
kpackageui.rc
kplview.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
kplview.h Rename many classes and header files to avoid conflicts with KDE4 12 years ago
main.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
managementWidget.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
managementWidget.h Rename many classes and header files to avoid conflicts with KDE4 12 years ago
options.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
options.h Rename common header files for consistency with class renaming 12 years ago
packageDisplay.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
packageDisplay.h Rename many classes and header files to avoid conflicts with KDE4 12 years ago
packageInfo.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
packageInfo.h
packageProperties.cpp Rename common header files for consistency with class renaming 12 years ago
packageProperties.h Rename additional header files to avoid conflicts with KDE4 12 years ago
pkgInterface.cpp Additional k => tde renaming and fixes 11 years ago
pkgInterface.h Rename additional header files to avoid conflicts with KDE4 12 years ago
pkgOptions.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
pkgOptions.h
procbuf.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
procbuf.h
rpmInterface.cpp kpackage: Fix utf8 in path 11 years ago
rpmInterface.h
search.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
search.h Rename additional header files to avoid conflicts with KDE4 12 years ago
slackInterface.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
slackInterface.h
tdeio.cpp Rename common header files for consistency with class renaming 12 years ago
tdeio.h Additional k => tde renaming and fixes 11 years ago
updateLoc.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
updateLoc.h
utils.cpp Rename additional header files to avoid conflicts with KDE4 12 years ago
utils.h Rename many classes and header files to avoid conflicts with KDE4 12 years ago

README

Kpackage handles RPM, Debian and various other packages, it is used
for displaying currently installed packages, uninstalling
them and installing new ones. 

For kpackage to work correctly with RPM packages the RPM database 
must be initialised. If typing `rpm -qa' gives an error about 
`unable to open....` then try `rpm --rebuilddb'. 


Toivo Pedaste (toivo@ucs.uwa.edu.au)