To install Packages using adept manage
open Adept manager from system menu
then select or search for your package that you are need to install it
and then press over " apply changing " button
the package will install and added to its category in start menu
another way is
using Terminal Program
write this
su
enter root password then,
apt-get install package_name
How To install tar , tar.gz packages
first Click over package icon using right mouse button then "extract here"
then enter the extracted folder
then press F4 for run terminal on this directory
then write this
./configure
then write
make
then
make install
Now How to Uninstall Packages , Follow one Or two ways
First: Using adept Manager
search your needed package to uninstall
then press "request uninstall " button then
in above toolbar press "apply changes" button
the second way is :
install the package rpm if not install using this command :apt-get install rpm
then to uninstall any package use this command :
rpm -e package_name
where package_name : is the name of the package you need to uninstalling
that's all , finished
thanks
open Adept manager from system menu
then select or search for your package that you are need to install it
and then press over " apply changing " button
the package will install and added to its category in start menu
another way is
using Terminal Program
write this
su
enter root password then,
apt-get install package_name
How To install tar , tar.gz packages
first Click over package icon using right mouse button then "extract here"
then enter the extracted folder
then press F4 for run terminal on this directory
then write this
./configure
then write
make
then
make install
Now How to Uninstall Packages , Follow one Or two ways
First: Using adept Manager
search your needed package to uninstall
then press "request uninstall " button then
in above toolbar press "apply changes" button
the second way is :
install the package rpm if not install using this command :apt-get install rpm
then to uninstall any package use this command :
rpm -e package_name
where package_name : is the name of the package you need to uninstalling
that's all , finished
thanks
Comment