Announcement

Collapse
No announcement yet.

How installing and uninstalling packages

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    How installing and uninstalling packages

    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

    #2
    Re: How installing and uninstalling packages

    Great synopsis.

    I think you forgot gdebi for .deb packages not in the repos

    Also please include synaptic and aptitude for the times when adept is playing games
    HP Pavilion dv6 core i7 (Main)
    4 GB Ram
    Kubuntu 18.10

    Comment


      #3
      Re: How installing and uninstalling packages

      I don't know what is synapotic or aptitude please learn me it and how can i use it

      what it's jobs ?

      .... thanks for replay

      Comment


        #4
        Re: How installing and uninstalling packages

        Sorry that was typo: synoptic should read synaptic.

        For more reading:
        http://www.debian.org/doc/manuals/re...ackage.en.html

        http://ubuntuforums.org/showthread.p...titude+apt-get

        http://monkeyblog.org/ubuntu/installing/
        HP Pavilion dv6 core i7 (Main)
        4 GB Ram
        Kubuntu 18.10

        Comment

        Working...
        X