This is a discussion on Smart mini HowTo within the Getting started tutorials forums, part of the Linux Getting Started category; Hello All, I really got lots of help and support in this forum so as I said earlier I think ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
Hello All,
I really got lots of help and support in this forum so as I said earlier I think I really shall stay here and develope my skills with you and share my knowledge here with you too. Maybe my English is not too good but I shall try my best in order to explain every subject I shall talk about. My first article here shall be about "smart", because I use it alot on my SuSE 10.1 system. What is smart ? Smart is an open source meta-package manager just like yum and apt, it can manage RPM, DEB and Slackware packages and provides a clean architecture to add new package and repository formats (called channels in Smart). Not to forget that Smart is released under the GNU GPL. From where to get smart ? For SuSE users you can get it from here http://linux01.gwdg.de/~pbleser/rpm-...=System/smart/ For Fedora users you can get it from here http://wraptastic.org/pub/i386-linux/RPMS/ For Debian users you can get it from here http://packages.debian.org/unstable/source/smart You shall need the following packages installed on SuSE: rpm-python, python-element. On Debian you shall need these: python2.4-gtk2, python2.4-dev How do I install smart ? First under any rpm based distro. put all the packages in one directory lets say /home/user/Desktop/smart and then just do the following: Code:
cd /home/user/Desktop/smart Code:
rpm -ivh --aid smart-* What is the first step after installation ? The first step after installation is to update the smart package channels, so that you can get new software in the smart repo's or as smart calls it channels. To update tha channel just do the following: Code:
smart update Now if you are a user always seeking GUI tools I suggest you install the GUI for smart. First to check if it is already installed or not run the following: Code:
smart-gui 1) Installing a package To install a package using smart just follow this syntax: smart install ex: installing the missing smart-gui Code:
smart install smart-gui To upgrade a package using smart just follow this syntax: smart upgrade You can also upgrade your whole system using this code: Code:
smart upgrade 3) Remove a package To remove a package using smart just follow this syntax: smart remove ex: To remove the gftp package do the following: Code:
smart remove gftp To search for a package using smart just follow this syntax: smart search ex: to search for a kernel package do the following: Code:
smart search kernel To get information about a package using smart just follow this syntax: smart info ex: To get information about the kcalc package do the following: Code:
smart info kcalc As we said smart uses channel instead of repo's, so if you want to add a channel that hasn't been added when you run Code:
smart update Code:
smart channel –-add http://software.opensuse.org/download/KDE:/KDE3/SUSE_Linux_10.1 Code:
smart channel -–remove http://software.opensuse.org/download/KDE:/KDE3/SUSE_Linux_10.1 Finally, there are lots of other cool stuff you can do using smart just go and read the man page for it or you can always go back to their site which is found here: http://labix.org/smart I really wish you like it and sorry for this mini howto, maybe I shall add to it later if nobody did. Best Regards, ReMSiS
__________________
LivE Free 0r DiE L!nux rul3z aLL |
| Sponsored Links | ||
|
|
|
|||
|
Quote:
__________________
LivE Free 0r DiE L!nux rul3z aLL |
|
|||
|
Quote:
__________________
LivE Free 0r DiE L!nux rul3z aLL |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mini How to :: How to configure ssh keys on Linux | Ashish Pathak | Getting started tutorials | 3 | 08-31-2008 03:18 PM |
| mini HOWTO - Linux Kernel Compilation | B!n@ry | Getting started tutorials | 17 | 09-12-2007 01:27 PM |
| Mail hub and smart host | ricc | Mail Servers | 4 | 08-30-2007 01:01 PM |